示例#1
0
文件: Helper.php 项目: noikiy/inovi
 function render($file)
 {
     return Utils::run('view.render', array('hash' => sha1($file)));
 }