1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-sphinxql.git synced 2024-04-28 23:29:27 +03:00
kohana-sphinxql/classes/kohana/sphinxql.php

24 lines
551 B
PHP
Executable file

<?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 SphinxQL_Core
*
* @package kohana-sphinxql
* @author MasterCJ <mastercj@mastercj.net>
* @version 0.1
* @license http://mastercj.net/license.txt
*/
class Kohana_SphinxQL extends SphinxQL_Core { }
?>