Esempio n. 1
0
 function __construct($locale = null)
 {
     if (isset($_GET['lang'])) {
         $this->locale = $_GET['lang'];
         $this->stickyGET('lang');
     }
     parent::__construct('AgileWeb', 'jui');
 }