Quick and dirty:
http://www.thinkingphp.org/2006/08/15/the-ultimate-cakephp-bootstrap-technique/
Then do:
$Dispatcher =& new Dispatcher();
$content = $Dispatcher->dispatch('/controller/action');
-- Felix
--------------------------
http://www.thinkingphp.org
http://www.fg-webdesign.de
Aldo wrote:
> Hello
>
> Does anybody know how to show the output from cakephp in a normal PHP
> page?
>
> Somethin like include(pathToCakePHP/controller/action)
>
> Or even better if I could set a variable in Cake an access this one
> outside from the application.
>
> What I want to achive is to have a news section in a website, where
> this news come from cake.
>
> Thanks for any help!
>
> Aldo
>
>
> >
>
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---