1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-sphinxql.git synced 2024-05-14 23:08:39 +03:00
kohana-sphinxql/classes/sphinxql/query.php

24 lines
566 B
PHP
Raw Normal View History

2010-07-10 15:15:05 +03:00
<?php defined('SYSPATH') or die('No direct script access.');
/**
* This file is part of SphinxQL for Kohana.
*
* Copyright (c) 2010, Deoxxa Development
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @package kohana-sphinxql
*/
/**
* Wrapper class for Kohana_SphinxQL_Query
2010-07-10 15:15:05 +03:00
*
* @package kohana-sphinxql
* @author MasterCJ <mastercj@mastercj.net>
* @version 0.1
* @license http://mastercj.net/license.txt
*/
class SphinxQL_Query extends Kohana_SphinxQL_Query { }
2010-07-10 15:15:05 +03:00
?>