-- Ralf Eggert <[email protected]> wrote
(on Friday, 21 September 2012, 10:26 PM +0200):
> > 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.

Ah, yes -- that would definitely be a good use case for using a module.

-- 
Matthew Weier O'Phinney
Project Lead            | [email protected]
Zend Framework          | http://framework.zend.com/
PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc

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


Reply via email to