> [mailto:[EMAIL PROTECTED] On Behalf Of Mika > Actually I'm quite interested in this too. Could you maybe please give > a proper working example with using soap?
As I understand it, this is just a convenience for pretty URLs. So for instance, http://example.com/rss/events calls events_controller::rss_index() And http://example.com/rss/events/tokyo Calls events_controller::rss_tokyo() You could then select which content to put into the rss feed based on the called function I have made a simple RssComponent (using RSSWriter as a vendor), if you are interested in the code. -- Regards, Ryan Ginstrom --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
