コード例 #1
0
ファイル: TaskController.php プロジェクト: E89son/LieisonCMS
 /**
  *@todo Constructor herencia al model  
  */
 public function __construct($conect_dsn = array(), $directory = null)
 {
     parent::__construct($conect_dsn, $directory);
 }
コード例 #2
0
ファイル: task.php プロジェクト: jaeko44/time-tracking
 public function __construct()
 {
     parent::__construct();
     $this->addProperties(array('start' => 'DTM', 'stop' => 'DTM', 'spent' => 'NUM', 'timers' => 'NUM'));
 }