<? /* * This tutorial is designed to show us how basic applications are built using AModules3. * * We are going to create a series of application, which main purpose is to display * a "hello world" message. This is a first sample and it uses a very traditional * metod to do it. * * Of course this is a most efficient implementation for hello world applicaiton, but * the main purpose of AModules3 is to simplify complicated tasks. You don't have to * use it if it makes life more complicated. I tried to design the whole framework to * meet the following goals: * * - allow you to start using it with minimum effort, minimum lines of code * - once you design useful class you can easily re-use it */ ?> hello world <p><a href=".">Back</a>