PHRAME VERSION 3.0.2
Bugfixes and minor improvements.

	General
	* Re-packaged Phrame's core classes to better reflect the Struts packages.
	* Changed source documentation to improve doc generation (e.g. by phpDocumentor).
	
	action/Action
	* getResources(): changed this method to return the MessageResources instance from the application
	  context.
	* setLocale(): coded this method.

	action/ActionServer
	* Bugfix [3.0.1_0002] incorrect _INCLUDE_DIRS processing.
	* Bugfix [3.0.1_0004] incorrect calculation of session idle interval.
	* constructor: added _PHP_ERROR_REPORTING configuration parameter; removed _DEBUG and _DETAIL
	  configuration parameters. Added correct setting of default value for session time out parameter, if applicable.
	  Added caching of internal message resources.
	* getModuleConfig(): changed caching of configs to the application context. Also, the ModuleConfig instance itself
	  is cached, rather than the internal map. Next to this caching, the current module is also separatly available in
	  the application context (attribute with name _MODULE_KEY). 

	action/RequestProcessor
	* Bugfix [3.0.1_0003] action->perform() compatibility. 
	* Bugfix [3.0.1_0005] incorrect update of last access time of a session.
	* Moved initialization of MessagesResources to a dedicated method, initMessageResources().

	actions/DispatchAction
	* execute(): changed call to method to be executed to use the $param variable.

	actions/ViewAction
	* prepare(): passed request parameter by reference rather than as a copy.
	* render(): implemented the request's RequestDispatcher to render the view.

	context/HttpSession
	* Bugfix [3.0.1_0005] incorrect update of last access time of a session.
	* updateLastAccessedTime(): removed this method since it is no longer used as a result of bugfix [3.0.1_0005].

	context/RequestDispatcher
	* Bugfix [3.0.1_0001] incorrect value assignment to $_TOKEN variable.
	* forward() Implemented new ServerContext class.

	context/ServerContext
	* Added this class as a wrapper for the application context.

	util/MessageResources
	* getMessage(): changed the usage of loadLocale() to be more like Struts.
	* loadLocale(): changed caching of messages to the application context. Also, the MessageResources  instance
	  itself is cached, rather than the messages array. 


PHRAME VERSION 3.0.1
Initial Phrame 3 version.