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