Continued:
[core.git] / inc / database.php
index aa5ad74176fe52fad2ea870b2de516bf10e34a03..783944a858ed7af9c6bb4327233d60f581eb42c9 100644 (file)
@@ -1,4 +1,8 @@
 <?php
+// Import framework stuff
+use CoreFramework\Configuration\FrameworkConfiguration;
+use CoreFramework\Object\BaseFrameworkSystem;
+
 /**
  * Initializes the database layer
  *
@@ -50,6 +54,3 @@ $connectionInstance = DatabaseConnection::createDatabaseConnection(DebugMiddlewa
 // Is the app variable there and valid?
 // @TODO Rewrite this
 if (is_object($app)) $app->setDatabaseInstance($connectionInstance);
-
-// [EOF]
-?>