DotKernel/mobile/views/PageView.php
Properties
Description
DotBoost Technologies Inc.
DotKernel Application Framework
Classes
Page_View
Properties
No
No
Description
Page View Class
functions that prepare output related to Page controller
Methods
__construct,
showPage,
__construct(
Dot_Template
$tpl,
)
:
n/a
Description
Constructor
Arguments
Return value
Tags
Name |
Description |
access |
public |
showPage(
string
$templateFile,
array
$data
= array,
)
:
void
Description
Show the content of a page item
Arguments
Name |
Type |
Description |
Default |
$templateFile |
string |
[optional] |
|
$data |
array |
[optional] |
array |
Return value
Tags
Name |
Description |
access |
public |