-
ajaxCRUD takes a table name and displays its records in an HTML table that can be edited using AJAX to save the record changes without reloading the page. AJAX is also used to add new records or delete existent ones.ajaxCRUD supports CSS stylesheets, various datatypes, paging, defining relationships to other tables, callback functions, and many other features.
-
This is an PHP ORM (Object Relation Mapping) tool and includes simple methods for all CRUD functionality. CoughPHP maps relational database schemas to PHP objects.Features of CoughPHP:- Advanced Database Configurations- Generating Classes- Autoloader- Query Helpers- Interoperability- Efficiency- SimplicityRequirements:- PHP 5 or HigherWhat's New in This Version:- Ported getFieldsThroughGetters, setFieldsThroughSetters, and test cases from A.S. branch.- Updated copyright information.
-
This PHP script can be used to perform SQL Update, insert and delete queries from parameters which define the tables, fields and field values. Cyber MySQL is mainly created to execute MySQL queries using lists of arguments.Requirements:- PHP 5.0 or Higher
-
AJAX CRUD minimized is an HTML-based CRUD user interface for adding, updating and deleting database records is provided. The script supports record pagination, relationships to other tables, filtering records by a user defined text, presentation customization with CSS style sheets, callback functions, etc.. Requirements: PHP 3.0 or higher
-
Several functions, that can be used to compose and execute common SQL queries by passing a list of parameters defining tables, fields and conditions, are added to the ezSQL class with CRUDités.Requirements: PHP 5.0 or higher
-
smysql class allows you to create simple mysql connections and simple CRUD operation. Enjoy it and have fun!
-
RS Asset can be used to provide an object oriented interface to access database table rows performing what is usually called object-relational mapping (ORM).RS Asset reads a mapping definitions array that describes how to access a given table to perform the basic CRUD operations on the table rows: create, read, update and delete. It provides functions those execute operations.
-
CRUD Class takes a database table and a list of table fields and can generate forms to insert, update and delete the table records, as well list the information stored in those table records.CRUD Class supports retrieving information for storing in the table record fields from joined tables. Multiple databases are supported through separate abstraction layers.Requirements: PHP 3.0 or higher



