PHP Classes

What is the best PHP crud class?: Manage and display staff details from database

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 abdullah sadiq by abdullah sadiq - 5 years ago (2020-02-24)

Manage and display staff details from database

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

+3

I am looking for a CRUD solution to access staff records in database and display detail pages.

Ask clarification

2 Recommendations

MySQL Class Generator: Generate classes to access MySQL as objects

This package can automatically generate PHP classes from MySQL tables.

It can access a given MySQL database and retrieve schema tables and fields.

For each table, it generates a class that uses object-oriented programming logic to provide methods for accessing, reading, and writing its records.
This recommendation solves the problem.
This recommendation does not solve the problem.

+2

Picture of Saro Carvello by Saro Carvello package author package author Reputation 515 - 4 years ago (2020-09-27) Comment

You van try this.


PHP CRUD Library Trait: Manipulate database table records using a trait

This package can manipulate database table records using a trait.

It provides traits that can establish database connections and perform CRUD operations with any table in the database that was connected. Currently it can:

- Insert table records using an array of values
- Retrieve a limited range of table records
- Search for table records that match a condition
- Delete a given table record
- Update table records that match a condition
- Retrieve one table record that matches a condition
- Count table records that match a condition
This recommendation solves the problem.
This recommendation does not solve the problem.

+1

Picture of Manuel Lemos by Manuel Lemos Reputation 26695 - 5 years ago (2020-02-26) Comment

You may want to try this trait. It provides a general solution for implementing CRUD classes that you can use to create your own classes to manage database records in one or more database tables.

It does not display the actual database records on a page but you can implement that in a real class that does all you need according to your presentation preferences for your application.


Recommend package
: 
: