Open LegalizeAdulthood opened 5 years ago
Instead of hand-writing SQL and a hand-written database abstraction layer (IManxDatabase), consider migrating to an ORM library package such as propel.
IManxDatabase
Something closer to the existing code is idiorm/paris, which is recommended for use with slim.
Instead of hand-writing SQL and a hand-written database abstraction layer (
IManxDatabase
), consider migrating to an ORM library package such as propel.