Output system is now no longer initialized by loading a centralized
inc/output.php as this was a stupid idea and sometimes the same application
has a console and web part.
Signed-off-by: Roland Haeder <roland@mxchange.org>
} // END - if
// Default response is console
- $response = $this->getResponseTypeFromSystem();
- $responseType = $this->getResponseTypeFromSystem();
+ $response = self::getResponseTypeFromSystem();
+ $responseType = self::getResponseTypeFromSystem();
// Create a new request object
$requestInstance = ObjectFactory::createObjectByName($this->convertToClassName($response) . 'Request');
$cfg = FrameworkConfiguration::getSelfInstance();
// Initialize output system
-require($cfg->getConfigEntry('base_path') . 'inc/output.php');
+ApplicationHelper::createDebugInstance('ApplicationHelper');
// This application needs a database connection then we have to simply include
// the inc/database.php script
-Subproject commit 87b2be57b63b6e923aab40e0fbba2ff86db88a86
+Subproject commit a142fe5eeaaa17a434c80ea103088558157c43bb