ZF-Commons / ZfcAdmin

Admin interface for Zend Framework 2 modules - ZfcAdmin is a ZF-Commons initiative.
BSD 3-Clause "New" or "Revised" License
98 stars 50 forks source link

Consider `zfcadmin` for `ZfcAdmin\Controller\AdminController` #29

Open claytondaley opened 9 years ago

claytondaley commented 9 years ago

When using ZfcRbac, I was able to guard the controllers zfcuser and zfcuseradmin, but when I wanted to guard zfcadmin (which doesn't exist), I had to dig up ZfcAdmin\Controller\AdminController. Not complicated, but it'd be nice to provide a uniform naming scheme across Zfc* modules.

stijnhau commented 8 years ago

That might be true. Just create a PR for it.