[symfony-users] Re: Symfony on shared host

2009-01-05 Thread Brandon Olivares
Hi, You don't have shell access? That's definitely not something I would suggest. I can't give much of a suggestion besides to, well, get shell access. I wonder whether clear-cache does something else besides just deleting the contents of the cache directory, as otherwise you probably wouldn't

[symfony-users] Re: Best way to do conditional form validation

2009-01-02 Thread Brandon Olivares
Ruben, I think the best way will be to create a validator schema and set is as a post validator. Then you have access to all of the fields and can validate them as necessary. I did this once when I had two radio buttons, but one could not be selected if a certain field was empty. I have posted

[symfony-users] Re: Use sfUser attribute in view.yml

2008-12-16 Thread Brandon Olivares
Hi, Why not just set the title in the action? Seems a bit cleaner if you want a dynamic title. I try to keep PHP out of the YAML files as much as possible. Brandon -Original Message- From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com] On Behalf Of François

[symfony-users] Re: New Forms: Dynamic Default Value

2008-12-15 Thread Brandon Olivares
Hi, Check the setDefault method of the form. You can set it from within an action. Brandon -Original Message- From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com] On Behalf Of juro Sent: Monday, December 15, 2008 12:56 AM To: symfony users Subject:

[symfony-users] Re: Symfony on shared hosting: a security reminder

2008-12-15 Thread Brandon Olivares
Tom, That's quite interesting. Are you recommending a VPS solution if one can't afford a dedicated server? Are there any VPS hosts you recommend? Thanks, Brandon -Original Message- From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com] On Behalf Of Tom Boutell

[symfony-users] Jobeet tutorial for Doctrine

2008-12-15 Thread Brandon Olivares
Hi, I've been following the Doctrine version of the Jobeet tutorial, but noticed that it just stopped after day 9. I see the Propel version for the last several days, but not the Doctrine version. I just wanted to ask if this version will still be posted, or if they're only doing the