Example #1
0
 function __construct()
 {
     parent::__construct();
     session_start();
     //      setGlobals($this);
     setGlobals($this);
 }
 function __construct()
 {
     global $gstrFName;
     parent::__construct();
     session_start();
     setGlobals($this);
 }