Hey!
Under EE1, we used to be able to get global_vars from the input class ($IN->global_vars is an array of the current $global_vars in the path.php file.)
From the EE2 input class, the global_vars array ( $this->EE->input->global_vars(‘xyz’) ) doesn’t seem accessible anymore. How can we get the global_var array from PHP with EE2?
Thanks!