yaf_base_application
yaf_base_application copied to clipboard
An example of a base application for Yaf framework
Extending IndexController in modules will extend IndexController from default module and not from the current module. Example is when PagesController from Admin module will extends IndexController. Expecting to extend Admin...
[PostController](https://github.com/akDeveloper/yaf_base_application/blob/master/app/modules/Admin/controllers/Posts.php) throws exception when try to navigate to uri `/admin/posts/index` `Could not find class PostsController in controller script ../modules/Admin/controllers/Posts.php` `PostsController`is in Admin module and extends `AdminController` from Admin module too....