Hi all! In the book here http://www.symfony-project.org/book/1_0/07-Inside-the-View-Layer#Components I found: "For this example, shown in Listings 7-11 and 7-12, the component will be kept in its own module (called news), but you can mix components and actions in a single module if it makes sense from a functional point of view."
My Q: is there a good place for module functions, which will be accessible in the component and also in the action class? Well, I can create a new class in the /lib directory, but prefer a way to store it near to the module... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
