fuel / orm

Fuel PHP Framework - Fuel v1.x ORM
http://fuelphp.com/docs/packages/orm/intro.html
152 stars 96 forks source link

Making classes overloadable #452

Open romosan opened 1 year ago

romosan commented 1 year ago

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.