. if (!defined('EG')) die('Direct access not allowed!'); //base class of the form entries abstract class Form_Entry { public $entryName = null; //the name of the entry public $entryClass = null; //the class of the entry public $idName = null; //the id of the input entry public $className = null; //the class of the input entry public $labelString = null; //label of the form public $labelClass = null; //the class of the tag of the label public $options = array(); //options (if the entry is a