Inherited Methods
Class: Kohana_SphinxQL_Client
- Kohana_SphinxQL_Client::__construct()
- Constructor
- Kohana_SphinxQL_Client::connect()
- Used to attempt connection to the sphinx server, keeps a record of whether it failed to connect or not
- Kohana_SphinxQL_Client::fetch_all()
- Fetch the whole result set
- Kohana_SphinxQL_Client::fetch_row()
- Fetch one row of the result set
- Kohana_SphinxQL_Client::query()
- Perform a query
Class Details
Wrapper class for Kohana_SphinxQL_Client
Tags:
- author - MasterCJ <mastercj@mastercj.net>
- version - 0.1
- license - http://mastercj.net/license.txt
[ Top ]