-
TbsSQL was designed to simplify the process of building SQL statements. This script provides a simple wrapper for various SQL database systems. Features of TbsSQL:- Simple to use, easy to install (only one class), few methods an properties- Placeholders for merging values in one shot- Return data as array, standard objects, specific class objects or clone objects- A simple cache ...
-
MySQL queries can be composed and executed in order to perform basic operations.Key Features of Simple MySQL:- Select or count the rows of a table given the columns to be retrieved, the where clause and optionally a limited range of result rows to retrieve- Insert a row in a table given the field values- Delete rows from a table given ...
-
mydb allows connecting to a given MySQL database server and executing arbitrary SQL queries.Key Features of mydb:- Retrieve query result rows into arrays- Retrieve all the query results into a single bi-dimensional array- Execute a query and retrieve a range of the result rows into a single bi-dimensional arrayRequirements: PHP 4.0 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
-
The forms can be styled through CSS, using the identifiers automatically added to each form element.There's also a formextra.inc class, which will allow you to add custom made multiple selectboxes.
-
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
-
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 ...

