Would it be a problem if intra-package class references were made absolute so that they can be extended through the Autoloader mechanism in bootstrap.php? I am referring mainly to the Query class, which should be referenced as \Orm\Query instead, but also Query_Soft, Query_Temporal, Observer_Typing and Observer_Validation, which now have only one relative reference each.
Would it be a problem if intra-package class references were made absolute so that they can be extended through the
Autoloader
mechanism inbootstrap.php
? I am referring mainly to theQuery
class, which should be referenced as\Orm\Query
instead, but alsoQuery_Soft
,Query_Temporal
,Observer_Typing
andObserver_Validation
, which now have only one relative reference each.