[symfony-users] GET parameters in a POST

2010-07-05 Thread Cyrille Giquello
Hello, I'm discovering Symfony (version 1.4) and I've just encoured a problem : It seems that GET parameters are not available in a POST. I've got a url with some parameters and the page has a form with POST methode. When POSTing, in the action I can get POST parameters ($request->getPostPar

[symfony-users] Re: Re : [symfony-users] Re: Re : [symfony-users] Re: Re : [symfony-users] Remove a stylesheet

2007-07-15 Thread cyrille
no, but i have found the reason. This plugin have a specific configuration file called "sfSimpleBlog.yml", i must disabled the default layout in this file to control all my stylesheets. i suppose with another plugin all your solutions work... Merci Cyrille On 15 juil, 03:03, L

[symfony-users] Re: Remove a stylesheet

2007-07-14 Thread cyrille
That's what i do, but it doesn't work. Regards, On 14 juil, 20:31, Frank Stelzer <[EMAIL PROTECTED]> wrote: > Cyrille, > look at this chapter: > > http://www.symfony-project.com/book/trunk/07-Inside-the-View- > Layer#File%20Inclusion%20Configuration > > Yo

[symfony-users] Re: Re : [symfony-users] Re: Re : [symfony-users] Remove a stylesheet

2007-07-14 Thread cyrille
mean the css is hard coded in html output ? > > - Message d'origine > De : cyrille <[EMAIL PROTECTED]> > À : symfony users > Envoyé le : Samedi, 14 Juillet 2007, 14h09mn 30s > Objet : [symfony-users] Re: Re : [symfony-users] Remove a stylesheet > > no

[symfony-users] Re: Re : [symfony-users] Remove a stylesheet

2007-07-14 Thread cyrille
no, that doesn't work, nor at application level nor at module level when css are placed in an under directory. On 14 juil, 13:28, Loïc Vernet <[EMAIL PROTECTED]> wrote: > > it's not possible with the view.yml > > [-*] > > ----- Message d'origine

[symfony-users] Remove a stylesheet

2007-07-14 Thread cyrille
Hi, I try to remove the default stylesheet of sfSimpleBLog. It's not possible with the view.yml of the sfSimpleBlog module, certainly because this file is not placed in the web/css/ directory ? Is it possible with the sfResponse object directly ? Regards, Cy

[symfony-users] Re: Custom Join Helper with Pager

2007-07-11 Thread cyrille
yes, of course. My object $Article seems ok, with 2 proxy (one for the object $book and the other for the object $author ). regards, On 11 juil, 08:42, Tamcy <[EMAIL PROTECTED]> wrote: > Did you call addSelectTables('Author')? > > On Jul 11, 12:53 am, cyrille

[symfony-users] Re: Custom Join Helper with Pager

2007-07-10 Thread cyrille
or the second join ( ex: $article- >getBook()->getAuthor(), a SQL request is generated for every call to - >getAuthor() ). If you have a solution... Regards, Cyrille. i hope my english is comprehensible :) On 9 juil, 04:53, Tamcy <[EMAIL PROTECTED]> wrote: > The sfPropelPag

[symfony-users] Re: Custom Join Helper with Pager

2007-07-08 Thread cyrille
same issues for me, does anyone have an answer ? adventex, have you find a solution ? regards, cyrille. On 23 mai, 15:33, adventex <[EMAIL PROTECTED]> wrote: > I'm having a lot of trouble getting the custome join helper class to > work with pager. There is a section dedicated