Hi,

I'm wondering how I could use my models with table inheritance to get multi-table in 1 model. I have a table "Base" which is extends by 6 tables. The relationship is 1-1, I set hasOne() in my children and parent model but all I can do is calling getBase() from children models. Is there a way to get this working ?

I found this topic : "https://forum.phalcon.io/discussion/1284/table-inheritance" but it didn't really help me as I don't understand russian and I couldn't make the annotations described in Doctrine work (if these works with Phalcon...)