示例#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!');
     }
 }