예제 #1
0
 function clear_cookie()
 {
     $this->ci->load->library("IhCookie");
     $cookie = $this->cookieConfig;
     IhCookie::setPrefix($cookie["prefix"]);
     return IhCookie::clear();
 }
예제 #2
0
파일: IhCookie.php 프로젝트: ansu2009/web
 static function setPrefix($a = '')
 {
     self::$PREFIX = $a;
 }