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

Source for file homepage.php

Documentation is available at homepage.php

  1. <?php
  2.  
  3. import("Web.MVC.DFormAction");
  4.  
  5. require_once(PHP_ROOT_PATH "classes/_libs/DSmartyBased.php");
  6.  
  7. class DHomepage extends DFormAction {
  8.     public function __construct(&$DFormRequest{
  9.         parent::__construct($DFormRequest);
  10.     }
  11.     
  12.     public function run({
  13.         $screen new DSmartyBased();
  14.         
  15.         $this->_HTMLResult $screen->fetch("index.tpl");
  16.     }
  17. }
  18.  
  19. ?>

Documentation generated on Sun, 18 Apr 2010 17:30:08 +0300 by phpDocumentor 1.4.3