[fw-general] Using chained routes with a /admin prefix

2009-10-08 Thread vikram . melonfire
Hi all I have a Module_NewsController with actions such as indexAction, displayAction etc. This controller also includes some admin actions which are prefixed with 'admin' ie. adminEditAction, adminDeleteAction etc. Using the default router, I am able to access the public actions ie

[fw-general] Re: WELCOME to fw-general-dig...@lists.zend.com

2009-10-07 Thread vikram . melonfire
Hello I have a form with 3 file fields, set using multiFile(). Once the form is submitted: - how do I find out how many files were actually uploaded (could be between 0 and 3)? - how do I iterate over the uploaded files array? I basically need to rename the files as ID_1.ext, ID_2.ext etc. The