contributions/sphinx/model/drivers/sphinx/sqlbuilder/dbsqlbuilder.insert.sphinx.cls.php
Go to the documentation of this file.00001 <?php 00002 /** 00003 * Insert Query Builder for Sphinx 00004 * 00005 * @author Gerd Riesselmann 00006 * @ingroup Sphinx 00007 */ 00008 class DBSqlBuilderInsertSphinx extends DBSqlBuilderInsert { 00009 public function __construct($query, $params) { 00010 throw new Exception('Not implemented'); 00011 } 00012 }