partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 1ea2efd8783a409c2278c29fc3f8435d5898b131
parent 7f858dcf3beff02ecd8e1491412492052fd6ca58
Author: Felicitus <felicitus@felicitus.de>
Date:   Wed, 15 Sep 2010 06:30:53 +0200

Added NestedSet into classLoader
Diffstat:
Msrc/de/RaumZeitLabor/PartDB2/PartDB2.php | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/de/RaumZeitLabor/PartDB2/PartDB2.php b/src/de/RaumZeitLabor/PartDB2/PartDB2.php @@ -55,7 +55,11 @@ class PartDB2 { $classLoader = new ClassLoader('Doctrine\Common'); $classLoader->register(); // register on SPL autoload stack + + $classLoader = new ClassLoader("DoctrineExtensions\NestedSet", dirname(dirname(dirname(dirname(__DIR__)))) ."/3rdparty/doctrine2-nestedset/lib"); + $classLoader->register(); } + /** * Initializes the configuration for a given environment.