On 11/11/2007, Peter Lauri <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I am familiar with the basics how ZF is working when it comes to
> Controller/Action etc. For example I will have:
>
> faq
> faq/show/id/1
> ...
>
> But, for the admin section I want:
>
> admin/faq/listall
> admin/faq/add
> admin/faq/delete/id/2
> admin/faq/edit/id/5
> ..
>
> How should I do that. Do I need to put an extra index.php in the
> subfolder admin and do as normal? Or any other commonly used approach?


See http://framework.zend.com/manual/en/zend.controller.router.html and
http://naneau.nl/2007/04/26/a-zend-framework-tutorial-part-three/

/Peter
>
>


-- 
Vincent

Reply via email to