Accessing Magnolia CMS from PHP
Jackalope and the PHP Content Repository
Housekeeping

- How to post questions
- Webinar recording and slides
- Contacting us
- Hashtags
Agenda
- Introduction
- PHPCR
- Integration with Magnolia
- Q & A
Grégory Joseph

David Buchmann

About JCR/PHPCR
- Content Repository is a way to decouple storage logic from application logic
- Write applications once, switch storage backends
- Do not re-invent the content storage wheel
- PHPCR is JCR translated to PHP, part of the upcoming JCR 2.1
Data in a CMS is mostly unstructured
RDBMS are not a good fit, hurray for NoSQL

CMS often organize content as a tree/graph
Most NoSQL not a good fit, hurray for Graph DBs

CMS should be able to store content versions
