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    
Last Updated Ratings Unique User Downloads Download Rankings
2020-05-04 (1 hour ago) RSS 2.0 feedNot enough user ratingsTotal: 450 This week: 2All time: 6,063 This week: 184Up
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

Recommendations

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

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
  Performance   Level  
Name: Muddathir Samir <contact>
Classes: 2 packages by
Country: Sudan Sudan
Innovation award
Innovation award
Nominee: 1x

 

  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:450
This week:2
All time:6,063
This week:184Up

For more information send a message to info at phpclasses dot org.