I have a template  file in module A and i want to call a single action
file in module B.

Ex
modules/A/templates/ASuccess.php has
<form action="<?php echo url_for('B/method') ?>" method="post">
</form>

modules/B/actions/methodAction.class.php
has some piece of code.

Is their any problem in my method calling because it is giving Error
Class 'methodAction' not found

Thanks in advance

-Sharmishtha Gupta

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to