コード例 #1
0
ファイル: SphinxQl.class.php プロジェクト: theratg/miaox
 public function from()
 {
     $indexes = Miaox_SphinxQl_Query::pivotArray(func_get_args());
     $this->_query->setIndexes($indexes);
     return $this;
 }