Welcome Guest, Not a member yet? Register   Sign In
new to codeigniter - want try ci integrate with smf
#4

[eluser]ecsyle31[/eluser]
The api is the SSI. You won't install SMF inside codeigniter at all, you will install it separately and just include SSI.php in CI app.

You could so something like this:

/path/to/webroot/forums/SMF_FILES_HERE
/path/to/webroot/system/
/path/to/webroot/index.php

then in your codeigniter app, include SSI.php - <?php require_once '/path/to/webroot/forums/SSI.php'; ?>

Now you have access to all the methods available in that file, as well as the $context array for the currently logged in user.


Messages In This Thread
new to codeigniter - want try ci integrate with smf - by El Forum - 01-04-2011, 03:10 PM
new to codeigniter - want try ci integrate with smf - by El Forum - 01-04-2011, 05:23 PM
new to codeigniter - want try ci integrate with smf - by El Forum - 01-05-2011, 03:06 AM
new to codeigniter - want try ci integrate with smf - by El Forum - 01-05-2011, 11:35 AM
new to codeigniter - want try ci integrate with smf - by El Forum - 01-05-2011, 03:32 PM
new to codeigniter - want try ci integrate with smf - by El Forum - 01-05-2011, 06:29 PM
new to codeigniter - want try ci integrate with smf - by El Forum - 01-06-2011, 04:26 AM
new to codeigniter - want try ci integrate with smf - by El Forum - 01-06-2011, 09:46 AM
new to codeigniter - want try ci integrate with smf - by El Forum - 01-08-2011, 11:15 AM
new to codeigniter - want try ci integrate with smf - by El Forum - 01-08-2011, 01:14 PM
new to codeigniter - want try ci integrate with smf - by El Forum - 01-08-2011, 03:20 PM
new to codeigniter - want try ci integrate with smf - by El Forum - 01-10-2011, 07:45 AM
new to codeigniter - want try ci integrate with smf - by El Forum - 01-10-2011, 09:51 AM
new to codeigniter - want try ci integrate with smf - by El Forum - 01-11-2011, 06:00 AM
new to codeigniter - want try ci integrate with smf - by El Forum - 01-11-2011, 09:55 AM
new to codeigniter - want try ci integrate with smf - by El Forum - 02-02-2011, 02:16 PM
new to codeigniter - want try ci integrate with smf - by El Forum - 02-02-2011, 03:23 PM
new to codeigniter - want try ci integrate with smf - by El Forum - 02-02-2011, 03:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB