yaf_base_application icon indicating copy to clipboard operation
yaf_base_application copied to clipboard

An example of a base application for Yaf framework

Results 2 yaf_base_application issues
Sort by recently updated
recently updated
newest added

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...

bug

[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....

bug