예제 #1
0
 /**
  * Initialize instance
  *
  * @param Charcoal_Config $config   configuration data
  */
 public function configure($config)
 {
     parent::configure($config);
     // use cookie
     $usecookie = $this->getSandbox()->getProfile()->getBoolean('USE_COOKIE', FALSE);
     $this->cookie = $usecookie ? new Charcoal_CookieWriter() : NULL;
 }
예제 #2
0
 /**
  *    Construct object
  */
 public function __construct()
 {
     parent::__construct();
 }