Admin_banners_module::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        parent::__construct();
        $this->load->model('Layouts_model');
        $this->load->model('Banners_model');
        $this->lang->load('banners_module/banners_module');
    }