Skip to content

Instantly share code, notes, and snippets.

@henryhu712
Created April 14, 2016 02:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save henryhu712/f8787eeeddcc98a18ced7772d85f709c to your computer and use it in GitHub Desktop.
Save henryhu712/f8787eeeddcc98a18ced7772d85f709c to your computer and use it in GitHub Desktop.
Drupal 7 global variables

Custom Global Variables in Drupal

It is strange that I can't get global variables in Drupal 7 with &drupal_static or $GLOBALS. Eventually $_SESSION['myVar'] successes.

Note that to remember to initiate your $_SESSION variables before using them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment