When the system generates the code, you can access this, using the project manager.


Under 'apps' you will find the generated code for your applications, if you open the app, then you will find the separate parts. In this basic training we will not talk too deeply about the structure of the application itself, but there are some things that you need to know. 

The main application is the application that is 'runnable'. Here depmodal.php. Below this module, you will see the generated HTML templates, the style-sheet and java-script that are required as part of the application. If you open depmodal.php, then you will see the underlying PHP modules. In fact, you will find a PHP module for each component on your form. If you are not a developer, then you will not need to look at this much, but if you are, then this is the way to access your code. To view it, click on the module:



Each component is generated by extending a basic PHsPeed class. If you apply code to an event then you will find this code as part of the component you have used the event of.