PHP Class STpl

Inheritance: extends SlightPHP\Tpl
Datei anzeigen Open project: hetao29/slightphp

Public Properties

Property Type Description
$engine

Public Methods

Method Description
display ( $tpl, $parames = [] ) like as render except delimiter
redirect ( $url ) 302 redirect
render ( $tpl, $parames = [] )

Method Details

display() public method

like as render except delimiter
public display ( $tpl, $parames = [] )

redirect() public method

302 redirect
public redirect ( $url )

render() public method

Deprecation: , 新版本请使用 display render a .tpl
public render ( $tpl, $parames = [] )

Property Details

$engine static_oe public_oe property

static public $engine