Jump to content

Recommended Posts

I have a variable, $my_global_var defined that I need to use in many other files and functions. Is there a way I can reference $my_global_var without setting:

 

global $my_global_var;

 

In the top of every function that needs acceess it?

Link to comment
https://forums.phpfreaks.com/topic/97569-access-to-variable-from-functions/
Share on other sites

Well that's even worse. Sorry I didnt explain $my_global_var is acutall a class instance variable.

 

So I do:

 

$my_global_var->get_property1();

$my_global_var->get_property2();

$my_global_var->get_property3();

etc, etc, etc.

 

I just need $my_global_var class instance to exist in all functions with explicty setting it to global.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.