doImport(__FILE__)) { // --- finish process import file --------------------------------- // --- begin all other individual stuff --------------------------- /* * do all other stuff */ // --- end of all other individual stuff -------------------------- } else { $aError[] = $oImporter->getError(); } //endif unset($oImporter); } else { $aError[] = 'missing or not readable file \"'.basename(__DIR__).'/install-struct.sql\"'; } //endif /* **** END INSTALL / UNINSTALL / UPGRADE *********************************** */