I'm currently learning MVC as it pertains to php and I came across something called an entity class, but cannot for the life of me find a clear explanation and/or an example of it.
I thought it was a class that held the data from a database that the model retrieved and is then passed to a view, but i have this nagging feeling that I'm way off.
Can someone please explain it via an example or point me in the right direction?