예제 #1
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('leads_entry_data');
     $this->addProperty('entry', 'int');
     $this->addProperty('name', 'varchar');
     $this->addProperty('value', 'varchar');
 }
예제 #2
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('shop_discounts');
     $this->addProperty('id', 'int');
     $this->addProperty('discount', 'int');
     $this->addProperty('item', 'int');
 }
예제 #3
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('youtube_group_membership');
     $this->addProperty('id', 'int');
     $this->addProperty('group', 'int');
     $this->addProperty('video', 'int');
 }
예제 #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');
 }
예제 #7
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct('license_modules');
     $this->addProperty('id', 'int');
     $this->addProperty('license', 'int');
     $this->addProperty('module', 'varchar');
 }
예제 #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');
 }
예제 #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');
 }
예제 #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');
 }
예제 #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');
 }
예제 #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');
 }
예제 #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');
 }
예제 #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');
 }
예제 #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');
 }
예제 #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');
 }
예제 #18
0
파일: manager.php 프로젝트: tareqy/Caracal
 /**
  * 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');
 }
예제 #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');
 }
예제 #21
0
파일: manager.php 프로젝트: tareqy/Caracal
 /**
  * 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');
 }
예제 #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');
 }
예제 #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');
 }
예제 #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');
 }
예제 #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');
 }
예제 #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');
 }
예제 #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');
 }
예제 #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');
 }
예제 #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');
 }
예제 #30
0
파일: manager.php 프로젝트: tareqy/Caracal
 /**
  * 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');
 }