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

Source for file tabScreen.php

Documentation is available at tabScreen.php

  1. <?php
  2. /**
  3.  * <b>Class Description</b>: This is the parent class for views displayed in a tabbed menu
  4.  * 
  5.  * Created On: 29/04/2009
  6.  * @author Jan van der Breggen
  7.  * @package Controllers
  8.  * @subpackage ParentClasses
  9.  ***/
  10.  
  11. Class TabScreen extends Controller
  12. {
  13.   
  14.  
  15.     function __construct()
  16.     {
  17.     
  18.         
  19.         $this->viewTemplate = 'view_template_tabscreen';
  20.         
  21.         
  22.     }
  23.     
  24.     
  25.     
  26. }
  27. ?>

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