/** Construtor responsavel por selecionar o tipo de banco **/ public function __construct() { parent::__construct(); $this->pageController = PageController::getInstance(); //$propertiesDom = new PropertiesDom('conf/properties.xml'); //$this->picture_directory = $propertiesDom->getPropertie("path"); }