pomm-project / ModelManager

Model Manager for the Pomm database framework.
MIT License
66 stars 27 forks source link

add Model::getModel() proxy method #88

Closed chanmix51 closed 4 years ago

chanmix51 commented 4 years ago

A proxy method to summon a model instance in the model methods, this is especially needed when writing queries with joins to other tables.

Fixes #49