Beispiel #1
0
 public function insert(array $columnsValues, $ignore = false)
 {
     return parent::insert($this->table, $columnsValues, $ignore);
 }