Creating an Event Manager in CakePHP
The main idea of our tutorial is to create a simple Events Manager using CakePHP. Our project will: * Create / Update / Deleting events with or without attached location (This is often called a CRUD style application) * Create / Update / Delete locations * Show all events in a list view or calendar view * Provide an RSS feed for all events