Selecting Specific data (SELECT) | ->free() |
DB_DataObject | |
PEAR Manual | |
void $DB_DataObject->query (
string $string
)
Sends a raw query to database. Often you may consider that using a large number of whereAdd's and orderBy method calls are not neccessary, and it would be simpler to just write the query, to make the code clearer and shorter.
string $string - SQL Query
This function can not be called statically.
raw queries on the database
|
Selecting Specific data (SELECT) | ->free() |
DB_DataObject | |
PEAR Manual | |