Closed neel closed 12 years ago
The default Presentation layer seeks for the XDO
s and Session
and there may be even more components that needs a Semantic
presence of an XDO
to carry on its normal processing (as XDO
has been introduced in bong years ago e.g. from its beginning). Its not safe to keep $this->xdo
to null
so it should be wise to keep a MemoryXDO
there
done in 8baa8edaa6cf37d876ea2090099ba305c644ec36 However not well tested.
There can be an App(
Controller
) that doesn't require anyXDO
. that doesn't even need aSession
. so there must be some way to specify cancellation of these overheads. may be introduceinterface
NoXDO
andNoSession
When a controller implementNoXDO
XDO will not be used. and same forNoSession