. if (!defined('EG')) die('Direct access not allowed!'); //class to contain the values of the popup menĂ¹ of the scaffold class Popup { public $name; //the name of the popup public $itemsName = array(); //array containing the names of the different items of the list (popup) public $itemsValue = array(); //array containing the values of the different items of the list (popup) }