refactor config process using only xml config file

This commit is contained in:
Manuel Raynaud
2013-04-03 12:47:49 +02:00
parent d4b87cca52
commit d8c4f3eeb8
8 changed files with 638 additions and 167 deletions

View File

@@ -1,6 +1,17 @@
<plugin>
<?xml version="1.0" encoding="UTF-8" ?>
<config xmlns="http://thelia.net/schema/dic/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://thelia.net/schema/dic/config http://thelia.net/schema/dic/config/thelia-1.0.xsd">
<testLoops>
<testLoop name="equal" class="Test\TestLoop\Equal"/>
</testLoops>
<loops>
<loop name="foo" class="Test\Loop\Foo"/>
<loop name="doobitch" class="Test\Loop\Doobitch"/>
</loops>
</plugin>
</config>