Loading CI controller in PHP on the same server

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2010-03-31T18:50:37Z Indexed on 2010/03/31 18:53 UTC
Read the original article Hit count: 308

Filed under:
|

How can include CodeIgniter content in a regular PHP page on the same server but not part of the CI app?

For example I'm am trying to load a header from CI into Wordpress. Whats the best way to include a CI controller (eg; index.php/mycontroller/header/) on the same server?

© Stack Overflow or respective owner

Related posts about php

Related posts about codeigniter