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

Subscribe to our news:
Partners
Testimonials
Roger Brown: "Great product. The more I work with it, the more I am amazed at what it can do".
Simon Greener: "A lot of work went in to designing our application database. PHP Generator allowed us to build a fully functional, professional looking, and functionally powerful web application from that database. It has freed us from worrying about low level code, enabling us to focus on the business requirements of the customer. The support provided is excellent with staff quickly producing answers to questions ranging from newbie to simple or complex. I highly recommend the product".

More

Add your opinion

PostgreSQL PHP Generator online Help

Prev Return to chapter overview Next

Command line options

PostgreSQL PHP Generator 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 PostgreSQL PHP Generator command line syntax is as follows:

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

 

PHPGenerator[.exe]

The PostgreSQL PHP Generator 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 PostgreSQL PHP Generator 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