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
Currently, the library does not manage name spaces. For example, my User class is in the ClassesFramework namespace. So, the name of the table in mysql must be classes\framework\user.
I created a DbMyAppObject object which inherits from DbObject and which removes the namespace in $this->dbTable. But this must also be done when using jointures.
Is it possible to have as default behavior the removal of the namespace of the classes for the generation of SQL?
The text was updated successfully, but these errors were encountered:
Currently, the library does not manage name spaces. For example, my User class is in the ClassesFramework namespace. So, the name of the table in mysql must be classes\framework\user.
I created a DbMyAppObject object which inherits from DbObject and which removes the namespace in $this->dbTable. But this must also be done when using jointures.
Is it possible to have as default behavior the removal of the namespace of the classes for the generation of SQL?
The text was updated successfully, but these errors were encountered: