Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->table = 'estimation_procedure';
     $this->id_column = 'id';
 }
Exemplo n.º 2
0
 function __construct()
 {
     parent::__construct();
     $this->table = 'workflow';
     $this->id_column = 'name';
 }
Exemplo n.º 3
0
 function __construct()
 {
     parent::__construct();
     $this->table = 'algorithm';
     $this->id_column = 'name';
 }
Exemplo n.º 4
0
 function __construct()
 {
     parent::__construct();
     $this->db = $this->load->database('write', true);
 }
Exemplo n.º 5
0
 function __construct()
 {
     parent::__construct();
     $this->table = 'quality';
     $this->id_column = 'id';
 }
Exemplo n.º 6
0
 function __construct()
 {
     parent::__construct();
     $this->table = 'math_function';
     $this->id_column = 'name';
 }
Exemplo n.º 7
0
 function __construct()
 {
     parent::__construct();
     $this->table = 'task_type_inout';
     $this->id_column = array('ttid', 'name');
 }