Calling/loading external libraries before session_start
Permalink
Hi everyone,
I need to include an external PHP script before the session starts, but I cannot figure out where (or how) to do this.
I'm trying to use it in a page type controller, so that it can pass the class through to the page template (where I call my display method). But that doesn't appear to work properly. Can anyone help?
Thanks
I need to include an external PHP script before the session starts, but I cannot figure out where (or how) to do this.
I'm trying to use it in a page type controller, so that it can pass the class through to the page template (where I call my display method). But that doesn't appear to work properly. Can anyone help?
Thanks