Revision 2086bc4b
ID | 2086bc4bed6ae3fe76b225b450f296ad030b7945 |
Worked on the ResourceManager: * Implemented a first version of fetching resources from packages through the ResourceManager * Changed the initialization of the class loader, it is now done in F3_FLOW3. Got rid of a bunch of require_once() calls with this * AbstractView and DefaultView in the FLOW3 MVC now get a ResourceManager injected * The FLOW3 MVC DefaultView fetches the template through the ResourceManager * Removed the FileCache hierarchy from SVN, it is no longer supposed to be used
- added
- modified
- copied
- renamed
- deleted
- Classes
- F3_FLOW3.php (diff)
- MVC
- Resource
- F3_FLOW3_Resource_AbstractResource.php
- F3_FLOW3_Resource_CodeResource.php
- F3_FLOW3_Resource_FileResource.php (diff)
- F3_FLOW3_Resource_Manager.php (diff)
- F3_FLOW3_Resource_MediaResource.php
- Resources
- Tests