Like Grant suggested, use the HEREDOC syntax.

http://php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc

On Wed, Jun 25, 2008 at 4:01 AM, Grant Cox <[EMAIL PROTECTED]> wrote:
>
> Don't forget you can also use
>
> $javascript = <<<END
>
> ...all your js here...
>
> END;

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