Basic SQL query processing.
private function UnbDatabase::ProcessSql ($sql);
(string) SQL query to process
The processed and (if appropriate) modified SQL query.
This method strips out SQL comments (they could crash PHP/Apache during development) and replaces the "#" placeholder with the specified table name prefix (if any).
Member of class: UnbDatabase
Implementation file: database.class.php, line 667
© 2011 Yves Goergen. UNB Components Homepage. Reference generated on 2011-02-22.