Integrating Zend Framework

Permalink
I've got a Zend Framework model I'd like to incorporate into my c5 site. For example's sake, say my controller/view is at /demo ... sohttp://www.mysite.com/demo is what I'd like to browse to. Well, when I do so, I get the c5 Page Not Found error. Is there a way around this, so that anything that isn't found is somehow assumed to be a valid ZF view of mine?

tash
 
Mnkras replied on at Permalink Reply
Mnkras
Just make it a singlepage.
clintre replied on at Permalink Reply
clintre
As Mnkras pointed out creating a single page is actually a pretty powerful feature when building an integration to your custom coding or app. You can find more here...
http://www.concrete5.org/documentation/developers/pages/single-page...