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
                        

Deprecated: Optional parameter $op declared before required parameter $task is implicitly treated as a required parameter in /home3/openscri/public_html/masinosinaga/pdo-crud/script/classes/PDOCrud.php on line 983

Deprecated: Creation of dynamic property PDOCrud::$langData is deprecated in /home3/openscri/public_html/masinosinaga/pdo-crud/script/classes/PDOCrud.php on line 2227

Deprecated: Optional parameter $page declared before required parameter $totalrecords is implicitly treated as a required parameter in /home3/openscri/public_html/masinosinaga/pdo-crud/script/classes/PDOCrudHelper.php on line 191

Deprecated: Optional parameter $parameters declared before required parameter $data is implicitly treated as a required parameter in /home3/openscri/public_html/masinosinaga/pdo-crud/script/classes/PDOCrudTableFormat.php on line 122

Deprecated: Creation of dynamic property PDOModel::$characterSet is deprecated in /home3/openscri/public_html/masinosinaga/pdo-crud/script/classes/PDOModel.php on line 119

Deprecated: strtoupper(): Passing null to parameter #1 ($string) of type string is deprecated in /home3/openscri/public_html/masinosinaga/pdo-crud/script/classes/PDOModel.php on line 1011

Deprecated: strtoupper(): Passing null to parameter #1 ($string) of type string is deprecated in /home3/openscri/public_html/masinosinaga/pdo-crud/script/classes/PDOModel.php on line 1011

Deprecated: Creation of dynamic property PDOModel::$characterSet is deprecated in /home3/openscri/public_html/masinosinaga/pdo-crud/script/classes/PDOModel.php on line 119

Deprecated: strtoupper(): Passing null to parameter #1 ($string) of type string is deprecated in /home3/openscri/public_html/masinosinaga/pdo-crud/script/classes/PDOModel.php on line 1011

Deprecated: Creation of dynamic property PDOCrud::$dataHTML is deprecated in /home3/openscri/public_html/masinosinaga/pdo-crud/script/classes/PDOCrud.php on line 2379

Deprecated: Creation of dynamic property PDOCrud::$fieldList is deprecated in /home3/openscri/public_html/masinosinaga/pdo-crud/script/classes/PDOCrud.php on line 2380

Employee

Showing 1 to 3 of 95 entries

# Id First name Last name Address City State Zip Actions
1 15 Jenna Sims Ap #188-3087 Semper Rd. White Plains CO 51000
2 16 Marsden Mcknight 891-2555 Ligula Av. Peekskill VT 38453
3 17 Demetria Mooney Ap #400-7304 Vehicula Ave Signal Hill GA 32448
# Id First name Last name Address City State Zip Actions