Quick search:


How to change an applications index page

The easiest way to change an applications indexPage is to edit the file 'skinIndex.php' in the application folder.

To get a more dynamical indexPage, add a class named 'IndexPage to the application class folder. You can inherit this class from  PntPage. In this class, add a method 'printMainPart' that outputs the main part of your page, or create a part that will be printed by PntPage::printMainPart.