[symfony-users] Re: Postgres Schemas?

2007-04-01 Thread jmgtan
well i've tried the search_path for postgres.. more like their answer for oracle's synonyms. but anyway its now currently working. the next problem is postgres' double quotations. :D On Apr 1, 9:38 am, "jmgtan" <[EMAIL PROTECTED]> wrote: > tried it, doesn't seem to work. I tried changing my table

[symfony-users] Re: [mail] tag on error pages

2007-04-01 Thread Adriaan van N.
Ok. I'd like to use this pages because of the fact that it is a free commercial for Symfony. On Apr 1, 4:07 am, Kiril Angov <[EMAIL PROTECTED]> wrote: > If you look at the file you will see that "[email]" is hardcoded which > means that you cannot update it with a variable. But it is not good to

[symfony-users] Re: Resource

2007-04-01 Thread Michael Nolan
GotAPI provides searching of the API: http://www.gotapi.com/ Mike On Mar 31, 6:26 am, Kiril Angov <[EMAIL PROTECTED]> wrote: > I found something very useful when developing in symfony and thought I > can share with the community. Many times I need the API of some function > or forgot the name

[symfony-users] Re: one set of config files for different servers

2007-04-01 Thread Lukas Kahwe Smith
Lukas Kahwe Smith wrote: > Matthias Nothhaft wrote: >> Lukas Kahwe Smith wrote: >>> Hello, >>> >>> I do not want to modify any files when I deploy my SVN application >>> repository on the developer machine, staging or production. However each >>> setup needs (partially) a different configuration

[symfony-users] Re: Routing Question

2007-04-01 Thread Michael Nolan
The two issues I see are the routing patterns and determining what should fit into the pattern. First you need to know if your last page slug is unique - making it unique makes things easier as you can effectively ignore all other arguments but it means you can't repeat stripped_titles/slugs/what

[symfony-users] Re: alternative names for frontend and backend

2007-04-01 Thread Pierre Minnieur
I use public & admin (and an app named `batch` for my cronjobs) On Mar 31, 6:44 pm, Matthias Nothhaft <[EMAIL PROTECTED]> wrote: > Hi, > > I don't like the terms "frontend" and "backend" for applications. I > wonder how you name applications of your projects!? > > Do you have any suggestions for

[symfony-users] Re: jquery for symfony

2007-04-01 Thread naveman
Hi, I like the sfUJSPlugin too, and i already structured my templates the way that now they look very firm and readable i structured them in this way : ... ... As you see, I use the jQuery-plugin "Interface" too, like prototype/ scriptaculous But I have still two questions -

[symfony-users] Re: alternative names for frontend and backend

2007-04-01 Thread halk
Why don't you use the batch directory for cronjobs? On 1 Apr., 16:16, "Pierre Minnieur" <[EMAIL PROTECTED] project.com> wrote: > I use public & admin (and an app named `batch` for my cronjobs) > > On Mar 31, 6:44 pm, Matthias Nothhaft <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I don't like the te