Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using with namespaces #980

Open
BruTru opened this issue Nov 5, 2021 · 0 comments
Open

Using with namespaces #980

BruTru opened this issue Nov 5, 2021 · 0 comments

Comments

@BruTru
Copy link

BruTru commented Nov 5, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant