HexMakina / kadro

framework for building web application
0 stars 0 forks source link

ORMController Traceability #17

Open HexMakina opened 3 years ago

HexMakina commented 3 years ago

https://github.com/HexMakina/TightORM/issues/1

HexMakina commented 3 years ago

ORM controller must comply to the ORMControllerInterface update and create methods are needed to provide query_code() U or C, as ORMController::save() doesn't know what it does until it reaches Table\Row::persist()

HexMakina commented 3 years ago

Not entirely true, if the model already has persistence, the load_model should be loaded then it's an update..