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

navigation on readme #13

Closed mtcocktail closed 11 years ago

mtcocktail commented 11 years ago

i'm testing zfcadmin, and i've see your example :

'navigation' => array( 'admin' => array( 'mynavigation' => array( 'label' => 'My Module', 'route' => 'zfcadmin/myroute', ), ), ),

For me, i'm must write

'navigation' => array( 'admin' => array( 'mynavigation' => array( 'label' => 'My Module', 'route' => 'zfcadmin/mymodule/mychildroute', ), ), ),

It's maybe more understandable no ?

juriansluiman commented 11 years ago

HI @mtcocktail, currently I am rewriting ZfcAdmin. I have a special branch where the new docs are written into. I will take this issue into account there.

I don't think zfcadmin/mymodule/mychildroute is easier to understand, but you do raise a valid issue and I think with a little more text it is better to understand.

mtcocktail commented 11 years ago

Ok thanks :). I'm making a little bakoffice with zfcAdmin, your new version is verry different or i could migrate later ?

juriansluiman commented 11 years ago

The code is the same, only the README.md is modified and additional docs are added.

mtcocktail commented 11 years ago

I've see it.

Thanks for your work and zfcadmin :)