$databaseConnections
$databaseConnections : \Gishiki\Database\DatabaseManager
The Gishiki action starter and framework entry point.
$databaseConnections : \Gishiki\Database\DatabaseManager
$loggersConnections : \Gishiki\Logging\LoggerManager
$configuration : \Gishiki\Core\Configuration
getDatabaseManager() : \Gishiki\Database\DatabaseManager
Get the collection of opened database handlers within the current application.
the collection of database handlers
getLoggerManager() : \Gishiki\Logging\LoggerManager
Get the PSR-3 loggers manager used within the current application.
the collection of loggers
__construct(\Zend\Diactoros\Response\EmitterInterface|null $emitter = null, string|array|null $settings = null)
Begins an application lifecycle.
Initialize the Gishiki engine, prepare for the execution of a framework instance and result emitter.
The suggester emitter is Zend\Diactoros\Response\SapiEmitter;
\Zend\Diactoros\Response\EmitterInterface|null | $emitter | the emitter to be used when producing output |
string|array|null | $settings | the path of the settings file |
the error preventing configuration to be load
getConfiguration() : \Gishiki\Core\Configuration
Get the application configuration.
the configuration