Hi,
I tried to extend the sample app shipped with Agavi 1.0.7 and implemented a
simple config handler. This is inside the config_handlers.xml in my config
directory:
<handler pattern="%core.config_dir%/test.xml"
class="AgaviReturnArrayConfigHandler" />
And the contents of test.xml inside same directory:
<?xml version="1.0" encoding="UTF-8"?>
<ae:configurations>
<ae:configuration>
<foo>1</foo>
</ae:configuration>
</ae:configurations>
but nothing happens. There´s no test-xxx.php inside the cache directory.
Why?
_______________________________________________
users mailing list
[email protected]
http://lists.agavi.org/mailman/listinfo/users