January 27, 2008

Another PHP dependency injector.

Filed under: PHP, Downloads — Marcus @ 11:46 pm

After working with Spring and Grails recently, I became very comfortable with their method of dependency injection. Based on my experiences, I went and wrote a simple injector that will automatically wire dependencies by name. At first it might seem to have quite an overhead, but in profiling with 40 or so objects being injected in a single request, its footprint was quite light.

Download the injector

Examples in the testing as a basic unit test, or click on for more

(more…)

March 28, 2007

PHP5 WSDL Auto-generation

Filed under: PHP, Downloads — Marcus @ 3:39 pm
.

Powered by WordPress