Esempio n. 1
0
 function __construct()
 {
     parent::__construct();
     $this->js_url = "/javascripts";
     $this->js_libs_url = "/javascripts/libs";
     $this->js_libs = array('jquery' => "jquery-1.2.1.pack.js");
     $this->js_charset = "utf-8";
 }
Esempio n. 2
0
 function __construct()
 {
     parent::__construct();
     $this->autoload = array('Timer' => "/Users/dave/Sites/dev/example/framework/lib/timer.lib.php", 'StatusCode' => "/Users/dave/Sites/dev/example/framework/lib/statuscode.class.php");
 }
Esempio n. 3
0
 function __construct()
 {
     parent::__construct();
     $this->language = "english";
 }