Welcome Guest, Not a member yet? Register   Sign In
Including CodeIgniter files into external app
#2

[eluser]eoinmcg[/eluser]
Hi,

Not too sure I fully understand the question. Do you want to include content generated from your CI views? If so, this isn't going to work in most cases. You can, of course use fopen to read remote files:
Code:
$file = fopen ("http://yoursite/controller/method/params/", "r");
etc

You could also use 'file_get_contents' or CURL


Messages In This Thread
Including CodeIgniter files into external app - by El Forum - 11-18-2009, 05:27 PM
Including CodeIgniter files into external app - by El Forum - 11-19-2009, 02:14 AM
Including CodeIgniter files into external app - by El Forum - 11-19-2009, 01:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB