Exemplo n.º 1
0
 public function update()
 {
     if ($this->_isAllowed()) {
         try {
             $u = new Location_Persist_Dao_City();
             return $u->save($this->_city);
         } catch (Exception $e) {
             throw $e;
         }
     }
 }