setTempDirectory(dirname(__FILE__) . '/temp'); $configurator->setLogDirectory(dirname(__FILE__) . '/temp'); // Other values $configurator->setTimeZone('Europe/Amsterdam'); $configurator->enableDebugMode(true)->setDebugAddress('ALL'); // Implement the Layout Component $configurator->addComponent(new DatabaseComponent()); $configurator->addComponent(new TracyComponent()); // Create container $container = $configurator->createContainer(); // And return the result return $container;