Articles tagged with "xml"

(RSS) Feed them Cake

By John David Anderson
If your application includes any sort of internal messaging or notifications, RSS is for you. For forums and blogs, feeds have become a functional requirement. Integrating RSS feeds in your application helps users keep tabs on how things are coming along, with out having to check into the site constantly.

This tutorial will help you set up a basic RSS feed by helping you craft a controller action, and its associated view (and layout).
[Read more]

Greater Control with Webservices Component

By Erik
Achieving better control over the Webservices feature provided by the core of CakePHP.
[Read more]

Using PHPTAL for templates: PhptalView class

By Daniel Kvasnicka jr.
I use PHPTAL quite a lot (believe it or not, I like XML ;) and I wanted to use it in Cake so I wrote a little PhptalView class extending Cake's View.
[Read more]

Parsing XML files with CakePHP

By Fahad Ibnay Heylaal
Simple tutorial for parsing xml files quickly using the core XML class of cakephp.
[Read more]