Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Craig Cordell: "The simplicity of your code generator is fantastic. We've evaluated dozens of others over the past few years but have yet to find one that is as easy to use as yours".
Peter Robinson: "As a tech savvy company director, I wanted an inexpensive web based database application to manage all aspects of my business. As with most humans I find developing purely by CLI very hard and do not have the will or time to invest in improving my skills. I was looking to find a nice human friendly GUI to design and build my application, which is when I came across PHP Generator for MySQL.

Whilst you still need a great understanding of logic and a small amount of programming ability to get the specific results you require, I am very happy with the speed of progress I have been making with this invaluable tool.

With all the standard libraries included, this product makes normal requirements such as JavaScript form validation, lookup selectors, on click events, auto complete, detailed searches, multiformat exports, rss feeds and username security straight forward and quick.

Having any changes made via the GUI written to the web server at the click of a button makes testing out ideas quick and easy without fear of breaking your application.

To conclude, I couldn't find any other product on the market that came close to offering the amount of options this does, and I do hope that more products like this come out in the future, with the hope of eventually eradicating the need to program all together".

More

Add your opinion

PHP Generator for MySQL online Help

Prev Return to chapter overview Next

Security settings

Check the Enable security option to supply the generated application with a login page to request user name and password when someone attempts to access your website. PHP Generator for MySQL provides you with the following authorization types:

 

Select this option to incorporate the authorization procedure directly into the PHP code of the generated application.

 

Select this option to authorize a user of the web application by a login/password combination stored in a database table. This kind of authorization also provides support for user self-registration and other email-based features.

 

Select this option to accomplish the authorization by MySQL server.

 

Select this option to use a custom function to check user identity.

 

See also: Security events, Google reCAPTCHA, Record-level security, User permissions
 

Set the home page as a startup page

Use this option to allow a user to be redirected to the home page after logging in, otherwise he will be redirected to the first page of an application he has access to.

 

Enable guest access

Turn this options ON to allow unauthorized users to access all or certain pages of your website.

 

Enable inactivity timeout and its period

You can specify the maximum amount of time (in seconds) after that a user will be automatically logged out from the application if he/she does not perform any action during this period. The appropriate message will be displayed to the user and he/she will have to log in again to continue his/her work with the website. Inactivity timeout is supported for all kinds of authorization. When the timeout is reached, the OnBeforeLogout event fires.

 

 



Prev Return to chapter overview Next