Zend_Rest in Concrete5

Permalink
I am having to move away from Joomla! because of its GPL license so I've been researching different CMS. Concrete5 seemed to fit and looks great but I didn't see any kind of RESTful api so started looking at pimcore. Then I noticed the Powered by Zend Framework on Concrete5. So I am thinking this should be somewhat easy to implement.

Since I am new to Concrete5 I do not want to jump in and hack something together that will break with updates. Can anyone provide some direction on adding Zend_Rest in a manner that it can be included in future versions of Concrete5?


http://framework.zend.com/manual/1.10/en/zend.rest.introduction.htm...

Very good article. More in depth than Zend's.
http://weierophinney.net/matthew/archives/233-Responding-to-Differe...

Thanks!

 
olsgreen replied on at Permalink Reply
olsgreen
Just make sure you keep all of you code abstracted from the C5 core, see the link below for the directory structure.

http://www.concrete5.org/documentation/developers/system/directory-...

Write your models, libs, etc as normal. Make sure you override anything you need to modify in the C5 core.

http://www.concrete5.org/search/?query=overriding...