-
Connections to a MySQL host can be established and SQL queries can be executed with Database Abstraction Class. Key Features of Database Abstraction Class:- Retrieve results into objects and array- Retrieve the length of the column fields- Retrieve the number rows affected by a query- Determine the highest value of a table id fieldRequirements: PHP 5.0 or higher
-
This class can be used to manipulate flat file databases.It uses the DBA extension to perform several types of operations like inserting new records. retrieve all records, retrieve a record with a given key, delete all records, and delete a record with a given key.The code and the comments are in Spanish.Requirements: PHP 4.0 or higher

