Development - Dummy Application
General Description.
Each application's source files are stored in a separate directory.
For a quick start in development of a new application you may create an application template
(dummy application) as described below:
- Find
dummy_application.zip
file in the docs/download/
directory or
download it (see button below).
- Extract the dummy archive to the directory you need.
- Rename the
dummy_application/
directory into the name you preffer.
Define a path to your framework directory relatively to your application directory.
$apphp = dirname(__FILE__).'/../../framework/Apphp.php';
That's all! Now you may run your new application.
Download Dummy Application.
You may also download a code example for "dummy module".
Remember, that this only an example, you may need to add more features and procedures to
make your application works as expected.
Download Application ▼