-
Argument values that define tables, fields, field values and condition clauses can be passed to INSERT, UPDATE and SELECT queries. Requirements:PHP 5.0 or higher
-
DBConnect by Easanka can be used to call stored procedures. Key Features of DBConnect by Easanka:- Establish database connections to a MySQL database server host- Execute SQL queries and retrieve the number of result rows- Manage transactions Requirements: PHP 5 or higher
-
Bobo PHP DB Class can establish a connection to a MySQL database server host, execute SQL queries and retrieve the results into arrays. The identifier of the last inserted record can also be retrieved, and whether a given table exists can be checked. Requirements: PHP 4 or higher
-
MySQL-class can be used to execute various queries and record their execution times. Key Features of MySQL-class:- Establish connections to a MySQL server to access a given database- Fetch query results into arrays- Retrieve data from a table with support for limiting the range of retrieved rows and the column by which the data is sorted- Retrieve a specific row ...
-
The MySQLi extension functions are used to establish a connection with a MySQL server. MyEzSQL executes SELECT, INSERT, UPDATE and DELETE queries from lists of arguments that define the tables, fields, field values and condition clauses. Requirements: PHP 5.0 or higher What's New in This Release MyEzSQL: - New function has been added so no more editing the class file ...
-
Several classes provide access to MySQL database tables in order to create, read, update and delete database table rows as if they were objects. Requirements: PHP 5.2.9 or higher
-
Simple db class is able to execute arbitrary SQL queries. Key Features of Simple db class:- Connect to a MySQL database server host- Execute INSERT, UPDATE and DELETE queries passing only the table name and the values of the fields, values and conditions Requirements: PHP 5.0 or higher
-
Simple MySQL wrapper is a set of static functions implement several types of database access functions. Key Features of Simple MySQL wrapper:- establishing connections- executing queries- retrieving results- checking- creating- dropping tables- get table column information- importing- exporting data from tables Requirements: PHP 5.0 or higher
-
The parameters are defined programatically and specify tables, fields, value conditions etc. Currently PDO_DB can execute select queries to retrieve results into arrays, insert or update records into a table from values passed in an associative array, and delete table records that match a given condition. Requirements: PHP 5.0 or higher
-
There is one base HTML document class and several other classes to abstract different types of HTML elements. There is also one class to generate HTML documents from MySQL database queries. Complex HTML documents can be generated by combining the output of these classes. Requirements: PHP 5.0 or higher Limitations: The code and the comments are in Italian.
-
Classe Paginazione takes as parameters an SQL query, the number of results display per page and the name of request variable that will be used to pass the number of the page to browser in the links. The Classe Paginazione executes the query to retrieve only the results of the current page and stores the results in a class variable. ...
-
Reduced MySQLi is composed by two classes:- one class is handling the MySQL database access and makes sure that only one connection is active during the script execution.- Another class implements other database access functions like executing queries with prepared queries, measuring the time the queries take to execute, retrieving query results into arrays, the number of result rows, last ...
-
Statistics about the connection and variable values can also be gathered by Best MySQL Class. Key Features of Best MySQL Class:- Connect to a given MySQL server and access given database- Execute SQL queries- Retrieve any errors, the number of affected rows, last inserted identifier, number of result columns and rows- Retrieve the query results into arrays or objects- Get ...
-
MySQLDropDownCondiff connects to a given MySQL database and executes an SQL query. The values returned as query results are used to generate the HTML for the form select input. Requirements: PHP 3.0 or higher
-
PDO connection and multi pagination can generate links to browse the results of a given database query assuming a given limit number of results per page. A form to go directly to a predefined page of the search results can also be generated. PDO connection and multi pagination can also generate navigation links with letters that specify the first character ...

