First push of autoloading features.

This commit is contained in:
Darko
2015-04-21 12:51:32 +02:00
parent b72550204a
commit 987748dfba
709 changed files with 17008 additions and 2626 deletions
+2 -3
View File
@@ -1,8 +1,7 @@
<?php
require_once(dirname(__FILE__) . "/../../../bin/config.php");
require_once(WWW_DIR . "/lib/framework/db.php");
require_once(WWW_DIR . "/lib/ColorCLI.php");
require_once(WWW_DIR . "/lib/ConsoleTools.php");
use newznab\db\DB;
$pdo = new DB();
$consoletools = new \ConsoleTools(['ColorCLI' => $pdo->log]);