Child classes:
- Kohana_SphinxQL
- Wrapper class for SphinxQL_Core
Inherited Methods
Class: Kohana_SphinxQL_Core
- Kohana_SphinxQL_Core::__construct()
- Constructor
- Kohana_SphinxQL_Core::add_server()
- Create a new SphinxQL_Client for a server and add it to the pool of clients
- Kohana_SphinxQL_Core::new_query()
- Create a new SphinxQL_Query, automatically add this SphinxQL_Core as the constructor argument
- Kohana_SphinxQL_Core::query()
- Perform a query, given either a string or a SphinxQL_Query object Cycles through all available servers until it succeeds.
Class Details
Wrapper class for Kohana_SphinxQL_Core
Tags:
- author - MasterCJ <mastercj@mastercj.net>
- version - 0.1
- license - http://mastercj.net/license.txt
[ Top ]