-
MVC Membership System is a package of classes that implements an user membership system using the Model-View-Controller design pattern.MVC Membership System has a base class that models abstract users and has specialized sub-classes that implement regular members and administrator users. The package uses Smarty as presentation templating system and ADODB database access layer.
-
Authentication, a simple class, used for implementation of an usual member and administration pages. It uses sessions and cookies if desired. It requires the PEAR DB library and Smarty template system.

