Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->primary_key = "todo_id";
 }
Example #2
0
	function __construct() {
		parent::__construct();
	}
Example #3
0
 /**
  * admin model page.
  *
  * Since this model is set as the default model in
  * config/autoload.php, it's displayed
  * 
  * @package	clinicApp
  * @category db model
  */
 function __construct()
 {
     // parent class construct call
     parent::__construct();
 }
Example #4
0
	function __construct() {
		parent::Model();
	}
Example #5
0
 /** -------------------------------------
  *
  *  -------------------------------------
  */
 public function __construct()
 {
     parent::__construct('project');
 }
 /** -------------------------------------
  *
  *  -------------------------------------
  */
 public function __construct()
 {
     parent::__construct('project_dependence');
 }
Example #7
0
 /** -------------------------------------
  *
  *  -------------------------------------
  */
 public function __construct()
 {
     parent::__construct('roles');
 }