You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: