I'm sorry if this was already discussed but i could find any topics about it.
Let's say we have in our controllers folder this action file :
class IndexController extends Zend_Controller_Action {
function indexAction() { ... }
function addAction() { ... }
function removeAction() { ... }
function editAction() { ... }
function deleteAction() { ...}
.... etc. ...
}
So at all this actions file could easily have 500+ lines, what is (in my
oponion) very bad.
Wouldn't be easier if actions could be in separate files - more simple
structure ... ?
Any ideas ?
--
View this message in context:
http://www.nabble.com/Action-files-tf3612069s16154.html#a10094063
Sent from the Zend Framework mailing list archive at Nabble.com.