예제 #1
0
파일: html.php 프로젝트: im286er/madphp
/**
 * 函数库
 * @author 徐亚坤 hdyakun@sina.com
 */
function render($tpl, $data = array())
{
    return View::fetch($tpl, $data);
}