Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9094509
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T23:21:59+00:00 2026-06-16T23:21:59+00:00

I do not know if the following is possible. If not other suggestions are

  • 0

I do not know if the following is possible. If not other suggestions are appreciated.

In nearly all my controllers I will load some default views. For example header, footer and menu.

I would like to have certain variables auto load for each view.

If I take the header as an example. Into my header I will always load an array of $css scripts and an array of $javascript files.

$javascript[] = ‘js/jquery.js’;
$javascript[] = ‘js/jqueryui.js’;

But additionally, depending on the current page logic, I might want to add another javascript file to my $javascript variable.

$javascript[] = ‘js/custom.js’;

Then ideally, I would like these variables to be automatically inserted as data into the load of the view.

In other words, I just want to call:

$this->load->view(‘header’);

How could this be achieved?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T23:22:00+00:00Added an answer on June 16, 2026 at 11:22 pm

    Create MY_Controller add a public array there then extend from MY_Controller

    class MY_Controller extends CI_Controller  {
         public $data;
    
         function __construct() {
             parent::__construct();
             $this->data['MYVAR'] = 'Something';
         }
    }
    

    in your other controllers you just do it like this

    class SomeClass extends MY_Controller {
        function __construct () {
            parent::__construct();
        }
    
         function index () {
             $this->data['SomeOtherVar'] = 'xxx';
             $this->load->view('viewname', $this->data);
         }
      }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know the following is not possible because the Enumeration's type has to be
I know this is possible in other programming languages. Suppose we have the following
I know that the following works but it is not that readable, is there
I'm curious to know why the following code behaves differently? The following does not
I have the following scope, which I know is not optimal: scope :event_stream_for, lambda{
Why the following program is not printing garbage values . As i know ,
Why can I not do something like the following when I know that the
I'm using the following code to know a slider is now sliding or not.
Does anyone know of a solution to the following markup validation error? I'm not
I do not know how to ask this question. So I will just give

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.