Hello everybody,
I'm trying to solve the following problem: how to get a blog CMS (like Wordpress) into my ZF application?

I am using Zend MVC, so I've got a layout for every page with content coming from action + views. My idea would be to put Wordpress's content into the view (that's just what I need) in a folder like mysite.com/blog/...

The admin pages could be somewhere else... I don't care.

Does anybody have an idea how to deal with a blog CMS?

Thanks,
Michael