Ejemplo n.º 1
0
 public function from()
 {
     $indexes = Miaox_SphinxQl_Query::pivotArray(func_get_args());
     $this->_query->setIndexes($indexes);
     return $this;
 }