Hi Matthew,

> Do this. But it doesn't have to be a module. If it's library code, it's
> library code. You can setup a custom packagist repo for your own
> libraries, and use that in your project composer.json so that you can
> install such libraries and keep them up-to-date easily.

But I guess a module will fit in here better, since I could do the

    StaticFilter::getPluginManager()->setInvokableClass(
        'stringtourl', 'Travello\Filter\StringToUrl'
    );

stuff in my Module::onBootstrap() method then.

Regards,

Ralf

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to