Imagine you're using per-action classes. 2 modules, 'moo', and 'cow'.
apps/frontent/modules/moo/actions/indexAction.php:
class indexAction extends sfAction
apps/frontent/modules/cow/actions/indexAction.php:
class indexAction extends sfAction
See the problem yet?
You will encounter problems when you do something like this:
$this->forward('moo', 'index') from the index action of cow!
The names of per-action classes should probably be 'fully-qualified'.
indexMooAction, and indexCowAction perhaps?
I suggest this change for sf1.1
Thoughts?
--
Ian P. Christian ~ http://pookey.co.uk
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---