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

var_dump model

Hello. Why when I var_dump model, all Phalcon objects are displayed?

Beacause model have di property. Just dont var_dump model.



1.0k

why when displaying information in the action, it does not show. Only if the exit() exists

well you can try use magic method degubInfo() Inherint from common class can help you to implement a global dumper