Can you automate something like this given all of the variations of $somevar = new $className() in the framework, or these constructs buried deep enough within each module that they won't matter much?
Andrew On Fri, Jul 10, 2009 at 2:35 PM, Ralph Schindler<[email protected]> wrote: > I would actually take an automated approach first, by scanning the code for > markers that identify classes in other "packages". This could either by by > scanning for class names or, currently, looking for require statements > (although those will prob. go away in 2.0). > > -ralph > > Саша Стаменковић wrote: >> >> How do you think we can specify dependencies? >> >> Regards, >> Saša Stamenković
