PHP Database Tool
Free and open source PHP Database Tools Scripts. These Scripts included MySQL, Oracal, Access help you to make a simplified operation on database.-
This PHP class implements a MySQL database abstraction layer. It will allow PHP applications to connect to a MySQL database and interact with it performing queries or saving data to it.Here are some key features of Mraiur_Database:- Establish MySQL database server connections setting the client encoding- Execute SQL queries- Retrieve query results into arrays- Get the columns of a table
-
This class can be used to connect and query Microsoft Access databases from PHP. It takes the path of a Microsoft Access database file and computes suitable a DSN string to establish a connection to the database using ODBC extension on Windows.It can also execute a given SQL query on a connected database and return the whole result set inside ...
-
This class is a database access wrapper which can be used for MySQL.It utilizes the MySQL or MySQLi extensions.Here are some key features of My simple Query Language Class for MySQL & MySQLi(Improved):- Establish connections to a MySQL server- Execute INSERT queries given the table name and field value arrays- Execute SELECT queries and return single values or arrays with ...
-
phpPuszAdmin is a Web admin interface for PuszBaza similar to like phpMyAdmin or phpPgAdmin. PuszBaza does not require any additional software like MySql or PostgreSql. It is based only on PHP4. Data is stored in usual text files with the following stucture (example):id; name;how;1; doll;cool;2; carrot;stupid;where the first line of the file are the names of columns. It is very ...
-
DbSimple is a database abstraction library which provides an extremely laconic and handy interface for practical usage in PHP 4/5 scripts. It's usage is much easier than most of other popular abstraction libraries (like ADODB, PEAR DB, and PDO)."Query execution" and "result fetching" operations are joined thogether and complemented by powerful placeholder support (including list-based placeholders) and various fetching modes. ...
-
FX.php is a PHP class which combines the ease-of-use of FileMaker with the power of PHP. In the latest release, FX.php allows access to every version of FileMaker since version 5, and preliminary support has been added for MySQL. FX.php is designed to give FileMaker users the advantages and flexibility of using PHP. In addition, the new MySQL support adds ...
-
PHPDBX is a set of PHP classes that provide means of managing data from adatabase. Currently Firebird and MySql DBMS are supported.
-
POG - PHP Code Generator can be used to generate classes that map data in relational database tables in PHP objects using the Active Record design pattern.It can generate scripts optimized to work under PHP 4, PHP 5 or PHP 5.1.The generated scripts can work with PDO or POG database API supporting different databases like: MySQL, PostgreSQL, FirebirdSQL, SQLite and ...
-
This package can be used to generate backup copies of Web server directory files and MySQL databases. It uses a separate class to generate a backup archive in ZIP format of a given directory.Another class is used to take a backup of a given MySQL database into file with SQL statements that can be used to restore the database. The ...
-
The information in object variables is mapped to records of a database table, through the provided base class. That class provides functions to create, retrieve, update, and delete objects stored in the database.It can be extended by implementation classes that define the class variables with values to be stored in records of a given database table. This class provides also ...
-
It provides a main database interface class to encrypt properties, load the right driver, import or export the encrypted object. Abstraction is made by drivers that permite you to use natives functions of php plus methods to prepare, buffer, or execute queries and retrieve results.MySQLi, MySQL and PostgreSQL are currently the supported drivers. You can easily create your own drivers ...
-
MySQL Database Optimizer is a PHP script that allows you to optimize all tables of a given MySQL database.
-
PHP Tree Structure stored in MySQL database is a php script to store and manipulate tree structure in a mysql database, is a free PHP code generator.An example of a typical uses for this would be a web directory. Its important to note that the script and the table are meant only to model-generator, the relationships between nodes in a ...
-
I-Senso TransSQL lets you dump a whole local database and load it to a remote host (or vice-versa).The differences between I-Senso TransSQL and the others are:- supports tables, views, Stored Procedures, triggers and constraints;- is inter-dependency aware;- is error tolerant;- very easy to install,it's a single file;TransSQL dumps the whole database: tables, views, stored procs, triggers, constraints... the works. The ...
-
Bluebee can insert, update, query or delete database items. While Bluebee is not an OOP framework, it does allow database operations to be executed with fewer steps.

