[symfony-users] rendering error text red in symfony

2008-09-20 Thread Jim Barcelona
Hey, I asked this question to one of the symfony devs. Who know who you are and thanks!!! I figured I'll ask the question here and post his answer: question: Is there a way to format $form['attribute']-renderLabel() in the view to turn red if a validator error is returned for 'attribute'? We can

[symfony-users] Application frontend vs. backend

2008-09-20 Thread cbwest
Hello, I'm just getting started with Symphony, and I see that a seperate frontend and backend applications are recommended as best practice. I was wondering how the decision is made whether to include specific functionality in the frontend or backend. It looks like on the sample blog project

[symfony-users] Re: Shared hosting, Symfony and PHP

2008-09-20 Thread Ant Cunningham
On Sep 19, 12:08 am, Eno [EMAIL PROTECTED] wrote: Yeah, but if you have your own colo, dedicated or virtual server, you can organize your vhosts in whatever fashion you like... :-) -- Well yeah. But thats not the point. The point was he specifically said Shared hosting. Im jsut sayign

[symfony-users] Re: Shared hosting, Symfony and PHP

2008-09-20 Thread Tom Boutell
Today I set about taking advantage of pair.com's option for PHP scripts to run as the user who owns them. Should be simple enough: set that up per Pair's knowledge base article, then call umask(0077) from config.php. Boom, no more nasty permissions. However, it didn't work: the cache folder

[symfony-users] Re: Application frontend vs. backend

2008-09-20 Thread Sid Bachtiar
Hi, Frontend is usually for users of the website (e.g.: members) while backend is for admin to do administration tasks. Sid On Sat, Sep 20, 2008 at 4:59 PM, cbwest [EMAIL PROTECTED] wrote: Hello, I'm just getting started with Symphony, and I see that a seperate frontend and backend

[symfony-users] clear attributes after session timeout

2008-09-20 Thread kusum
hi i have set 60 sec timeout in setting.yml file, but its not working.I have a login section in my site and after 60 sec user should be log out,but session attributes not get cleared after 60 seconds.i am using symfony 1.0 --~--~-~--~~~---~--~~ You received

[symfony-users] Re: Symfony clear-cache locking the CLI environment ?

2008-09-20 Thread Cristiano
Yeah, that's not really a solution. I need my production app to be able to be disabled for during upgrades. On Sep 19, 1:28 am, [EMAIL PROTECTED] wrote: Cristiano wrote: I had a quick back and forward between symfony 1.1.1 and 1.1.2 and it is definitely a 1.1.2 issue. Trying to figure out

[symfony-users] Installing symfony project to server?

2008-09-20 Thread torso
Hi I need help with synchronization. I have a project which is done with clear php, with out any framework. Now I have done simple admin project with symfony. Is it possible to add the symfony project to address.com/admin. Both projects use same database. How I should do it?

[symfony-users] sfDebugConnection in tasks

2008-09-20 Thread bboudreau
Hi, I'm trying to call the propel:data-load task with one of my own task. Everything is working, but I have all the logging or the information from sfDebugConnection.. I.e. : sfDebugConnection committing transaction. sfDebugConnection beginning transaction. sfDebugConnection

[symfony-users] Re: schema.yml to sql using file varchar

2008-09-20 Thread beck
Ah yes. I see my mistake now. Thank you all for the replies. Strange that: propel: article: id: upload: file: varchar size: 255 still worked. I guess file:varchar was ignored since there's no file attribute to set and it defaulted to varchar? Sincerely appreciative.

[symfony-users] Re: Adding project to server

2008-09-20 Thread Frank Stelzer
I would create a new subdomain and run the new symfony stuff there, when its only for administration purposes. Am 20.09.2008 um 22:47 schrieb torso: Hi I need help with synchronization. I have a project which is done with clear php, with out any framework. Now I have done simple admin