People always complain about CakePHP being slow, so what if we just removed a few layers from the CakePHP MVC? The smallest CakePHP application - that is maintainable - would be introduced in the bootstrap.php file. It would be a Dispatch Filter: <?php App::uses('DispatcherFilter', 'Routing'); class ModelFilter extends DispatcherFilter { public function beforeDispatch(CakeEvent $event) { $event->d
{{#tags}}- {{label}}
{{/tags}}