-
gsdPagination takes as parameters a SQL query, the number of the current listing page, the limit of results to show in each page, and the base link URL. It generates an SQL query with the LIMIT clause to retrieve only the records to show in the current page.Navigation links that facilitate browsing the results, are also generated.Requirements: PHP 4.3 or ...
-
Gendata ODBC Text connects to database server and executes a given SQL query. It retrieves the query results and displays them in the current page in the CSV format.Records selected from a table, using an ODBC connection, are sent directly to a browser as a CSV file.Requirements: PHP 3.0 or higher
-
GafDb can connect to a database and execute SQL queries.In debug mode GafDb can display messages of progress of each operation it executes. The progress and error messages are in Portuguese by default, but can changed to a different idiom.Requirements: PHP 3.0 or higher
-
Connection to MySQL database servers can be established and SQL queries can be executed in Osiris Core.Key Features of Osiris Core:- Change the character set- Return query results in arrays, HTML tables, or XML documents- List, optimize, create and drop database tables- Generate HTML to edit data from the database with inputs of type: text, textarea, select and checkboxRequirements: PHP ...
-
xDatabase is a simple MySQL database access wrapper.Functions of xDatabase:- xDatabase can connect to database from the class constructor.- xDatabase is possible to use a single function to execute queries and retrieve results.- xDatabase automatically stores additional query information in class variables: number of result rows, affected rows, last insert id.
-
Oh!DB Table Data Gateway can perform the following operations:- Execute SQL SELECT queries from list of fields of a table- Retrieve the highest or the lowest value from an integer primary key table field- Get or delete one record of a table with a given primary key value- Delete all records of a table- Delete a record from a table ...
-
A connection to a MySQL database can be established and SQL INSERT, UPDATE, DELETE and DESCRIBE queries can be executed from parameters that specify the tables, fields and values to use.Requirements: PHP 4.0 or higher
-
MySQL_data_table is extending data_table class which generates a html-table from a dataset array.Just set the query and execute it. The use the methods of data_table class to change layout from table.
-
MySQL php class is a wrapper to access MySQL databases.MySQL php class supports:- Connecting to multiple servers at the same time- Execute multiple SQL queries at the same time- Retrieve unbuffered result sets with the possibility to a retrieval duration limit after which the connection thread is killed and the query is stopped- Execute Insert, Update, Delete queries- Retrieve the ...
-
While phpTable may not necessarily save you very many lines of code, it does wonders for your code consistency and syntax.The complexity of the phpTable is not limited.
-
smysql class allows you to create simple mysql connections and simple CRUD operation. Enjoy it and have fun!
-
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
-
Forms to insert, update and delete records in database tables, can be composed.cls_form generates the necessary HTML to present forms for each type of action and executes the corresponding database queries.Requirements: PHP 5.0 or higher

