Controllers
[ class tree: Controllers ] [ index: Controllers ] [ all elements ]

Source for file package.php

Documentation is available at package.php

  1. <?php
  2. /**
  3.  * <b>Package Description</b>: The idea of having an inheritance based class structure in the area of the system's controllers is aimed at maximising versatility and code sharing in the system.
  4.  * The Controller class is the highest level parent class of all controllers in the system. This class is extended by all other
  5.  * classes in the ParentClasses sub package, such as mainScreen and tabScreen, which server to set the
  6.  * view template for the kind of screen to be displayed and prepare data to be passed to this view template. Every
  7.  * Controller in the controllers system folder extends one of these parent controller classes, and thus also indirectly
  8.  * inherits all functionality of the top level Controller class.
  9.  * Created On: 30/04/2009
  10.  * @author Jan van der Breggen
  11.  * @package Controllers
  12.  *
  13.  ***/
  14.  
  15. ?>

Documentation generated on Mon, 18 May 2009 11:22:12 +0200 by phpDocumentor 1.4.1