[symfony-users] Re: Best way to check if a variable exists in a template

2007-07-03 Thread Greg Freeman
Thank you Nicolas, that helps. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to

[symfony-users] Re: Un-escape Data

2007-07-03 Thread Greg Freeman
I don't want the unescaped values of the entire array. I know I can do foreach ($sf_data-getRaw($array) as $val): But I only want to access a few of these values unescaped, the rest should remain escaped. Say my array has 10 escaped values in it; I want to access one of them un-escaped in a loo

[symfony-users] sfComponent SetLayout?

2007-07-03 Thread Greg Freeman
Was setLayout removed from sfComponent? In this changelog it says it was added in one of the early 1.0 betas. http://trac.symfony-project.com/trac/browser/trunk/CHANGELOG --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

[symfony-users] Re: sfI18nExtractPlugin and dictionary files

2007-07-03 Thread gestadieu
ok thanks for this clarificationsI won't submit a bug then! On Jun 28, 1:54 pm, Fabien POTENCIER <[EMAIL PROTECTED]> wrote: > The plugin has some limitations: > >* Can only works with the default "messages" catalogue >* For file backends (XLIFF and gettext), it only saves/deletes > st

[symfony-users] Re: DISTINCT queries

2007-07-03 Thread Greg Freeman
I have now :p thanks for that >.> --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email

[symfony-users] Re: DISTINCT queries

2007-07-03 Thread Scott Meves
Hi Greg, Have you looked into the setDistinct() method? You would add this to your criteria like so: $c = new Criteria(); $c->setDistinct(); http://propel.phpdb.org/docs/api/current/runtime/propel.util/ Criteria.html#methodsetDistinct -Scott On Jul 3, 2007, at 6:30 PM, Greg Freeman wrote:

[symfony-users] DISTINCT queries

2007-07-03 Thread Greg Freeman
Does propel support distinct queries or do I have to go to creole like askeet? If I do have to go to creole how can perform the normal hydration and return objects instead of looping through a result set and returning an array? The example I saw did a raw query with distinct and then looped throug

[symfony-users] sfFeed2 timeout for createFromWeb?

2007-07-03 Thread Stefan Koopmanschap
I just tried adding a timeout in the options array of the sfFeedPeer::createFromWeb() method, but unfortunately it did not time out any earlier than was previously the case. Is this not possible at all (I don't see any documentation on which options are accepted in the API documentation and the Wi

[symfony-users] Re: Admin generator, select box filling on an event

2007-07-03 Thread [EMAIL PROTECTED]
Frédéric, Are you looking for something like this : http://www.symfony-project.com/snippets/snippet/127 Bon courage, Pascal On 3 juil, 14:58, Frédéric PICA <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to be able in the admin generator to change the content > of a select box on an event, l

[symfony-users] Admin generator, select box filling on an event

2007-07-03 Thread Frédéric PICA
Hi, I would like to be able in the admin generator to change the content of a select box on an event, like what is done here : http://openprinting.org/printer_list.cgi I select something in the first select box and the content of the second change. Either by ajax or like here statically (I prefe

[symfony-users] Re: CMS plugin?

2007-07-03 Thread Bealers
> Our goal is to have a tool for building sf apps with a common hierarchy. Sounds good, how far have you got? Darren --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, se

[symfony-users] Create a view only version of a form

2007-07-03 Thread anakreon
I want to create an identical page with the form of a module, except that the controls (buttons, checkboxes etc) should be replaced by a label displaying the value of the control. I think of two ways how to accomplish this and I hope for an advice from you. The first way is to create a filter pl

[symfony-users] Join on two table of different database using propel query.

2007-07-03 Thread Janak Jadeja
Hello, Anybody know how to make join on related two table of different database using propel query function? Regards, Janak --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this g

[symfony-users] Re: CMS plugin?

2007-07-03 Thread Nicolas CHARLOT
Bealers a écrit : > Hi, > > some months back there was discussion on this list about people > working on various CMS-like things using Symfony. > > As in the near future I may need to create a 'page' stucture of > various content types with a hierachy and was wondering if anyone had > put any furt

[symfony-users] Re: Many Template

2007-07-03 Thread Arnaud
Hi, I think i will create customer subdirectories and use the snippet 115 Thanks you Arnaud. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-use

[symfony-users] CMS plugin?

2007-07-03 Thread Bealers
Hi, some months back there was discussion on this list about people working on various CMS-like things using Symfony. As in the near future I may need to create a 'page' stucture of various content types with a hierachy and was wondering if anyone had put any further effort into something like t