I had a bunch of method in one of my modules and, as the number of actions increased, I decided to move some action into separate sfAction files.
Now, the problem is I don't know how I can call the methods in my sfActions class. For example, I was calling $this->method() previously, but now $this refers to sfAction instead of sfActions. Any idea how I can resolve this? cheers, --Mohammad --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
