Mayhem93 / Simblog

Simblog aims to be one of the most easy-to-use and lightweight blogging platforms. It emphasizes user experience, workflow, and ease of use without neglecting usability and extensibility. It will take full advantage of what HTML5 and CSS3 have to offer without delving too deeply into experimental features.
GNU General Public License v3.0
6 stars 2 forks source link

Implement a User class #14

Open Mayhem93 opened 12 years ago

Mayhem93 commented 12 years ago

Implement a User class to model users accessing the blog. This could be used to add/remove cookies or session variables and also let other classes or plugins to easily get information about the user.