Hi,
I only once did a test with Flex, and I used Cake as the backend to
supply XML responses. It worked fine...
Provide an appropriate layout like this:
<?php header('Content-type: text/xml'); ?>
<?php echo '<?xml version="1.0" encoding="utf-8" ?>'; ?>
<?php echo $content_for_layout; ?>
and generate the XML in your view, just like you would do with HTML.
Never used AMFPHP...
greets,
f.
On Mar 2, 8:41 pm, "randomblink" <[EMAIL PROTECTED]> wrote:
> Alrighty...
>
> I am designing an app that is 100% flex on the client side.
> The only HTML will be the Flex Holder Page...
> EVERYTHING else will be Flex talking to AMFPHP through the Gateway and
> CakePHP being the framework on the server-side.
>
> I have printed out the CakePHP manual, the CakeAMFPHP manual, and I am
> still rather lost...
>
> Does anyone know of a good example of a CakePHP setup that doesn't use
> Views?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---