Sample Applications
From Delphi for PHP Documentation Wiki
Working with the sample applications included with Delphi for PHP is a great way to learn about the types of apps you can build and how to use components together to build applications.
Information about the sample applications
- Where do I find them? - The sample applications are located in the vcl\samples directory of the product install directory. In a default install, that location is "C:\Program Files\CodeGear\Delphi for PHP\2.0\vcl\samples"
- How many samples are available? - The samples directory contains more than 60 sample applications.
- Which file do I select to open each sample project?- Most of the sample directories include a main project file with a .phprj extension. To open the project file, select File|Open|Project from the main IDE menu, navigate to the directory mentioned above, and open the project file.
- What do I need to know about the database samples? - Some of the samples are database applications with scripts that include the .sql file to create the database on the database server, others require the InterBase employee.gdb sample database, and others require an osCommerce database. To create the osCommerce database, there is an SQL script called oscommerce.sql, which is the one you need to run on your MySQL server.

