I've recently started working at a company whose main product is a Zend Framework based application consisting of several modules. The plan is to use a content management system with the frontend (default) module, so that the marketing folks can manage the public web site.
I'm currently evaluating possible solutions and I've been wondering if one of the Zend Framework based CMS's (namely pimcore, concrete5, TomatoCMS) could be incorporated into the existing application. Has anybody done this and achieved a (more or less) seamless integration of one of those systems into an existing Zend Framework application?
I might have to add that the frontend module is not "empty". There is a rather extensive signup process (based on Zend forms) already in place and I guess the CMS should be able to "flow around" that or something.
I guess another option would be to roll our own (perhaps based on Digitalus), but I'd rather not do that if there are better solutions.
Has anybody any experience with integrating a CMS into an existing Zend Framework application as described above? Any input would be much appreciated.
Thanks!