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