예제 #1
0
파일: PageCtr.php 프로젝트: hihus/newpi
 protected function setCookie($name, $value, $expire = '', $path = '/')
 {
     return Comm::setCookie($name, $value, $expire, $path);
 }