PHP Classes

PHP CRUD Library Trait: Manipulate database table records using a trait

Recommend this page to a friend!
  Info   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 558 All time: 5,452 This week: 90Up
Version License PHP version Categories
crud_123 1.0.1The PHP License5PHP 5, Databases, Traits
Description 

Author

This package can manipulate database table records using a trait.

It provides traits that can establish database connections and perform CRUD operations with any table in the database that was connected. Currently it can:

- Insert table records using an array of values
- Retrieve a limited range of table records
- Search for table records that match a condition
- Delete a given table record
- Update table records that match a condition
- Retrieve one table record that matches a condition
- Count table records that match a condition

Innovation Award
PHP Programming Innovation award nominee
April 2019
Number 4
A CRUD component implements a common design pattern for manipulating information that is often stored in a database.

It allows performing common data manipulation tasks like creating, reading, updating and deleting database records.

This package provides a trait that can be used by many PHP classes for implementing CRUD operations on data stored in database tables accessed via PDO.

Manuel Lemos
Picture of Muddathir Samir
  Performance   Level  
Name: Muddathir Samir <contact>
Classes: 2 packages by
Country: Sudan Sudan
Age: 34
All time rank: 29131 in Sudan Sudan
Week rank: 312 Up1 in Sudan Sudan Equal
Innovation award
Innovation award
Nominee: 1x

Recommendations

What is the best PHP crud class?
Manage and display staff details from database

  Files folder image Files  
File Role Description
Plain text file connect.php Class Class source
Plain text file CRUD.php Class Class source
Accessible without login Plain text file Example Example Example

 Version Control Unique User Downloads Download Rankings  
 66%
Total:558
This week:0
All time:5,452
This week:90Up