PHP Classes
elePHPant
Icontem

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    
Last Updated Ratings Unique User Downloads Download Rankings
2015-06-24 (1 year ago) RSS 2.0 feedStar 16%Total: 594 This week: 2All time: 4,978 This week: 591Up
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

  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:594
This week:2
All time:4,978
This week:591Up
User Ratings User Comments (2)
 All time
Utility:25%StarStar
Consistency:41%StarStarStar
Documentation:-
Examples:-
Tests:-
Videos:-
Overall:16%Star
Rank:3025
 
Good work.
1 year ago (richard)
42%StarStarStar
- doesn't prevent sql injection itself - doesn't hold databas...
1 year ago (Andrzej Krawiec)
5%Star