示例#1
0
 public function insertRow(array $data)
 {
     $this->loadEntries();
     parent::insertRow($data);
     $this->uncommited = true;
 }