PHP Classes

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

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Star 16%Total: 655 All time: 4,906 This week: 57Up
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 (1)  
File Role Description
Plain text file base.php Class this class for add, update, delete, select

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:655
This week:0
All time:4,906
This week:57Up
User Ratings User Comments (2)
 All time
Utility:25%StarStar
Consistency:41%StarStarStar
Documentation:-
Examples:-
Tests:-
Videos:-
Overall:16%Star
Rank:4519
 
Good work.
9 years ago (richard)
42%StarStarStar
- doesn't prevent sql injection itself - doesn't hold databas...
9 years ago (Andrzej Krawiec)
5%Star