phpMyCRUD DemosThe phpMyCRUD Demos are completely live and reset every hour, so feel free to experiment by inserting, updating and deleting records.
Tutorial DemosInstructions for creating a basic phpMyCRUD object (a database table) and transforming it into a custom administration panel. Source code and live examples demonstrate how easy it is to use phpMyCRUD.
Generic Admin Demo (CSS Style:
Core |
Embedded)
*Demonstrates phpMyCRUD as a generic MySQL database manager. Field headings are taken directly from the table structures. The
permission is set to 'cruda' which allows: create, read, update, delete and alter actions.
Custom Admin Demo (CSS Style:
Core |
Embedded)
*Demonstrates a custom administration panel created with phpMyCRUD. This demo uses tables that are identical to those in the Generic Demo.
Transformations have been added to create this simple Content Management System (CMS).
- Permission is set to 'crud', so table structures cannot be altered
- Field headings are displayed as human-friendly text
- The 'Name' field is displayed as a hyperlink, taking the url from the 'URL' field
- The 'Image' field is displaying blob data stored in the database as an image
- Some fields are hidden on the 'Browse' pages and visible on the insert/update forms
- The 'Category' field of the 'links' table is displayed as a select menu on the insert/update forms. The categories are taken from the 'categories' table
Custom User DemoThis is the User side of your website. It uses the tables from the Custom Admin Demo.
*Each demo has 2 CSS styles which are explained in detail below.
Core - Uses crud_core.css style sheet which contains the minimum styles required to display phpMyCRUD. This is the default phpMyCRUD.
Embedded - Encapsulates the phpMyCRUD tables and forms within this website. Demonstrates how easily phpMyCRUD can be incorporated into an existing website.