Exemplo n.º 1
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('leads_entry_data');
     $this->addProperty('entry', 'int');
     $this->addProperty('name', 'varchar');
     $this->addProperty('value', 'varchar');
 }
Exemplo n.º 2
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('shop_discounts');
     $this->addProperty('id', 'int');
     $this->addProperty('discount', 'int');
     $this->addProperty('item', 'int');
 }
Exemplo n.º 3
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('youtube_group_membership');
     $this->addProperty('id', 'int');
     $this->addProperty('group', 'int');
     $this->addProperty('video', 'int');
 }
Exemplo n.º 4
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('delivery_intervals');
     $this->addProperty('id', 'int');
     $this->addProperty('days', 'char');
     $this->addProperty('enabled', 'boolean');
 }
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('gallery_group_membership');
     $this->addProperty('id', 'int');
     $this->addProperty('group', 'int');
     $this->addProperty('container', 'int');
 }
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('shop_item_size_values');
     $this->addProperty('id', 'int');
     $this->addProperty('definition', 'int');
     $this->addProperty('value', 'ml_varchar');
 }
Exemplo n.º 7
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('license_modules');
     $this->addProperty('id', 'int');
     $this->addProperty('license', 'int');
     $this->addProperty('module', 'varchar');
 }
Exemplo n.º 8
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('sapphire_waves_trial');
     $this->addProperty('id', 'int');
     $this->addProperty('address', 'varchar');
     $this->addProperty('times_used', 'int');
     $this->addProperty('timestamp', 'int');
 }
Exemplo n.º 9
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('user_page_items');
     $this->addProperty('id', 'int');
     $this->addProperty('page', 'int');
     $this->addProperty('type', 'int');
     $this->addProperty('item', 'int');
 }
Exemplo n.º 10
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('delivery_times');
     $this->addProperty('interval', 'int');
     $this->addProperty('start', 'time');
     $this->addProperty('end', 'time');
     $this->addProperty('amount', 'decimal');
 }
Exemplo n.º 11
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('licenses');
     $this->addProperty('id', 'int');
     $this->addProperty('license', 'varchar');
     $this->addProperty('domain', 'varchar');
     $this->addProperty('active', 'boolean');
 }
Exemplo n.º 12
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('shop_stock');
     $this->addProperty('id', 'int');
     $this->addProperty('item', 'int');
     $this->addProperty('size', 'int');
     $this->addProperty('amount', 'int');
 }
Exemplo n.º 13
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('youtube_video');
     $this->addProperty('id', 'int');
     $this->addProperty('text_id', 'varchar');
     $this->addProperty('video_id', 'varchar');
     $this->addProperty('title', 'ml_varchar');
 }
Exemplo n.º 14
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('gallery_containers');
     $this->addProperty('id', 'int');
     $this->addProperty('text_id', 'varchar');
     $this->addProperty('name', 'ml_varchar');
     $this->addProperty('description', 'ml_text');
 }
Exemplo n.º 15
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('contact_form_submission');
     $this->addProperty('id', 'int');
     $this->addProperty('form', 'int');
     $this->addProperty('timestamp', 'timestamp');
     $this->addProperty('address', 'varchar');
 }
Exemplo n.º 16
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('contact_form_submission_fields');
     $this->addProperty('id', 'int');
     $this->addProperty('submission', 'int');
     $this->addProperty('field', 'int');
     $this->addProperty('value', 'text');
 }
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('sapphire_waves_statistics');
     $this->addProperty('id', 'int');
     $this->addProperty('user', 'int');
     $this->addProperty('usage', 'int');
     $this->addProperty('timestamp', 'date');
 }
Exemplo n.º 18
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('faq');
     $this->addProperty('id', 'int');
     $this->addProperty('question', 'ml_text');
     $this->addProperty('answer', 'ml_text');
     $this->addProperty('visible', 'boolean');
 }
Exemplo n.º 19
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('shop_manufacturers');
     $this->addProperty('id', 'int');
     $this->addProperty('name', 'ml_varchar');
     $this->addProperty('web_site', 'varchar');
     $this->addProperty('logo', 'int');
 }
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('shop_recurring_payments');
     $this->addProperty('id', 'int');
     $this->addProperty('plan', 'int');
     $this->addProperty('amount', 'decimal');
     $this->addProperty('status', 'int');
     $this->addProperty('timestamp', 'timestamp');
 }
Exemplo n.º 21
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('system_cache');
     $this->addProperty('uid', 'char');
     $this->addProperty('url', 'varchar');
     $this->addProperty('times_used', 'int');
     $this->addProperty('times_renewed', 'int');
     $this->addProperty('expires', 'timestamp');
 }
Exemplo n.º 22
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('activities');
     $this->addProperty('id', 'int');
     $this->addProperty('activity', 'varchar');
     $this->addProperty('function', 'varchar');
     $this->addProperty('timeout', 'int');
     $this->addProperty('ignore_address', 'boolean');
 }
Exemplo n.º 23
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('leads_entries');
     $this->addProperty('id', 'int');
     $this->addProperty('type', 'int');
     $this->addProperty('address', 'varchar');
     $this->addProperty('referral', 'varchar');
     $this->addProperty('timestamp', 'timestamp');
 }
Exemplo n.º 24
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('youtube_groups');
     $this->addProperty('id', 'int');
     $this->addProperty('text_id', 'varchar');
     $this->addProperty('name', 'ml_varchar');
     $this->addProperty('description', 'ml_text');
     $this->addProperty('visible', 'boolean');
 }
Exemplo n.º 25
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('leads_types');
     $this->addProperty('id', 'int');
     $this->addProperty('name', 'varchar');
     $this->addProperty('fields', 'varchar');
     $this->addProperty('unique_address', 'boolean');
     $this->addProperty('send_email', 'boolean');
 }
Exemplo n.º 26
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('activity_log');
     $this->addProperty('id', 'int');
     $this->addProperty('activity', 'int');
     $this->addProperty('user', 'int');
     $this->addProperty('address', 'varchar');
     $this->addProperty('timestamp', 'timestamp');
 }
Exemplo n.º 27
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('affiliate_referrals');
     $this->addProperty('id', 'int');
     $this->addProperty('affiliate', 'int');
     $this->addProperty('url', 'varchar');
     $this->addProperty('landing', 'varchar');
     $this->addProperty('transaction', 'int');
     $this->addProperty('conversion', 'boolean');
 }
Exemplo n.º 28
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('shop_categories');
     $this->addProperty('id', 'int');
     $this->addProperty('parent', 'int');
     $this->addProperty('image', 'int');
     $this->addProperty('text_id', 'varchar');
     $this->addProperty('title', 'ml_varchar');
     $this->addProperty('description', 'ml_text');
 }
Exemplo n.º 29
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('contact_form_templates');
     $this->addProperty('id', 'int');
     $this->addProperty('text_id', 'varchar');
     $this->addProperty('name', 'ml_varchar');
     $this->addProperty('subject', 'ml_varchar');
     $this->addProperty('plain', 'ml_text');
     $this->addProperty('html', 'ml_text');
 }
Exemplo n.º 30
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('feedback');
     $this->addProperty('id', 'int');
     $this->addProperty('user', 'int');
     $this->addProperty('timestamp', 'timestamp');
     $this->addProperty('message', 'text');
     $this->addProperty('url', 'varchar');
     $this->addProperty('status', 'int');
 }