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
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
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
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
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
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:
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
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
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
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
> 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
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
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
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
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
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
16 matches
Mail list logo