예제 #1
0
파일: Users.php 프로젝트: linuxwhy/tiki-1
 /**
  * @param TikiDb $db
  * @return null
  */
 public function __construct(TikiDb $db, DateTime $dt)
 {
     $this->db = $db;
     $this->table = $db->table('tiki_user_reports');
     $this->dt = $dt;
 }
예제 #2
0
파일: Manager.php 프로젝트: rjsmelo/tiki
 function __construct(\TikiDb $db)
 {
     $this->table = $db->table('tiki_tabular_formats');
 }