

PHP Generator creates web templates in the components/templates folder of the generated application.

The edit form before and after customization.

The implemented modifications are quite simple, but in real life this feature allows you to completely redesign generated webpages according to your style. The right one displays the same edit form with changed appearance. There is a screen with default look settings at the left side of the picture. The picture below represents the edit form before and after the customization. Note: you can find some additional examples of custom templates in our demo application. define positions of each column editor.specify editor captions to be displayed above the corresponding editors.remove the Save button from the top of the page.change the caption of the selected webpage.
#SQL MAESTRO PHP GENERATOR FOR MYSQL HOW TO#
The article gives detailed instructions on how to implement the following modifications: These principles are shown on the example of the edit form for the staff table. The text below explains the basic principles of the appearance customization of webpages created by PHP Generators. PHP Generator for MySQL allows you to use either hard-coded, table-based or database server authorization, thus converting your MySQL databases into a working web application with login-protected user access.Īll things considered, PHP Generator for MySQL is a practical and high-quality PHP website builder worth having when you need to create web database applications effortlessly.Starting with the version 12.8, all PHP Generators allow you to setup the appearance of created webpages including positions of controls on each webpage. In order to implement another HTML appearance, you can customize the selected color scheme or change the webpages look with custom templates.Īfter selecting the tables and views you want to generate scripts for and preview the pages that will be created, you will need to customize the security options and the PHP data access implementation. By defining a primary key constraint for each table, you will be able to create relations and map the tables.Īlso, the application provides you with a default set of color schemes. In case you have worked with databases before, you know that defining key columns is absolutely mandatory to support the edit and delete operations for the generated pages. If the connection works, you can easily choose the database you want, then add new tables or create SQL queries. The first step of PHP Generator for MySQL requires you to add connection data such as host name and user credentials. Simply choose the database you want, then preview all the tables and relations. The created web application allows authorized users to quickly view, add and edit database records. PHP Generator for MySQL is a comprehensive utility that lets you to quickly build your website from your database without using any programming techniques.Īssuming that you have worked with PHP scripts and designed a considerable number of websites, you also know how MySQL works too, although it does not require any advanced configurations.
