Welcome Guest, Not a member yet? Register   Sign In
Making a helper/plugin
#6

[eluser]Maglok[/eluser]
So a library for SSI.php would probably have to require_once the SSI.php (which is going to be located outside of CI). I guess it's one place, but it isn't really good to have to edit a library with a path.

Also it would probably 'just' entail 'remapping' the functions in the SSI.php. Like if SSI.php has a ssi_logout() I'd have to make a function like:

Code:
function smf_logout($redirect) {
    ssi_logout($redirect);
}

There has to be a easier way to do this.


Messages In This Thread
Making a helper/plugin - by El Forum - 07-01-2009, 06:50 AM
Making a helper/plugin - by El Forum - 07-01-2009, 07:03 AM
Making a helper/plugin - by El Forum - 07-01-2009, 07:04 AM
Making a helper/plugin - by El Forum - 07-01-2009, 07:19 AM
Making a helper/plugin - by El Forum - 07-01-2009, 07:58 AM
Making a helper/plugin - by El Forum - 07-01-2009, 08:16 AM
Making a helper/plugin - by El Forum - 07-01-2009, 03:11 PM
Making a helper/plugin - by El Forum - 07-02-2009, 02:06 AM
Making a helper/plugin - by El Forum - 07-03-2009, 06:36 AM
Making a helper/plugin - by El Forum - 07-03-2009, 06:52 AM
Making a helper/plugin - by El Forum - 07-03-2009, 07:01 AM
Making a helper/plugin - by El Forum - 07-03-2009, 07:09 AM
Making a helper/plugin - by El Forum - 07-03-2009, 07:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB