Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 637 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 637 Bytes

PRC

PRC (PHP RAD CRUD) is a rapid application development (RAD) tool that makes it easy to create, read, update, and delete (CRUD) database table records without writing much code. It's currently in beta mode, but we're planning to add more features in the future. In case you don't know, PHP stands for PHP: Hypertext Preprocessor.

#PHP #RAD #CRUD #databasetool #webdevelopment #productivitytool

How to use?

Update your database details at PRC.php file.

You can use example.sql database for testing.

Create new folder for each database table and follow code examples given at

  • Example1 folder
  • Example2 folder
  • Users folder