PDOCrud Default crud option

PDOCrud is dynamic CRUD generator application. It generates complete crud operation for you. You don't need to write code for CRUD operation(create, read, update, delete) operation. PDOCrud class does every thing on your behalf. All you need to do is to create object of class and call render function on the table for which you want to generate the CRUD operation. i.e. 2 lines of code and all operation of CRUD works.

For generating default crud table, you need to write 2 lines of code. It will create all insert/update/delete and view along with various other controls like pagination, search, records per page, sorting etc. This all options can be customized using various setting options available.

Using PDOCrud, you can build huge forms with many no. of fields in few seconds. You just need to write 2 lines of code and all operations will be managed by the database table. It doesn't matter how big or how small a table is, PDOCrud script generates form easily and also you don't need to write the code for database insert/update/delete/view also. All form submission and operations are done using ajax for faster operations

  
                                $pdocrud = new PDOCrud();//create object of PDOCrud Class
                                echo $pdocrud->dbTable("employee")->render(); // call render function on database table
                        

Employee

Showing 1 to 10 of 22 entries

# Id First name Last name Address City State Zip Actions
1 167 jose ggg ggggg ggg gg 678
2 83 Kelly Garcia P.O. Box 902, 1916 Vel, Road Plymouth AK 91414
3 140 test test last address group surat Chorasi,Surat,GJ 395006
4 86 Rina Lawrence 8469 Eu Road Berkeley KY 14459
5 87 Malcolm Richard 8826 Erat St. Boston CA 22844
6 88 Avye Fowler Ap #942-4652 Aliquam Rd. Roseville IN 43892
7 89 Jeremy Randolph Ap #939-5888 Mollis. Rd. Rolling Hills Estates MI 72412
8 90 Ray Clayton P.O. Box 422, 2469 Curabitur Rd. Hope IN 64889
9 91 Lynn Turner 249 Sed Street Austin IN 05518
10 126 Francisco Júnior Aguas Claras, RESIDENCIAL VILLENEUVE QUADRA 104 BLOCO A APARTAMENTO 104 LOTES 9, 11 E 12 CEP 71909180 Brasília Distrito Federal 71909180
# Id First name Last name Address City State Zip Actions