Fluid PHP Framework 0.3.0
Pre-release
Pre-release
Fluid PHP Framework 0.3.0 release
This is a pre-release version, and no version of the 0.x.x branch is guaranteed to be either backwards- or forwards-compatible. Use at your own risk.
Note: This version breaks compatibility with 0.2.x!
Changelog:
- Modules now use their own namespaces. app/modules/App/Controller/Home.php would use \App\Controller and Home as class.These are autoloaded by the same PSR-4 compatible autoloader that loads the Components and Fluid assets from vendor/.
- enableDebug() has been moved into App.php, to de-clutter index.php even more.