コード例 #1
0
ファイル: PageCtr.php プロジェクト: hihus/newpi
 protected function getSession($name, $def = '')
 {
     return Comm::getSession($name, $def);
 }