Ejemplo n.º 1
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
 }
Ejemplo n.º 2
0
 /**
  * __construct
  *
  * Calls the parent constructor to set up various options including:
  * - template path
  * - template url
  * - admin url
  * - include the language file(s)
  * etc
  *
  * @uses Interspire_Addons::__construct
  *
  * @return Void Doesn't return anything.
  */
 public function __construct()
 {
     parent::__construct();
     $this->base_url = $this->admin_url . '&Action=Stats';
 }