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

Configuring datasources

Firebird PHP Generator allows you to create PHP scripts based on one or more Firebird tables, views and/or queries.  By default, each script has settings defined by the application options. Of course, you can change them later, but it's useful to setup the generation rules in accordance of settings of the most webpages to reduce further adjustments.

 

Adding tables and views

You can add a table/view within the Select object window.

 

Adding queries

You can add a query from .sql file (More > Load query from file...) or type the query text in the Query editor.

 

Query repository

Firebird PHP Generator allows you to store all queries used in a project to a single file. This feature can be extremely useful if you need to share a set of the same queries between several different projects. To save/load queries to/from a single file, use Save all queries as repository / Load query repository items from the More button menu accordingly.

 

Define primary key

Specify a single column or a set of columns that uniquely identifies each record in the view/query to expedite the work of the generated application. It's optional but preferable.

 



Prev Return to chapter overview Next