The strange thing is, that when printing out $_GET['url'] before the
require_once I get the 'favicon.ico', how it sould be, but right after
the require_once it's empty.


On Jun 12, 5:40 pm, Felix Geisendörfer <[EMAIL PROTECTED]> wrote:
> Quick and 
> dirty:http://www.thinkingphp.org/2006/08/15/the-ultimate-cakephp-bootstrap-...
>
> Then do:
>
> $Dispatcher =& new Dispatcher();
> $content = $Dispatcher->dispatch('/controller/action');
>
> -- Felix
> --------------------------http://www.thinkingphp.orghttp://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 cake-php@googlegroups.com
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