We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Get name table on message exception

Hi, has some way that retrieve the name of table when i receive the exception message: Column xxxxxxx isn't part of the column map.

Thanks

check if all yours model properties are in the table, becarefull with camelcase

check if all yours model properties are in the table, becarefull with camelcase Ok, but i have many models, when the error happened i would like get the name of the class model, or the table!