Hello,

To find "module actions" (controller) Symfony use sfController-
>controllerExists() where there is a loop in folders found by
sfApplicationConfiguration->getControllerDirs().

So, "module actions" could be found in one place between several
places.

Then if you want to retrieve the "module action" path, you can have a
call to sfContext->getModuleDirectory(). But here is the problem !
sfContext->getModuleDirectory() read the path in the sfConfig::get
('sf_app_module_dir') ! So it won't use several folders like
sfController->controllerExists().

Perhaps I've miss something ?! What do you think about ?

Cheers
Cyrille.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to