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

Source for file Page.php

Documentation is available at Page.php

  1. <?php
  2. /**
  3. * DotBoost Technologies Inc.
  4. * DotKernel Application Framework
  5. *
  6. @category   DotKernel
  7. @package    Frontend
  8. @copyright  Copyright (c) 2009 DotBoost  Technologies (http://www.dotboost.com)
  9. @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
  10. @version    $Id: Page.php 152 2010-06-18 07:39:40Z teo $
  11. */
  12.  
  13. /**
  14. * Page Model
  15. * Dummy class, is not doing anything
  16. @category   DotKernel
  17. @package    Frontend
  18. @author     DotKernel Team <team@dotkernel.com>
  19. */
  20.  
  21. class Page
  22. {
  23.     /**
  24.      * Constructor
  25.      * @access public
  26.      * @return Frontend_Page 
  27.      */
  28.     public function __construct()
  29.     {        
  30.     }    
  31. }

Documentation generated on Wed, 21 Jul 2010 07:34:41 +0000 by phpDocumentor 1.4.3