On Thu, Feb 5, 2009 at 5:47 AM, garbetjie <[email protected]> wrote:
>
> Hey all.
>
> I've been struggling with what I would imagine should be a relatively
> simple exercise.
>
> I'm attempting to integrate the Wireless Abstraction Library (WALL)
> into my Cake app, but it really isn't playing nice.
>
> I need to be able to edit the final source code of the views. There
> are certain HTML tags that need to be replaced and updated, and so I
> need to be able to access rendered data, *without* sending it to the
> browser.

Are you certain that you can't simply get WALL to give you the correct tags?

> So, what I need to know is where there is any way to access the
> rendered view without sending the data to the browser, thus allowing
> me to edit the data to be sent - maybe through a $this->output var in
> the Controller or something?
>

How about using the controller's $output var? ;-)
http://api.cakephp.org/class/controller

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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