On Nov 1, 6:33 pm, dardosordi <[EMAIL PROTECTED]> wrote:
> I think you can do this in the element:
>
> <?php echo serialize(array('many' => 'vars')); ?>
>
> and this in the view:
>
> <?php
>
> $vars = unserialize($this->renderElement(stuff...));
>
> export($vars)
>
> echo $many ;
>
> ?>

Hi dardosordi,

This is exactly what I'm looking for!

thanks for your help

/defranco


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to