Hi, I've been reading the coding standard at Zend Manual but I have some doubts.
According to this http://framework.zend.com/manual/en/zend.controller.modular.html We should use lower names in a modular structure, meaning that a controller should be named module_controllers_IndexController.php This makes no sense since the Zend Library uses something like this Zend_Db_Abstract, Zend_* ect, etc, Should I change my structure to something like Module_Controllers_IndexController.php ? Regards, -- View this message in context: http://www.nabble.com/Coding-style-doubts-tp19323116p19323116.html Sent from the Zend Framework mailing list archive at Nabble.com.
