Пример #1
0
 function __construct()
 {
     parent::__construct();
     $this->table = 'file';
     $this->id_column = 'id';
     $this->deleted_activated = 'id IS NOT NULL ';
 }
Пример #2
0
 function __construct()
 {
     parent::__construct();
     $this->table = 'api_session';
     $this->load->model('Author');
 }
Пример #3
0
 function __construct()
 {
     parent::__construct();
     $this->table = 'vipercharts';
 }
Пример #4
0
 function __construct()
 {
     parent::__construct();
     $this->table = 'category';
 }
Пример #5
0
 function __construct()
 {
     parent::__construct();
     $this->table = 'meta_dataset';
     $this->deleted_activated = null;
 }
Пример #6
0
 function __construct()
 {
     parent::__construct();
     $this->table = 'users';
     $this->deleted_activated = 'id IS NOT NULL ';
 }
Пример #7
0
 function __construct()
 {
     parent::__construct();
     $this->table = 'thread';
     $this->search_ignore = array('the', 'are', 'and', 'but', 'does', 'etc', 'from');
 }