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

Subscribe to our news:
Partners
Testimonials
David Lantz: "Thank you, this is by far the simplest, and most friendly utility for building db record system I have ever used. I wish I could get my systems guys at the office to purchase this for our company would be so very helpful and speed up a lot of work. I for one have used it for everything from a simple inventory record of my house, to a members record for my church just little pet projects and a test bed to test my own db builds and theories before having to hand code at the office..... it is a lot of fun to work with".
Steven Langfield: "I wanted to drop you a mail to say how freaking AMAZING your software is. It will be the best £100 I have ever spent. I have still to read all your documentation to take full advantage but what you have created is truly amazing".

More

Add your opinion

PHP Generator for MySQL online Help

Prev Return to chapter overview Next

Command line options

PHP Generator for MySQL supports a number of command line options that allow you to fully automate PHP scripts creation. To generate the command line automatically, load the project to be used or specify the generation options manually and click More > Generate command line. The Command Line Builder allows you to save the prepared line to clipboard or to a batch file.

 

The PHP Generator for MySQL command line syntax is as follows:

PHPGenerator[.exe] [<project_file_name>] [-o|output <output_directory>] [-g|generate] [-h|help]

 

PHPGenerator[.exe]

The PHP Generator for MySQL program file.

<project_file_name>

The project with all the task's settings.

<output_directory>

A directory where file are generated to.

-g|generate

Generate without running the GUI application.

-h|help

Show help information.

 

Examples

The examples below assume that you are entering the command lines in the PHP Generator for MySQL program directory. Don't forget to enclose all paths and filenames containing spaces in quotes.

 

To open the NBA_db.pgtm project in PHP Generator GUI:

myphpgenerator C:\PHPGen\MySQL\NBA_db.pgtm

 

To generate files without opening PHP Generator GUI:

fbphpgenerator C:\PHPGen\Firebird\online_store.pgtf -g -o C:\xampp\htdocs\myapp

 



Prev Return to chapter overview Next