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

# Id First name Last name Address City State Zip Actions
1 117 ztuzt uztu ztutzutzu ztutzu ztutzu tzutzu
2 22 Stone Kirkland P.O. Box 686, 9425 Morbi Road Colorado Springs UT 93246
3 23 Edward Burton 5310 Vel, Avenue Harrisburg AK 15122
4 24 Adam Ramsey 6383 Euismod Road Fulton AZ 14148
5 25 Serina Randolph Ap #832-9968 Cras Rd. Baltimore VT 02934
6 26 Abraham Beasley 1146 Scelerisque, Road Pierre WV 10668
7 27 Kerry Grant P.O. Box 613, 193 Nullam St. Bloomington MN 59983
8 28 Wyoming Sullivan 9747 Volutpat Road Auburn Hills OR 85244
9 29 Reese Singleton 7322 Sagittis. Av. Schaumburg WY 97495
10 30 Rosalyn Spencer P.O. Box 296, 6612 Est. Ave Eatontown WV 88032
# Id First name Last name Address City State Zip Actions