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

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

More

Add your opinion

PHP Generator for MySQL online Help

Prev Return to chapter overview Next

SetEditFromTitle

Allows to specify the title of the page Edit form. The code in the example below should be placed into the OnPreparePage event handler. It is possible to use field name tags in the title template.

 

Signature:

function SetEditFormTitle($value)

 

Example 1:

To provide the page Edit form with such titles as "Editing Richard Gere profile", "Editing Harrison Ford profile" and so on, place the following code in the event body:

 

$this->SetEditFormTitle("Editing %name% profile");



Prev Return to chapter overview Next