What is array portability?
- by bobo
From this page:
http://www.doctrine-project.org/documentation/manual/1_2/en/working-with-models#dealing-with-relations:creating-related-records
You can see that it says $obj['property']; is the recommended way of referring to an object's property in Doctrine for array portability purposes.
I never heard about this term before and google did not come up with useful result.
What is that?