What is array portability?

Posted by bobo on Stack Overflow See other posts from Stack Overflow or by bobo
Published on 2010-03-13T04:11:07Z Indexed on 2010/03/13 4:17 UTC
Read the original article Hit count: 532

Filed under:
|
|
|
|

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?

© Stack Overflow or respective owner

Related posts about array

Related posts about php