Beispiel #1
0
 public function add(Next_Model_Abstract $_obj)
 {
     $objArray = $_obj->toArray();
     $this->dbTable->insert($objArray);
 }