fuel / orm

Fuel PHP Framework - Fuel v1.x ORM
http://fuelphp.com/docs/packages/orm/intro.html
151 stars 95 forks source link

Workaround for limitation of PHP 5.x COW design (Revive) #385

Closed sj-i closed 9 years ago

sj-i commented 9 years ago

Reviving #364 This problem can be workarounded also by wrapping the result array in an object instance.

WanWizard commented 9 years ago

Manually merged it into one of our apps. After an hour of testing I can't find a fault, so I pushed it to the production server for this app. I'd like to make sure it has no side effects before we merge this.

@stevewest ok with you?

emlynwest commented 9 years ago

Nothing jumps out at me that looks like it is going to cause issues. I'd say merge it in, we can always roll it back if issues start to occur.

WanWizard commented 9 years ago

Fine by me.