Welcome Guest, Not a member yet? Register   Sign In
load helpers and libraries version difference
#2

[eluser]danmontgomery[/eluser]
Code:
class Register extends CI_Controller {

    public function __construct()
    {
        parent::__construct();
        $this->load->library('session');
        // etc
    }
}

http://php.net/manual/en/language.oop5.decon.php
http://www.php.net/manual/en/language.oo...bility.php
http://ellislab.com/codeigniter/user-gui...odels.html

etc


Messages In This Thread
load helpers and libraries version difference - by El Forum - 04-21-2011, 11:19 AM
load helpers and libraries version difference - by El Forum - 04-21-2011, 11:28 AM
load helpers and libraries version difference - by El Forum - 04-21-2011, 11:34 AM
load helpers and libraries version difference - by El Forum - 04-21-2011, 04:14 PM
load helpers and libraries version difference - by El Forum - 04-22-2011, 09:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB