Added:
trunk/Domain51/Controller/Abstract.php
Modified:
trunk/Domain51/Controller/Model.php
trunk/Domain51/Controller/PageType.php
Log:
Refactors __get/__isset()/__set() code out of D_C_Model and into _D_C_Abstract
Provides an interface for all Controllers to store data to be publically accessible
by outside code without allowing the outside code to directly modify it.