Exemple #1
0
 public function truncateAction()
 {
     $oService = new Model_Service();
     if ($oService->truncateAllTables()) {
         $this->indexAction('Czyszczenie tabel wykonane pomyslnie.');
     } else {
         $this->indexAction('Blad podczas czyszczenia tabel!');
     }
 }