-
Qexec establishes database connections, executes queries and returns the results in arrays. Query text literal values can also be escaped.Requirements: PHP 3 or higher
-
sql4array can execute SQL SELECT queries on bi-dimensional array, for which the first dimension is the row number and the second dimension the field names.The WHERE clause can be used to specify conditions with operators such as =, >,The results are returned as arrays and can be sorted with the ORDER clause and restricted with the clause LIMIT.Requirements: PHP 5.0.0 ...
-
Currently only MySQL is supported in db Class.Easy to CRUD with db Class. Enjoy youself!
-
SQL SELECT queries can be executed and the fields of each result set row can be retrieved into class variables.Object based MySQL can also insert or update records of a table getting the values from class variables with the same name as the fields.Requirements: PHP 5.0 or higher
-
Each SQL query must be stored on its own separate line in the file.Requirements: PHP 4.0 or higher
-
sql_Generator class is meant to make it easier to generate SQL queries for inserting or updating records in a database table.Just specify the required fields, and then call the class functions to retrieve the SQL statement to perform an insert or update query.
-
The definition of a database table can be extracted and classes to query that table in order to store or retrieve records into class variables, can be generated.Requirements: PHP 5.0 or higherLimitations: The code and documentation are in Portuguese.
-
DABAJAX Toolkit can execute SQL queries to an Oracle database to complete text typed in form fields using parameters passed by Javascript code to PHP scripts using AJAX requests.Parameters from different form fields defining filters for the data to be queried, can be passed to the queries.Requirements: PHP 5.0 or higher
-
EasyDate provides a set of manipulation functions that can be applied to strings retrieved from a MySQL database.
-
ecSQL is a couple of classes that brings the simplicity and smoothness into the development and maintenance of a PHP site with a mySQL connection.
-
MySQL Object provides a few classes that execute several types of queries and extend the ArrayObject class to access the query results as if that was an array.Additional classes are used to traverse generic query result rows, traverse query result row columns, traverse the query result columns names and types.Requirements: PHP 5.1 or higher
-
Just another SQL Wrapper can establish connections to a specified MySQL server and execute queries.Key Features of Just another SQL Wrapper:- Retrieve query results as arrays or objects- Retrieve the number of result set rows, affected rows, or the last inserted identifier- Compose and execute SELECT, INSERT, UPDATE and DELETE queries from parameters defined programmaticallyRequirements: PHP 5.0 or higher
-
Mysql record set gives you the possibility to navigate through MySQL record sets and manipulate the stored information.Mysql record set just takes a SELECT statement and the class takes care of the other operations that you may want to perform, like for instance: updating records, deleting records, adding a new record, filter records according to a criteria.Mysql record set is ...
-
The PDO API is used to connect to the SQLite database and execute SQL queries. The data may be outputted formatted an an HTML table, a XML document or as a series of URL-encoded values.Requirements: PHP 5.0 or higher
-
A manipulation query can be executed and the affected rows or last inserted identifier can be stored.Key Features of zeMySql Simple:- Execute a manipulation query and store the affected rows or last inserted identifier- Execute a SELECT query to retrieve a single column value- Execute a SELECT query to retrieve a single row as an object- Execute a SELECT query ...

