Ocular-Template-Library
Ocular-Template-Library copied to clipboard
Session load to use message()
Because it uses session library from CI Core, I had to follow two steps to get messages working correctly:
- Assign an encryption key in config/config.php;
- 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!