m7m0od / php-crud

four essential operations for creating and managing data | PHP & MYSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php-crud

CRUD refers to the four basic operations a software application should be able to perform – Create, Read, Update, and Delete. In such apps, users must be able to create data, have access to the data in the UI by reading the data, update or edit the data, and delete the data.

About

four essential operations for creating and managing data | PHP & MYSQL


Languages

Language:PHP 92.1%Language:Hack 7.9%