Gladius offers a PHP object oriented programming interface designed with minimalist
principles.
The API consists of two classes with their relative methods and members.
Gladius class
This is the main database engine class; you will need to have one instance of the Gladius
class to query the database(s). It is suggested to use multiple Gladius instances if dealing with
multiple databases instead of continuosly switching the selected databases; this approach
would grant considerable performance gains.
Methods
Members
Gladius::insert_id
Gladius_Resultset class
This is the resultset class; only SELECT, SHOW and DESCRIBE statements return this type
of object; this object cannot exist as stand-alone and is internally linked to the Gladius class
instance which generated it. You should unset the Gladius_Resultset object when finished
with it.
Methods
Members
Gladius_Resultset::errno