Returns the number of days since the epoch.
Fetches a row from a given result set from the database. This is a wrapper for DB-specific methods, so you should be fairly easily able to change the specific database method called within here and make it work transparently.
Fetches an object from a given result set from the database, as an object of the type specified by $_className. This class definition must be already defined.
Fetches a row from a given result set from the database. This is a wrapper for DB-specific methods, so you should be fairly easily able to change the specific database method called within here and make it work transparently.
Returns the last inserted ID from the database. This is a wrapper for DB-specific methods, so you should be fairly easily able to change the specific database method called within here and make it work transparently.
Fetches a row count from a given result set from the database. This is a wrapper for DB-specific methods, so you should be fairly easily able to change the specific database method called within here and make it work transparently.
Performs a query on the database and returns the result set. This is a wrapper for DB-specific methods, so you should be fairly easily able to change the specific database method called within here and make it work transparently.