[FLOW3-general] Object Framework vs. new
Michael Sauter
mail at michaelsauter.net
Tue Feb 2 16:31:34 CET 2010
Hi,
I recently used the class \F3\FLOW3\Reflection\ClassReflection in my
application and wanted to retrieve it via the object framework. I got
the exception that the class is not registered (#1166550023).
After having a look how it is used in other contexts, I discovered that
throughout FLOW3, it is always instantiated with the new operator.
Now, I don't really get why this is different to the other classes? Why
is it used that way? Shouldn't all objects be retrieved from the object
framework?
Cheers,
Michael
More information about the FLOW3-general
mailing list