On Thu, Mar 6, 2008 at 11:27 AM, bingo <[EMAIL PROTECTED]> wrote:
>  For REST it will be simple as we can directly call 
> http://siteurl/controller/action
>  and send parameters either by GET or post. But how to determine

The above warning is asking you to use Router::parseExtensions()....
so if you are following the conventions correctly - eg: for xml you
will have the URL as http://siteurl/controller/action.xml combine that
with some more magic from the RequestHandler component and you will
know what kind of call it is...

And it may be just my opinion but even for the SOAP calls I would not
have a central controller but do it using components and helpers

HTH

Tarique

-- 
=============================================================
Cheesecake-Photoblog: http://cheesecake-photoblog.org
PHP for E-Biz: http://sanisoft.com
=============================================================

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