You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Prado\Data* part of the framework (including TActiveRecord/SqlMap) has not been tested yet in prado4. You'd better stick with prado 3.3 until we sort out all the problems.
This assumes that your object implements such a toArray() method which is not directly required by ArrayAccess interface. I would suggest to create a separate "else if" block for objects implementing ArrayAccess - somthing like this:
My PHP version is 5.6, array_key_exists is not work with \ArrayAccess, always return false. I think "ArrayAccess::offsetExists " is not correct too.
The text was updated successfully, but these errors were encountered: