Class View
View base class
- Kotchasan\KBase
-
Kotchasan\View
Namespace: Kotchasan
Author: Goragod Wiriya admin@goragod.com
Since: 1.0
Located at Kotchasan/View.php
Author: Goragod Wiriya admin@goragod.com
Since: 1.0
Located at Kotchasan/View.php
public
|
|
public
|
|
public
|
|
public static
string
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public static
mixed
|
#
array_value( array $array, mixed $key, mixed $default = '' )
อ่านค่าจาก Array คืนค่า $source[$key] ถ้าไม่มี คืนค่า $default |
public static
mixed
|
#
object_value( array|object $source, string|integer $key, string|integer $default = '' )
อ่านค่าจาก Object คืนค่า $source->{$key} ถ้าไม่มี คืนค่า $default |
protected
array
|
$after_contents
ตัวแปรเก็บเนื่อหาของเว็บไซต์ ที่จะแทนที่หลังจาก render แล้ว. |
#
array()
|
protected
array
|
$contents
ตัวแปรเก็บเนื่อหาของเว็บไซต์. |
#
array()
|
protected
array
|
$headers
รายการ header. |
#
array()
|
protected
array
|
$metas
meta tag. |
#
array()
|
protected
array
|
$script
คำสั่ง Javascript ที่จะแทรกไว้ใน head. |
#
array()
|
$cfg,
$request
|