-
PHP AJAX pagination takes as parameters an SQL query, the number of results to show per page and the current page number. HTML and JavaScript code is generated in order to display links for browsing the query result pages. When the user clicks on the links an AJAX request is sent to a script that retrieves the page results and ...
-
MySQL 2 JSON takes an handle of a previously executed MySQL database query and retrieves the results. A JSON string with the values of all the result rows is then being generated. Requirements: PHP 5.0 or higher
-
QuickDB can connect to a MySQL database and execute SELECT, INSERT, UPDATE and DELETE queries from arguments that define tables, fields, field values, conditions and order clauses. HTML tables containing data from the SELECT query results can be generated. The class can also count the rows of a table, insert or update a table record depending on whether the record ...
-
PHP MySQL Database Class can establish connections to a MySQL server and execute arbitrary SQL queries. Key Features of PHP MySQL Database Class:- Fetch query results into an array- Execute SELECT, INSERT, UPDATE and DELETE queries from parameters that define tables, fields, field values and conditions.- Kill queries in execution- Check if a table exist- Optimize a table Requirements: PHP ...
-
Anope_php can access to a MySQL database with statistics of anope IRC services usage and display summaries in HTML pages. Information about the botserver, nickserver, chanserver and operserver can be displayed. Requirements: PHP 5 or higher
-
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
-
LDAP configuration authenticates against a LDAP sever using a predefined username and password. The LDAP configuration can perform several operations with information records stored in the LDAP server like searching for records that match a given filter condition, add records and delete records. Requirements: PHP 5.0 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 ...
-
superGlobals can setup super-global variables from different sources like databases and memcache servers and inject the values in given existing super-global variable arrays. The assigned values can be filtered according to specified rules and type cast operations can be performed to the assigned variable values. Requirements: PHP 5.2 or higher
-
TypeSafeStruct provides base classes that can check whether the types of the values to assign variables of implementation subclasses are of the expected types. The expected types are determined by the prefixes of private variables, so it works well even when using PHP compiled code cached extensions. A secondary class can be used to serialize objects as XML documents or ...
-
Loomes Nested Set can perform several types of operations to manipulate an hierarchy of nodes that are stored in a database as table records. Currently Loomes Nested Set can insert a root node, insert a node that is child of a given parent, delete a branch of nodes under a given node, delete a single node, rename a node, move ...
-
classDataObject executes SELECT questions to a database table and retrieves records into arrays. It can generate pagination links to browse listings of table records split in many pages. classDataObject can also execute INSERT and UPDATE queries to set table records with data from array parameters. Requirements: PHP 5.0 or higher

