Ocular-Template-Library icon indicating copy to clipboard operation
Ocular-Template-Library copied to clipboard

Session load to use message()

Open eliseumds opened this issue 14 years ago • 0 comments

Because it uses session library from CI Core, I had to follow two steps to get messages working correctly:

  1. Assign an encryption key in config/config.php;
  2. Autoload the session library in config/autoload.php:
    $autoload['libraries'] = array(..., 'session');

Is there a way not to use sessions? I didn't figure out why.

Thanks for the best CI template library!

eliseumds avatar Jul 07 '11 03:07 eliseumds