phpCoreLib2Site
[
class tree: phpCoreLib2Site
] [
index: phpCoreLib2Site
] [
all elements
]
Packages:
phpCoreLib2Site
Source for file homepage.php
Documentation is available at
homepage.php
<?php
import
(
"Web.MVC.DFormAction"
)
;
require_once
(
PHP_ROOT_PATH
.
"classes/_libs/DSmartyBased.php"
)
;
class
DHomepage
extends
DFormAction
{
public
function
__construct
(
&
$DFormRequest
)
{
parent
::
__construct
(
$DFormRequest
)
;
}
public
function
run
(
)
{
$screen
=
new
DSmartyBased
(
)
;
$this
->
_HTMLResult
=
$screen
->
fetch
(
"index.tpl"
)
;
}
}
?>
Documentation generated on Sun, 18 Apr 2010 17:30:08 +0300 by
phpDocumentor 1.4.3