Exemplo n.º 1
0
 public static function find1($query)
 {
     if (!strlen($query)) {
         return false;
     }
     $words = WordStatTable::parseQuery($query);
     return ChainTable::search($words);
 }