Hello,
I use often toArray() method after ::find() on my model to return all objects in associative array to JSON. But I want to know where can I see the body of this method ? I don't understand how it works ? Imagine the method doesn't exist in Phalcon and I have to develop toArray() method, so what is the body of this method ?