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

Subscribe to our news:
Partners
Testimonials
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".

Lucian Nedescu: "Thank you very much. Have a nice century (this is a real wish :P). I think that i will do a great job on my clients database with the new php interface. Thank You again".

More

Add your opinion

PHP Generator for MySQL online Help

Prev Return to chapter overview Next

Interface language

By default a web application created with PHP Generator for MySQL has English interface but it can be localized (i.e. translated) to any language. The text strings to be used in the application's interface are stored in a localization file. To use a specific language, select the corresponding file on the last wizard step. In case you use the same file on a regular basis, it is recommended to specify it in the application output options to enable it by default.

 

Using prepared localization files

PHP Generator for MySQL comes with a number of localization files that can be found under the installation folder, usually C:\Program Files\SQL Maestro Group\PHP Generator for MySQL or C:\Program Files (x86)\SQL Maestro Group\PHP Generator for MySQL if you have a 64-bit operation system installed on your computer. The table below contains currently available files and the corresponding interface languages:

lang.ar.php

Arabic

lang.br.php

Brazilian

lang.cs.php

Czech

lang.de.php

German

lang.dk.php

Danish

lang.en.php

English

lang.es.php

Spanish

lang.fi.php

Finnish

lang.fr.php

French

lang.hu.php

Hungarian

lang.it.php

Italian

lang.nl.php

Dutch

lang.pl.php

Polish

lang.ru.php

Russian

lang.se.php

Swedish

lang.sk.php

Slovak

lang.sl.php

Slovenian

lang.sr.php

Serbian

lang.tr.php

Turkish

These files were sent to us by our customers and we are not responsible for their quality. If none of these files is right for you, it is possible to customize the localization as described below. We will be very appreciated if you send us your custom file to be enjoyed by all the PHP Generator for MySQL users.

 

Using a custom localization file

If none of supplied files is appropriate for your application, you can create the localization yourself. For this purpose get a localization file the clearest for you, enter/correct necessary captions with any text editor, and save it in the UTF-8 encoding (this is very important for the correct displaying of captions in a web browser).

 

Example

Suppose we need to create a web application in Esperanto. First we need to define the localization file that is the clearest for us. In our case it is lang.en.php. Let's open the file with a text editor (we prefer Notepad++), translate all captions to Esperanto, select the UTF-8 encoding and save it as lang.eo.php (eo is the two-char language code for Esperanto). All we need to do is select this file at the last wizard step and generate the application. The result is shown below.

 



Prev Return to chapter overview Next