10-06-2009, 05:42 PM
|
#2 (permalink)
|
|
The Prestige
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
|
php Code:
$singletonVar = Factory::getInstance(); $_SESSION['var'] = $singletonVar;
if(isset($_GET['lang'])) {
// Change your properties of $_SESSION['var'] here.
}
??
__________________
|
|
|
|