Skip to content

Using with namespaces #980

@BruTru

Description

@BruTru

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions