I don't know if you have tried this but I think You can create an
Element Instead of a View.

Regards





On Mar 16, 5:17 pm, "Dominik Schwind" <[EMAIL PROTECTED]> wrote:
> Hi everybody,
>
> I tried to find the answer to that, but somehow I can't seem to find
> an elegant solution for my problem.
>
> I have a view, for simplicity's sake let's say it looks like that:
>
> <ul>
> <?php foreach($list as $item){ ?>
> <li><?php echo $item; ?></li>
> </ul>
>
> Now I have many controllers/actions that have no output except that
> very simple list. Do I really need to define the same view over and
> over again?
>
> Thanks,
>
> Dominik


--~--~---------~--~----~------------~-------~--~----~
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