dwoo-project / dwoo

[UNMAINTAINED] php template engine
http://dwoo.org
GNU Lesser General Public License v3.0
167 stars 58 forks source link

Bug using Loader::addDirectory() #1

Closed emulienfou closed 7 years ago

emulienfou commented 10 years ago

The system can't load the new plugins from the specified directory using the Loader::addDirectory() method.

MartinMuzatko commented 10 years ago

Dived a bit into it today. From what I checked, you prorably need to rewrite the Loader Class to use multiple classpaths, (one for the default Dwoo Plugin, extra ones for the extra Plugins. I'll do a pull request as soon as I am done with my suggestion. Update: not as easy as I thought it would be.. Still diving into it.

emulienfou commented 8 years ago

Still valid in 1.2.2 ???

emulienfou commented 7 years ago

Working, Unit test success for LoaderTest::testPluginLoad and LoaderTest::testRebuildClassPath