/**
  * Constructor
  *
  * @access      public
  * @return      void
  */
 function __construct()
 {
     // Call parent constructor
     parent::__construct();
     // Initialize this model
     $this->initialize('low_search_indexes', array('collection_id', 'entry_id'), array('site_id' => 'int(4) unsigned NOT NULL', 'index_text' => 'LONGTEXT NOT NULL', 'index_date' => 'int(10) unsigned NOT NULL'));
 }
 /**
  * Constructor
  *
  * @access      public
  * @return      void
  */
 function __construct()
 {
     // Call parent constructor
     parent::__construct();
     // Initialize this model
     $this->initialize('low_search_shortcuts', 'shortcut_id', array('site_id' => 'int(4) unsigned NOT NULL', 'group_id' => 'int(4) unsigned NOT NULL', 'shortcut_name' => 'varchar(40) NOT NULL', 'shortcut_label' => 'varchar(150)', 'parameters' => 'TEXT NOT NULL', 'sort_order' => 'int(4) unsigned NOT NULL'));
 }
 /**
  * Constructor
  *
  * @access      public
  * @return      void
  */
 function __construct()
 {
     // Call parent constructor
     parent::__construct();
     // Initialize this model
     $this->initialize('low_search_collections', 'collection_id', array('site_id' => 'int(4) unsigned NOT NULL', 'channel_id' => 'int(6) unsigned NOT NULL', 'collection_name' => 'varchar(40) NOT NULL', 'collection_label' => 'varchar(100) NOT NULL', 'modifier' => 'decimal(2,1) unsigned NOT NULL default 1.0', 'excerpt' => 'int(6) unsigned NOT NULL default 0', 'settings' => 'text NOT NULL', 'edit_date' => 'int(10) unsigned NOT NULL'));
 }
Esempio n. 4
0
 /**
  * Constructor
  *
  * @access      public
  * @return      void
  */
 function __construct()
 {
     // Call parent constructor
     parent::__construct();
     // Initialize this model
     $this->initialize('low_search_log', 'log_id', array('site_id' => 'int(4) unsigned NOT NULL', 'member_id' => 'int(10) unsigned NOT NULL', 'search_date' => 'int(10) unsigned NOT NULL', 'ip_address' => 'varchar(16) NOT NULL', 'keywords' => 'varchar(150) NOT NULL', 'parameters' => 'TEXT NOT NULL'));
 }
 /**
  * Constructor
  *
  * @access      public
  * @return      void
  */
 function __construct()
 {
     // Call parent constructor
     parent::__construct();
     // Initialize this model
     $this->initialize('low_search_replace_log', 'log_id', array('site_id' => 'int(4) unsigned NOT NULL', 'member_id' => 'int(10) unsigned NOT NULL', 'replace_date' => 'int(10) unsigned NOT NULL', 'keywords' => 'varchar(150) NOT NULL', 'replacement' => 'varchar(150) NOT NULL', 'fields' => 'TEXT NOT NULL', 'entries' => 'TEXT NOT NULL'));
 }
 /**
  * Constructor
  *
  * @access      public
  * @return      void
  */
 function __construct()
 {
     // Call parent constructor
     parent::__construct();
     // Initialize this model
     $this->initialize('low_search_groups', 'group_id', array('site_id' => 'int(4) unsigned NOT NULL', 'group_label' => 'varchar(150)'));
 }