This repository was archived by the owner on Mar 31, 2025. It is now read-only.
-
Couldn't load subscription status.
- Fork 48
[PLUGIN] Use Core Classes
Schlaefer edited this page Mar 17, 2018
·
1 revision
Phile\Core\Session allows easy access to the Session environment. For example
// set a session variable
Session::set('isLoggedIn', true);
// read a session variable
$lastVisitedPage = Session::get('lastVisitedPage');http://philecms.com/ - A flat file CMS with a swappable parser and template engine.