I set a breakpoint inside a function in my model in Laravel 4.
I see that on $this there are attributes and the original .
Both seem to contain the same data, i.e. a key / value pair representing the fields in the table.
What's the difference?
I need a function in my model that will return all fields as an associative array that I use?

source share