Only create a database and configure on db_connect.php the database and one table and this create your CRUD with PDO, Bootstrap and Pagination.
portuguese - https://github.com/ribafs/auto-crud-pt
and english - https://github.com/ribafs/auto-crud-en
Tested in Windows and Linux and it should work in MAC
- Apache2
- PHP 5.5.9+
- MySQL 5.5+ ou PostgreSQL 8+
https://github.com/ribafs/auto-crud-en
Uncompress the package and copy the folder auto-crud-en to your web directory.
Edit file db_connnect.php and adjust to your database and table Exists scripts to try in folder scripts: customers_my.sql e customers_pg.sql
Call in your navigator: http://localhost/customers
On open in navigator see the grid below:
To insert a new register only click on button New Register
To update one register click on icon Update to see:
To delete a register click on link Delete:
MIT
Credits for pagination: https://www.codeofaninja.com/2011/06/paginating-your-data-with-ajax-and.html