Wählen Sie Ihren SQL-Server:
AnySQL
MySQL
MS SQL Server
Oracle
PostgreSQL
SQLite
Firebird
SQL Anywhere
DB2
MaxDB

Neuheiten abonnieren
Partners

Firebird PHP Generator online Help

Prev Return to chapter overview Next

Command line options

Firebird PHP Generator supports a number of command line options that make it possible 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 Firebird PHP Generator command line syntax is as follows:

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

 

MyPHPGenerator[.exe]

The Firebird 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 Firebird PHP Generator program directory.  Don't forget to enclose all paths and filenames containing spaces in quotes.

 

myphpgenerator "C:\Templates\PHP_GENERATOR\MySQL\NBA_db.pgtm"
fbphpgenerator "C:\Templates\PHP_GENERATOR\Firebird\online_store.pgtf" -g -o "C:\webserver\localhost"

 



Prev Return to chapter overview Next