Closed nonsenz closed 10 years ago
You should register your container's types in config.
For your example you need to add to default_types
config section 'myContainer' => array('info')
, it should help.
That worked. Thx again for the package and the support. I think your hint should be part of the docs. Maybe you get a pull request later ;-)
Good to know that it is working. :)
I try to use containers but can't get them working.
Code in Eventhandler:
code in template:
output:
Am I missing something in the docs?