Esempio n. 1
0
 public function mainAction()
 {
     Output::stdout('Init search Indexer');
     $search = new Indexer();
     $search->indexAll();
     Output::stdout('Phanbook search successfully');
 }
Esempio n. 2
0
 public function mainAction()
 {
     echo "\n Init search Indexer  \n";
     $search = new Indexer();
     $search->indexAll();
     echo "\n Phanbook search successfully \n";
 }