Re: [symfony-users] How to deal with Form Collection on Symfony2 Beta ?

2011-05-07 Thread ryan weaver
Hi there! Take a look at this example: https://github.com/beberlei/AcmePizzaBundle/blob/master/Resources/views/Order/index.html.twig#L70 Basically, you should just iterate over addresses. There'll ultimately be a cookbook article around this situation, but it's not finished yet. Tha

Re: [symfony-users] commit

2011-04-23 Thread ryan weaver
Hey Luis! Cool, glad you figured it out, and even more glad that you're enjoying Symfony2 - it's a lot of fun to be a part of. If you ever have any questions, we're always happy to try to help :). Cheers! Ryan Weaver US Office Head & Trainer - KnpLabs - Nashville, TN htt

Re: [symfony-users] [symfony2]default bundle doc

2011-04-22 Thread ryan weaver
ts.com/using-assetic-in-symfony2-for-css-compression Thanks and good luck! Ryan Weaver US Office Head & Trainer - KnpLabs - Nashville, TN http://www.knplabs.com <http://www.knplabs.com/en> http://www.thatsquality.com Twitter: @weaverryan On Thu, Apr 21, 2011 at 4:43 PM, sam wrote:

Re: [symfony-users] commit

2011-04-22 Thread ryan weaver
Hey Luis- I think you're mixing a few terms - I'm not sure what you're asking. Can you explain to us again what you're trying to accomplish from a high level? Thanks! Ryan Weaver US Office Head & Trainer - KnpLabs - Nashville, TN http://www.knplabs.com <http

Re: [symfony-users] Re: [Symfony2] Overriding Services

2011-04-22 Thread ryan weaver
n that and let me know if it doesn't answer any of your questions. We will/need a cookbook on more advanced ways (like what you need to do here) of overriding things in a bundle. http://symfony.com/doc/2.0/book/service_container.html Thanks! Ryan Weaver US Office Head & Trai

Re: [symfony-users] [symphony-users][Symfony2] Where to register a custom format

2011-03-12 Thread ryan weaver
ard. This would also make a good cookbook article - "How to modify the Request globally", which you could of course write when you get this all put together :) Good luck! Ryan Weaver Lead Programmer - iostudio - Nashville, TN http://www.iostudio.com http://www.thatsquality.com Twitter: @wea

Re: [symfony-users] DoctrineBundle no longer recognized my DBAL config

2011-03-11 Thread ryan weaver
user password: secret driver: pdo_mysql There are still a lot of minor things like this changing and we're not yet at RC1, so no logs are made available (it would really slow things down). But if you ask here, you will get an

Re: [symfony-users] [Symfony 2] Routing with random optional parameters

2011-03-11 Thread ryan weaver
Hi there! Can you show what your route looks like in symfony1? The real ideas behind routing haven't changed, so what you did there should work here. If there's something lacking in the documentation, then please do let me know - I want to make sure we've got everything covered.