-
Crystal is a PHP database interaction toolkit and wraps SQL code in nice, human-readable syntax, allowing developers to quickly run database operations right from their PHP code.Features of Crystal:- Well documented- Human readable syntax- Portable- Supports CRUD operations- Handle database manipulation and validationRequirements:- PHP 5.24 or HigherWhat's New in This Version:- Custom SQL in WHERE.
-
This is a database ORM for PHP. It provides a new approach to creating and using database PHP ORMs. It creats an artificial OOP SQL syntax. Features of ClassQL:- Easy to learn syntax- Custom filters to compute SQL results- Supports for eager loading- Supports some kind of inheritance- Complete PHP API- PHP stream wrapper to include models as PHP classes- ...
-
WordPress SQL Backup is a plugin that allows you to easily preform a sql backup from within your dashboard. The plugin is very secure and only allows administrators to preform a backup.This plugin allows you to create a backup and download it or email it to the administrator as an attatchment. This plugin also works great and has been tested ...
-
tgcSqlBuilder is a very easy to install, use and customize PHP database tool script which allows you to build SQL-statements using an object-oriented interface instead of many string-concatenations. It can be implemented in any PHP application, and you can simply build your queries with methods like addWhere(), setLimit() or others.
-
SQLaL is a PHP Abstraction Layer script which makes it is easy to access and run queries on a MySQL database. It is designed to simplify the use of MySQL databases.The PHP script can be used for connecting, accessing, querying and reading results from a MySQL database. SQLaL is a good tool for connecting PHP to MySQL databases.
-
This script can generate SQL queries from objects or arrays. It can traverse the list of variables of the object or a given associative array and generate SQL INSERT or UPDATE queries to create or update records of a given database table.The names of the table fields are taken from the object variables or array indexes. The field values are ...
-
This PHP database script that can access different types of SQL database using PDO. It provide a common interface to access different types of database like MySQL, PostgreSQL, Microsoft SQL server, IBM DB2, SQLite, Oracle, Informix, and Firebird.This script can also establish connections, execute queries, retrieve single result rows or single row columns, the number of result rows, the last ...
-
This PHP Script is used to validate and filter request values. It allows you to define a parameter or a list of parameters that must be read from POST or GET variables. param script can also filter values with a maximum length, discard values that seem to be used for SQL injection attempts and assume a default value for missing ...
-
This PHP script is designed to query MySQL database programmatically by accessing a MySQL database and then composing SQL queries by calling functions that take parameters that define different aspects of the queries. Those functions of AutoDB take parameters that define the tables, fields, result set order clauses, field values, condition clauses and much more. There're also specific classes to ...
-
This PHP script is mainly used to execute common SQL queries which are read from parameter lists. It can perform SELECT, INSERT, UPDATE and DELETE queries using parameter values that define table names, fields, field values, condition, order, group and limit clauses. It can also retrieve query results into arrays.Requirements:- PHP 5.0 or Higher
-
How to Connect MySQL with PHP is a very simple MySQL database access wrapper. Opening a connection to MySQL database from PHP is easy. It can be done with the “mysql_connect” PHP function which helps us establish a database connection, execute SQL queries and disconnects after retrieving results.Requirements:- PHP 3.0 or higher
-
PHP Oracle Grid aims to display Oracle query results in an HTML table. It can execute a given SQL query and then generate an HTML table in which the query results displayed. The presentation of the table rows is configurable using CSS styles. Headers, odd and even rows can use different CSS styles.When the user drags the mouse a row, ...
-
RFKmap for PHP is a free code which joins FastTemplate and PHPlib's class (DB_Sql) to create an object system for a content management and viewer. A easy syntax to create one instance to access a complex queries and mapping the results to a set of templates.
-
Sync DB Content is meant to synchronize two MySQL database copies. Sync DB Content queries a source database to determine which rows were updated since a given date and generates a text file that contains SQL queries for updating the target database to synchronize its contents.
-
The TableDataManagement class is used as an interface to manipulate data in rows of an SQL database table. Each object of the class can access individual rows of a given table.How does Table Data Management work?On initalization of a class object it obtains information about the table it is interfacing.After the initialization Table Data Management knows:- what primary keys are ...












