I have a huge Cakephp project with almost 200 tables using cake 2.x. I want to do gradual upgrade to cake 3.x, so i want that some models use cake 3 ORM while others still use cake2.x models.
Is it possible to work like this? if so, is there any tutorial on how to do this?
Thanks in advance