Esempio n. 1
0
 /**
  *@todo Constructor herencia al model  
  */
 public function __construct($conect_dsn = array(), $directory = null)
 {
     parent::__construct($conect_dsn, $directory);
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
     $this->addProperties(array('start' => 'DTM', 'stop' => 'DTM', 'spent' => 'NUM', 'timers' => 'NUM'));
 }