예제 #1
0
파일: Service.php 프로젝트: maxwroc/PHP
 public function changepasswordsAction()
 {
     $oService = new Model_Service();
     if ($oService->changePasswods()) {
         $this->indexAction('Hasla pomyslnie ustandaryzowane.');
     } else {
         $this->indexAction('Blad podczas standaryzacji hasel!');
     }
 }