Propel2 icon indicating copy to clipboard operation
Propel2 copied to clipboard

Allow ObjectCollections->toArray() to serialise without foreign objects.

Open kitsunde opened this issue 10 years ago • 1 comments

The default for ObjectCollections->toArray() was also to always serialise foreign objects. But the default for Model->toArray() was to not serialise foreign objects. I've put the ObjectCollections->toArray() to not serialise foreign objects by default to keep the API consistent.

kitsunde avatar Jul 30 '15 17:07 kitsunde

Guess it would be better to make the default to true or at least adjust all failing tests :smile:

marcj avatar Aug 07 '15 15:08 marcj