PHP Classes

Base class for CRUD: Store and retrieve MySQL records for CRUD actions

Recommend this page to a friend!
  Info   View files View files (1)   DownloadInstall with Composer Download .zip   Reputation   Support forum (3)   Blog    
Ratings Unique User Downloads Download Rankings
Star 16%Total: 653 All time: 4,910 This week: 90Up
Version License PHP version Categories
base-crud 1.0.0Artistic License5PHP 5, Databases
Description 

Author

This class can store and retrieve MySQL records for CRUD actions.

It can connect to a MySQL database using the MySQLi extension and performs several actions used to implement CRUD (Create, Read, Update and Delete) interfaces.

Currently it can retrieve all the records of a given table, retrieve or delete a record of a table with a given ID, create a new record of the table, update the values of the record of a table with a given ID.

Picture of Mahmoud Hesham Gabr
Name: Mahmoud Hesham Gabr <contact>
Classes: 1 package by
Country: Egypt Egypt
Age: 30
All time rank: 293230 in Egypt Egypt
Week rank: 312 Up3 in Egypt Egypt Up

  Files folder image Files  
File Role Description
Plain text file base.php Class this class for add, update, delete, select

 Version Control Unique User Downloads Download Rankings  
 0%
Total:653
This week:0
All time:4,910
This week:90Up
User Ratings User Comments (2)
 All time
Utility:25%StarStar
Consistency:41%StarStarStar
Documentation:-
Examples:-
Tests:-
Videos:-
Overall:16%Star
Rank:4389
 
Good work.
8 years ago (richard)
42%StarStarStar
- doesn't prevent sql injection itself - doesn't hold databas...
8 years ago (Andrzej Krawiec)
5%Star