Exemplo n.º 1
0
 /**
  * constructor
  */
 public function __construct()
 {
     parent::__construct();
     if (!AccessControl::canAccessProductsPage(Core::getRole())) {
         die('You do NOT have access to this page');
     }
 }
Exemplo n.º 2
0
 /**
  * constructor
  */
 public function __construct()
 {
     parent::__construct();
 }
Exemplo n.º 3
0
 /**
  * constructor
  */
 public function __construct()
 {
     parent::__construct();
     // 		if(!AccessControl::canAccessPurcahseOrdersPage(Core::getRole()))
     // 			die('You do NOT have access to this page');
 }