[symfony-users] Re: data-load

2009-02-24 Thread Andy Dziahel'
Hi. Looks like you just forgot to make `portal_user`.`id` autoincremented. On Tue, Feb 24, 2009 at 19:02, RaV wrote: > Hi! > > I have a problem with propel-load-data. > I wrote my fixture: > > data/fixtures/data.yml: > > PortalUser: > portuser_1: > login: login > password: adf > n

[symfony-users] Re: Auto-populate a drop down list using Symfony and jQuery????

2009-02-24 Thread Andy Dziahel'
Hi. Use Firebug or another tool to monitor AJAX queries, or look into app logs to determine whether your request was actually processed. I think it is a sort of offtopic. On Tue, Feb 24, 2009 at 10:07, SeeVik wrote: > > Hello all, > > I am creating an application in wh

[symfony-users] Re: Symfony and Zend Studio for Eclipse?

2009-02-23 Thread Andy Dziahel'
Hi. Follow this guide - http://trac.symfony-project.org/wiki/SymfonyAndPDT#Method2:CreatevirtualfolderthatpointstoSymfonylibraries On Mon, Feb 23, 2009 at 15:21, blue92877 wrote: > > Hello, > > I just got a copy of Zend studio for eclipse, and I'm having some > trouble setting up symfony within

[symfony-users] Re: How to escape global site layout for an action?

2009-02-23 Thread Andy Dziahel'
009 at 13:08, SeeVik wrote: > > Hello Andy. Thanks for that handy trick. > > I wanted to know whether there is any way we can escape the layout for > a set of actions without everytime writing in the action $this- > >setLayout('layoutname'); > > Thanks and Regar

[symfony-users] Re: How to escape global site layout for an action?

2009-02-23 Thread Andy Dziahel'
ed to know whether there is any way we can escape the layout for > a set of actions without everytime writing in the action $this- > >setLayout('layoutname'); > > Thanks and Regards > Vikram > > On Feb 23, 7:54 pm, "Andy Dziahel'" wrote: > >

[symfony-users] Re: How to escape global site layout for an action?

2009-02-23 Thread Andy Dziahel'
Hi. $this->setLayout('layoutName')? > On Mon, Feb 23, 2009 at 12:48, SeeVik wrote: > > Hello all, > > In one of the actions I have defined in controller, I do not want to > use the global template file layout.php. How config should I use in > this situation? > > Like I am creating a webapp and

[symfony-users] Re: What are the form filters ?

2009-02-22 Thread Andy Dziahel'
Hi. These aren't form filters, they're filter forms. Here they are - http://www.picamatic.com/view/2398002_screenshot-filterforms/ On Sun, Feb 22, 2009 at 10:05, dreur wrote: > > Just made the switch from 1.1 to 1.2 and was wondering what those > filter are ? > > Thanks > > > > -- With the b

[symfony-users] Re: How to display new-line feeds in Symfony??

2009-02-19 Thread Andy Dziahel'
Hi. Well, if you'll var_dump $list variable, you'll see that it's not an instance of List (or whatever) - it's instance of sfOutputEscaperObjectDecorator. So because of that, your $list->getBody()won't return '' - it'll return '*>*br/*<*'. To get unescaped value, you should call $list->getBody(ESC

[symfony-users] Re: checking for duplicate entry while validating

2009-02-18 Thread Andy Dziahel'
Hi. sfPropelUniqueValidator? On Thu, Feb 19, 2009 at 00:03, Iltar wrote: > > How can I add a validation for fields that have a unique index? > > > -- With the best regards, Andy. --~--~-~--~~~---~--~~ You received this message because you are subscribed to th