示例#1
0
文件: PageCtr.php 项目: hihus/newpi
 protected function getSession($name, $def = '')
 {
     return Comm::getSession($name, $def);
 }