PHP Class Cml\View

Show file Open project: linhecheng/cmlphp Class Usage Examples

Public Methods

Method Description
getEngine ( string $engine = null ) : Cml\View\Html 获取渲染引擎

Method Details

getEngine() public static method

获取渲染引擎
public static getEngine ( string $engine = null ) : Cml\View\Html
$engine string 视图引擎 内置html/json/xml/excel
return Cml\View\Html