Beispiel #1
0
 public function __construct($table = null)
 {
     $this->db = DbFactory::getDriver();
     $this->db->table = $this->table ? $this->table : $table;
 }