I assume that $Sedi18ns is a result from a doSelect call?

If so, this means that items are stored in an array. Therefore in your
TEMPLATE file:

<?php foreach ($Sedi18ns as $SediObj): ?>
  <?php echo $Sedi....

Hang on, I have answered enough of these .... Every one of your questions
are answered in the documentation already provided.

Here ... READ FIRST!

http://www.symfony-project.org/gentle-introduction/1_4/en/


On Wed, Oct 6, 2010 at 7:09 PM, Javier Garci <tirengar...@gmail.com> wrote:

>  Hi,
>
> i have retrieved a group of elements using a propel criteria. Now are at
> $Sedi18ns
>
> When i use this:
>
> $SediI18ns->prev()
>
> I get:
>
> ( ! ) Fatal error: Call to undefined method
> sfOutputEscaperArrayDecorator::prev() in
> /home/javier/Aptana_Studio_Workspace/cashgold/apps/cashgold/modules/contatti/templates/indexSuccess.php
> on line 29
>
> No problems when i use next().
>
> Any idea?
>
> symfony 1.4/propel
>
> Javi
>
> --
> If you want to report a vulnerability issue on symfony, please send it to
> security at symfony-project.com
>
> 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+unsubscr...@googlegroups.com<symfony-users%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>



-- 
Gareth McCumskey
http://garethmccumskey.blogspot.com
twitter: @garethmcc

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to