Welcome Guest, Not a member yet? Register   Sign In
Unable to locate the specified class: Session.php
#1

I created a pre_controller hook

Code:
public function __construct() {
        parent::__construct();
        $this->load->driver('session');
    }

it is not working and shows error.
Unable to locate the specified class: Session.php[/code]
Reply


Messages In This Thread
Unable to locate the specified class: Session.php - by agriz - 11-11-2014, 10:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB