Query Methods
You can query the database using SQL statements using these methods.
query( $sql )
Execute the query. Returns true if the query was successful or reversely false.
affected_rows()
Return the number of rows changed with the latest query.
info()
Return info about the latest query.
Last updated