PHP Classes
elePHPant
Icontem

What is the best PHP crud class?: How to create CRUD with PHP

Recommend this page to a friend!
  All requests RSS feed  >  What is the best PHP crud class?  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

What is the best PHP crud class?

Edit

Picture of ahmed aabuzaid by ahmed aabuzaid - 17 days ago (2016-03-26)

How to create CRUD with PHP

This request is clear and relevant.
This request is not clear or is not relevant.

+3

I would like to know how to create CRUD interface with PHP. I want sample code.

Ask clarification

1 Recommendation

Short Code CRUD: Perform CRUD operations on MySQL table records

This recommendation solves the problem.
This recommendation does not solve the problem.

+1

Picture of Bharat Parmar by Bharat Parmar package author package author Reputation 250 - 22 hours ago (2016-04-11) Comment

This class can perform CRUD operations on MySQL table records.

It can perform several types of operations with records of a given MySQL table like:

  • InsertRecord : Insert Record to database
  • InsertMultipleRecord : Insert Multiple Records
  • GetSingleRecord : Retrieve Single Record for Edit or View Action
  • GetRecord: Get All or a limited number of Records with pagination
  • UpdateRecord : Edit or Update Record Method
  • DeleteRecord : Delete Record Method
  • GetCustom : For results for arbitrary queries

The class can also generate HTML to display or update the table records like:

  • PagiNation : Pagination Display
  • UploadFile : Upload File
  • DeleteFile : Delete File
  • DateDifference : Date Difference
  • RedirectPage : To Redirect Specific Pages
  • EditLink : Edit Action Link
  • StatusLink : Change active or inactive status Action Link
  • DeleteLink : Delete Action Link
  • SendMail : Send Mail method
  • GetRandomString : Generate Random String


Recommend package
: 
: