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.
  1. No Screenshot
    346 total visits
    SDB simple MySQL script implements a wrapper to access MySQL databases. This script allows easy data control from PHP to MySQL. Here are some key features of "SDB simple MySQL class":- Create tables- Lock tables- Optimize all database tables- Truncate tables- Establish database connections- Execute SQL queries- Retrieve query results into arrays- Retrieve the number of result rows and affected ...
  2. nbrecs class
    470 total visits
    Nbrecs class can be used to extract and list MySQL database table information. It can query a given MySQL database to extract table status information. The script can generate an HTML table on which it displays the retrieved table status information like the table names, number of records, next increment, sizes, comment and last modified. Requirements: PHP 4.0 or higher
  3. No Screenshot
    307 total visits
    This script can be used to store and retrieve objects in MongoDB databases. It can object class schema definitions from files in the YAML format. EVDB can also create, update, delete objects and well find objects by identifier or custom search parameters. It supports plug-ins classes that may be called before or after updating or deleting an object. Requirement: PHP ...
  4. No Screenshot
    468 total visits
    This script can be used to display data from MySQL, objects or arrays in HTML tables. It can generate an HTML table with cells that contain data retrieved from MySQL query result rows, arrays or objects. Objects and arrays can be traversed recursively if they contain array values. Requirement: PHP 5.0 or Higher
  5. Doctrine Common
    413 total visits
    The Doctrine Common annotations library was born from a need in the Doctrine2 ORM to allow the mapping information to be specified as metadata embedded in the class files, on properties and methods. The library is independent and can be used in your own libraries to implement doc block annotations.
  6. Doctrine Migrations
    572 total visits
    The Doctrine Migrations offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and powerful tool. To use the Migrations as supplement you have to get the sources from the GitHub repository, either by downloading them, checking them out as SVN ...
  7. RFKmap
    1743 total visits
    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.
  8. No Screenshot
    1491 total visits
    TableManagment manages a MySql table with list of the table: each row is a record of the table, we can update, delete or insert in the table.
  9. No Screenshot
    2290 total visits
    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.
  10. No Screenshot
    1680 total visits
    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 ...
  11. No Screenshot
    1814 total visits
    Pages Summary is meant to generate an HTML navigation bar made of links to browse content that is split over several pages, like for instance listings made of data from database query result records.Pages Summary can execute a given MySQL query to determine the how many records there are in total in the complete result set and then generate the ...
  12. No Screenshot
    1885 total visits
    sql2table is designed to provide a easy way to display mysql sql content in HTML table form with pages information and navigation link.
  13. No Screenshot
    350 total visits
    Return a value from a file DB with the value of SEDEX. This class have little use to the major of PHP users but it shows how to create a litle database with ascii files. Retorna um valor de um arquivo de banco de dados com o valor do sedex. Essa classe so eh util para poucos usuarios do PHP ...
  14. No Screenshot
    446 total visits
    This class can be used to MySQL database access wrapper. It can establish connections to a MySQL, execute SQL queries, retrieve query results, retrieve the last inserted identifier, the number affected rows, retrieve the tables list and table fields and execute INSERT, UPDATE, DELETE queries from lists of parameters. Requirement: PHP 5.0 or Higher
  15. No Screenshot
    590 total visits
    This class can be used to generate a MySQL database backup using PDO. It can query the structure of a given MySQL database and generate SQL statements to recreate and insert the records of the tables in the database. The resulting SQL statements are returned as a single string that can be served for download or stored in a file.
Pages 12 of 63« 8 9 10 11 12 13 14 15 16 »