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: 652 All time: 4,908 This week: 177Up
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: 29
All time rank: 292930 in Egypt Egypt
Week rank: 578 Up11 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:652
This week:0
All time:4,908
This week:177Up
User Ratings User Comments (2)
 All time
Utility:25%StarStar
Consistency:41%StarStarStar
Documentation:-
Examples:-
Tests:-
Videos:-
Overall:16%Star
Rank:3422
 
Good work.
7 years ago (richard)
42%StarStarStar
- doesn't prevent sql injection itself - doesn't hold databas...
7 years ago (Andrzej Krawiec)
5%Star