Jump to content

Recommended Posts

Posted

Our web application is restructuring that will seperate content  (PW CMF) and logic (PHP Framework), PW will use to manage content easily. Is it possible to get the page data and put it on other PHP Framework? 

Posted (edited)

What you are trying to do is called Bootstrapping. You can easily bootstrap PW in other apps. Have a read here:

http://processwire.com/api/include/

I don't know if you know this but you can also 'separate logic from content' by just using ProcessWire itself...PW is also a PHP framework not only a CMS. :-). There's also lots of posts about MVC around the forums...

Edited by kongondo
  • Like 3
Posted

Thanks! It works :) 

This is just the structure that our architect want to attain. They want the logic to be in Phalcon framework and some CMF will handle the content.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...