コード例 #1
0
ファイル: da_umgpermission.php プロジェクト: hds-team/HDS
	function __construct() {
		parent::__construct();
	}
コード例 #2
0
ファイル: todo_m.php プロジェクト: resist2b/newtodo_list
 public function __construct()
 {
     parent::__construct();
     $this->primary_key = "todo_id";
 }
コード例 #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();
 }
コード例 #4
0
 /** -------------------------------------
  *
  *  -------------------------------------
  */
 public function __construct()
 {
     parent::__construct('project');
 }
コード例 #5
0
 /** -------------------------------------
  *
  *  -------------------------------------
  */
 public function __construct()
 {
     parent::__construct('project_dependence');
 }
コード例 #6
0
ファイル: Roles_model.php プロジェクト: stepanovstas44/prod
 /** -------------------------------------
  *
  *  -------------------------------------
  */
 public function __construct()
 {
     parent::__construct('roles');
 }