CRUDify PHP CRUD Class MySQLi: Perform operations to manipulate MySQL records

Recommend this page to a friend!
  Info   View files Example   View files View files (5)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2021-03-31 (18 days ago) RSS 2.0 feedNot yet rated by the usersTotal: 129 This week: 6All time: 9,148 This week: 44Up
Version License PHP version Categories
crudify 1.0.0Custom (specified...5PHP 5, Databases, User Management
Description Author

This class can be used to perform operations to manipulate MySQL records.

It can connect to a MySQL database server using the MySQLi extension and performs several type of common operations. Currently it can:

- List all records of a table
- Delete records of a table that match a condition
- Insert a new record to database table from a values submitted via a posted form or an array
- Update existing database table records with values from a form via the POST method or with a given array
- Execute a query about a given user that is logging in and stores its user record values in session variables
- Destroy the logged user session that may have been previously created with the user details retrieved from the database
- Check if a user is logged checking a given session key value and redirect the user browser to a login page or another page depending on the result.

Picture of Braun Okoi Boniface
Name: Braun Okoi Boniface <contact>
Classes: 1 package by
Country: Nigeria Nigeria

Details

CRUDify

Simple PHP Create Read Update Delete Class

  Files folder image Files  
File Role Description
Files folder imageclasses (2 files)
Accessible without login Plain text file app.php Example Example script
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file README.md Doc. Documentation

  Files folder image Files  /  classes  
File Role Description
  Plain text file CRUD.php Class Class source
  Plain text file User.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:129
This week:6
All time:9,148
This week:44Up

For more information send a message to info at phpclasses dot org.