How can I realize Entity class inheritance in PhalconPHP like in Doctrine2? Does it possible, or I must store another tablename and recordId in separate columns?
Are you talking about setting up relationships? Phalcon docs has some nice documentation on this: https://docs.phalcon.io/en/3.0.0/reference/model-relationships.html