- 1,251 categories
- 40,829 scripts
Updated: 09/29/2006
- This class owns one method for all query commands whose return is the number of affected or selected rows. This allows to have a quick response on the query success or failure and to use a single method for running queries.
$nrecords = $dbLite-&>queryLite(&"SELEC T * FROM sometable&",&"some error message&");
$nrecords = $dbLite-&>queryLite(&"UPDAT E sometable SET field1=''$val1'' WHERE field2=''$val2''&");
This class is also very easy to manipulate if you need to add some feature.
- Categories
- Platforms
- Licenses
- Other Free / Open Source License
- Author