Open HexMakina opened 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()
Not entirely true, if the model already has persistence, the load_model should be loaded then it's an update..
https://github.com/HexMakina/TightORM/issues/1