logo
Lawrence Krubner wrote: We are experimenting with a new design for the home page. The goal is to reveal how active the community is. If you prefer the old design, it is here: http://symfonyexperts.com/question/index ....

In response to Split up EmbedRelations in form by IDs.

runeb wrote: I managed to solve this with the help from dustin10 on the #symfony IRC channel (irc.freenode.net). We added a hidden field in my ProductPropertyForm with the SetID I was trying to retrieve in my form: $this->setWidget('property_se ....

In response to Doctrine with I18N.

Jonathan wrote: FYI, class sfDoctrineRecordI18nFilter is already "proxying" the call through filterGet Method. the string returned was empty because my default culture was en_US and the record on the table had "en". Question is solved. ....

In response to Migration of old symfony site to newest version.

Michael White wrote: So Im wondering about the project structure then? It looks as though there are a a few projects in the files we have but the guy who got it running says the files are not there to run the correct project. But I can see all the files f ....

In response to Symfony 1.4, Doctrine, Wamp - How to speed up PHPUnit?.

darren13 wrote: Hi Christian, Thanks for reply, We have a test copy of the database for development, so the database is not 'live' as such. Are you thinking something that may help depending on the above? Thanks again, Darren. ....

In response to Symfony 1.4, Doctrine, Wamp - How to speed up PHPUnit?.

darren13 wrote: Hi Jimish - created phpunit.xml.dist in root of project. When I added the blacklist code, test time unfortunately went up from exactly 1 minute, to 1 minute 38 seconds for some reason? If you need any more info, please let me know ....

Lawrence Krubner wrote: We are adding in a new feature today. I have found that sometimes that I want to add a comment to a page after the question on that page has closed. It seems inappropriate to add to the page after the question is resolved, and yet sometimes ....