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
Autoloadermechanism inbootstrap.php? I am referring mainly to theQueryclass, which should be referenced as\Orm\Queryinstead, but alsoQuery_Soft,Query_Temporal,Observer_TypingandObserver_Validation, which now have only one relative reference each.