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 71 entries

# Id First name Last name Address City State Zip Actions
1 36 Cassandra Graves 1951 Turpis. Street Dickinson Tamilnadu 14187
2 39 Xenos Clarke 437-3387 Arcu Road Newburgh Tamilnadu 05780
3 40 Cooper Jensen P.O. Box 138, 4309 Non Rd. Opelousas Tamilnadu 93062
4 41 Deacon Tyson 156-1937 Ultrices Rd. Spokane Valley Andhra Pradesh 76778
5 42 Dawn Potter 8472 Pellentesque Rd. Chesapeake Tamilnadu 66729
6 43 Zane Calderon 739-7377 Nascetur Rd. Elsmere Tamilnadu 62940
7 44 Cecilia Carney 3243 Lorem Ave Shawnee Tamilnadu 22241
8 45 Connor Marquez 5263 Purus Ave Lockport Tamilnadu 40334
9 46 Gillian Kirk P.O. Box 570, 1525 Magna Av. Ada Tamilnadu 30771
10 47 Wallace Gillespie 550-2279 Tellus, Ave Missoula WA 96349
# Id First name Last name Address City State Zip Actions