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