예제 #1
0
 public function storeData()
 {
     $dao = new HowitzerDao($this->db);
     $dao->onSave($this);
 }