On Nov 8, 6:00 pm, "Synchro" <[EMAIL PROTECTED]> wrote: > A web services page in the manual would go a long way.
A bit more careful reading of the config manual page revealed a couple of errors in what I was thinking. Though admin actions like /admin/thing/function get mapped to admin_function(), the same does NOT apply to the web services. /xmlrpc/thing/function will still call function(), but it will get given a different view from views/thing/xml/function.thtml instead of views/thing/function.thtml. That's OK, but I guess that means that you will always need to generate and pass XML into your web view even though it will never be used - or how can you find out how the function was called? There is an underlying assumption that all the incoming XML is handled automatically, which is great, but I'd like to find some documentation on it. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
