diff --git a/composer.json b/composer.json index b0726cd..5076678 100644 --- a/composer.json +++ b/composer.json @@ -16,5 +16,10 @@ "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^10.0", "rector/rector": "^0.15" + }, + "autoload": { + "psr-4": { + "ConLite\\": "conlite/classes" + } } } diff --git a/conlite/classes/Frontend/Navigation/FrontendNavigation.php b/conlite/classes/Frontend/Navigation/FrontendNavigation.php new file mode 100644 index 0000000..00e5f89 --- /dev/null +++ b/conlite/classes/Frontend/Navigation/FrontendNavigation.php @@ -0,0 +1,8 @@ + - * @copyright (c) 2016, conlite.org - * @license http://www.gnu.de/documents/gpl.en.html GPL v3 (english version) - * @license http://www.gnu.de/documents/gpl.de.html GPL v3 (deutsche Version) - * @link http://www.conlite.org ConLite.org - * - * $Id$ - */ - -// security check -defined('CON_FRAMEWORK') or die('Illegal call'); - -class cFrontendNavigationAbstract { - - /** - * - * @var DB_ConLite - */ - protected $_oDB; - - public function __construct() { - ; - } - - protected function _getDB() { - - } -} diff --git a/conlite/classes/frontend/navigation/class.frontend.navigation.php b/conlite/classes/frontend/navigation/class.frontend.navigation.php deleted file mode 100644 index cbe0f8a..0000000 --- a/conlite/classes/frontend/navigation/class.frontend.navigation.php +++ /dev/null @@ -1,27 +0,0 @@ - - * @copyright (c) 2016, conlite.org - * @license http://www.gnu.de/documents/gpl.en.html GPL v3 (english version) - * @license http://www.gnu.de/documents/gpl.de.html GPL v3 (deutsche Version) - * @link http://www.conlite.org ConLite.org - * - * $Id$ - */ - -// security check -defined('CON_FRAMEWORK') or die('Illegal call'); - -class cFrontendNavigation extends cFrontendNavigationAbstract { -//put your code here -} diff --git a/vendor/composer/autoload_psr4.php b/vendor/composer/autoload_psr4.php index 0706da6..933f4cd 100644 --- a/vendor/composer/autoload_psr4.php +++ b/vendor/composer/autoload_psr4.php @@ -7,4 +7,5 @@ $baseDir = dirname($vendorDir); return array( 'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'), + 'ConLite\\' => array($baseDir . '/conlite/classes'), ); diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index f306b86..6763c14 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -11,6 +11,10 @@ class ComposerStaticInit030320213c853f2cfb8481e1bb7caf00 array ( 'PHPMailer\\PHPMailer\\' => 20, ), + 'C' => + array ( + 'ConLite\\' => 8, + ), ); public static $prefixDirsPsr4 = array ( @@ -18,6 +22,10 @@ class ComposerStaticInit030320213c853f2cfb8481e1bb7caf00 array ( 0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src', ), + 'ConLite\\' => + array ( + 0 => __DIR__ . '/../..' . '/conlite/classes', + ), ); public static $classMap = array ( diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index df13818..f14fb1a 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -5,7 +5,7 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), - 'reference' => '46c1c1c3c36cf82a9e748d61bca3439d0d14e7b9', + 'reference' => '727cad0e1e2ad00ac92dac6aa02e5ea0b4ca1dfb', 'name' => 'org.conlite/conlite', 'dev' => false, ), @@ -16,7 +16,7 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), - 'reference' => '46c1c1c3c36cf82a9e748d61bca3439d0d14e7b9', + 'reference' => '727cad0e1e2ad00ac92dac6aa02e5ea0b4ca1dfb', 'dev_requirement' => false, ), 'phpmailer/phpmailer' => array(