-
SQL wrapper is a simple MySQL database access wrapper class. It provides functions to connect to a given MySQL database, execute a SQL query, retrieve the query result data and number of rows.
-
PhpReportsMSSQL can generate report HTML pages from given SQL database queries. It supports either MySQL and Microsoft SQL server databases.PhpReportsMSSQL takes as parameters the database type, the database access arguments, an SQL query strings, the title of the report page, number of records to show in a page. It executes the SQL query and display the results in an HTML ...
-
mysql_query class allows you to generate INSERT-, UPDATE- and DELETE-queries easily, taking a tablename and conditional statement as input.mysql_query can also translate any SELECT-statement into another query. Makes it a bit easier if you have a lot of user-editable tables in your dbase.
-
Simple SQL Transact is a simple wrapper to access and manipulate MySQL database table records using SQL.It provides a function to retrieve database table record field values given optional SQL search condition and the set of fields to group or sort the query results.Simple SQL Transact also provides functions to delete, insert or update records given the table name and ...
-
PHP&Databases; class allows you to perform a MySQL database management (Select, Delete, Insert, Update).
-
dbsource is a class meant to easily access different kinds of databases based on a common interface, taking the database connections to its cleanest, scalable maximum.
-
DBManager provides several classes that implement different aspects of the access using a central class to manage connections to the MySQL database server.The DBManager class keeps track of each database connection that is opened. It provides a function named getDB() that establishes the database conection when it is called for the first time, and returned a reference to an object ...
-
MySQL Log allows you to add and show the log provide by other classes such as MySQL Connection and MySQL Recordset.
-
MyQuery is a simple MySQL query generator class to ease writing of complex queries with lots of WHERE and alike statements.
-
Fast Split MySQL Result is meant to split MySQL query results in multiple pages with HTML tables. It uses Javascript to generate the navigation links.
-
MySQL Table Wrapper can be used to access the rows of a MySQL database table as objects. It provides functions to insert, search, retrieve, update and delete table rows.MySQL Table Wrapper can retrieve the names of the columns the specified table to associate class variables to table columns with the same names.
-
mysqlc is a wrapper to access MySQL databases.It can create persistent or non persistent connections, execute queries, retrieve query results, retrieve MySQL server version, start and finish transactions.
-
MySQL RecordSet class provides automatic erase by ID, erase by Array, check SQL between other functions. The MySQL Connection is required.
-
Hybrid MySQL is a lightweight wrapper to access MySQL databases.Functions of Hybrid MySQL:- Open and close MySQL database connections- Execute SQL queries- Fetch the query results as array, associative arrays or objects- Get number of returned query result rows- Display failure error messages
-
mysqlRecordSet creates a MySQL connection and records set objects with support for error reporting.

