Add ondemand injector binders.
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 3 Sep 2010 17:23:06 +0000 (11:23 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 3 Sep 2010 19:59:29 +0000 (13:59 -0600)
commite27690055fdcf4896b1a11cdecec1de304c1cffc
tree70844d9653db49e6f8784f3d5bf603c042fa916b
parent853c50c977746a48f08ce163906b0f7d1113f9d7
Add ondemand injector binders.

Idea: Instead of instantiating a bunch of classes (which also requires,
at least with autoloading, the corresponding file lookup/read) with no
guarantee we will use a binder during a page access, create the binder
from a static (string) class name when it is first requested.
framework/Injector/lib/Horde/Injector.php
framework/Injector/package.xml
framework/Injector/test/Horde/Injector/InjectorTest.php