Welcome Guest, Not a member yet? Register   Sign In
when i load session class the page do not load CodeIgniter
#2

[eluser]ramirors[/eluser]
I allways load session on autoload, but if you want to load on specific controller use:

Code:
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');

class Perfil extends CI_Controller {
    
    function __construct()
    {
        parent::__construct();
        $this->load->library('session');
    }

    function index() {

    }
....



Messages In This Thread
when i load session class the page do not load CodeIgniter - by El Forum - 12-11-2012, 10:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB