issues
search
brunnopleffken
/
addictive-community
The definitive open-source discussion forum software.
https://addictivehub.github.io/
GNU General Public License v2.0
28
stars
9
forks
source link
Refactor Session and Database classes
#115
Closed
brunnopleffken
closed
7 years ago
brunnopleffken
commented
7 years ago
Kernel\Database is now a static class;
The Session class was slide:
Namespace Kernel\Session: add, remove and manage browser sessions and cookies;
Namespace Kernel\Session\SessionState: create and manage user sessions (this class has been completely rewritten);
Also:
New design for HTTP 403/404/500 error pages;
A
lot
of code clean-up and improvements.
Also: