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.
Result
affected_rows()
Return the number of rows changed with the latest query.
Result
info()
Return info about the latest query.
Result
Last updated