Hi there,
I'm working through the Phalcon Form documentation and in there it says
//Set the same form as entity
$this->setEntity($this);
Could anyone kindly explain what a Phalcon "Entity" is in general and what "Set the same form as entity" in the above context means specifically.
Many thanks.