start to implement database part
This commit is contained in:
@@ -22,7 +22,7 @@ foreach ($namespaces as $namespace => $directory) {
|
||||
$loader->registerNamespace($namespace, $directory);
|
||||
}
|
||||
|
||||
$loader->register('Thelia',__DIR__ . '/lib/');
|
||||
$loader->registerNamespace('Thelia', __DIR__ . '/lib/');
|
||||
|
||||
|
||||
$loader->register();
|
||||
|
||||
13
core/lib/Thelia/Core/Thelia.php
Normal file
13
core/lib/Thelia/Core/Thelia.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Thelia\Core;
|
||||
|
||||
use Symfony\Component\HttpKernel\Kernel;
|
||||
|
||||
|
||||
class Thelia extends Kernel{
|
||||
|
||||
|
||||
|
||||
}
|
||||
?>
|
||||
@@ -1,10 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace Thelia;
|
||||
|
||||
class Thelia {
|
||||
|
||||
|
||||
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user