Re: [fw-general] Creating a admin 'page' using ZF's MVC

2007-09-28 Thread robert mena
Hi till, Thanks for the reply. I'll take that under consideration. Probably in order to have some sort of standard I will probably define that all admin actions for a given 'module' will be put under a AdminSomethingController and put in init the Zend_Auth/Acl to control the access to authentic

Re: [fw-general] Creating a admin 'page' using ZF's MVC

2007-09-26 Thread till
On 9/26/07, robert mena <[EMAIL PROTECTED]> wrote: > Hi, > > I am migrating my regular apps to use ZF's MVC. Currently I have an admin > directory where I put all my php that perform administration actions and > protect this admin with a .htaccess. > > Ex. a news module > > /var/www/html/news.php

[fw-general] Creating a admin 'page' using ZF's MVC

2007-09-26 Thread robert mena
Hi, I am migrating my regular apps to use ZF's MVC. Currently I have an admin directory where I put all my php that perform administration actions and protect this admin with a .htaccess. Ex. a news module /var/www/html/news.php /var/www/html/admin/news/search.php add.php update.php delete.php