Beispiel #1
0
 /**
  * @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;
 }
Beispiel #2
0
 function __construct(\TikiDb $db)
 {
     $this->table = $db->table('tiki_tabular_formats');
 }