function __construct() { parent::__construct(); // Admins only viewing this screen $this->adminLoginCheck(); if (!$this->isAdminLoggedIn()) { throw new PPI_Exception('Cheatin\' eh ?'); } }
function __construct() { parent::__construct(); // Admins only viewing this screen $this->adminLoginCheck(); $this->addJavascript('admin-common.js'); $this->addStylesheet('leftmenu.css'); if (!$this->isAdminLoggedIn()) { throw new PPI_Exception('Cheatin\' eh ?'); } }
function __construct() { parent::__construct(); }