phpDay 2014: Content Management with Symfony2, 2 hour workshop

16.5.2014
Conference: phpDay Italy, 16-17.5.2014
Title: Content Management with Symfony2
Links: A few Slides, Tutorial Code, joind.in

The Content Management Framework (CMF) is a set of building blocks for content management. You can use just parts of it to add some content management to your Symfony2 project, or use the whole stack to build customized CMS applications for specific needs.

In this workshop, we do a hands-on tour through the CMF. We look at the existing functionality and implement simple features to get a feel for how things work.

* PHPCR-ODM Content repository with translation and versioning * database routing
* menu system
* block system
* media handling
* editing with create.js and sonata

The tutorial is available as a series of pull requests on a tutorial repository:
https://github.com/dbu/conference-tutorial/pulls?direction=asc

symfony cmf conference