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
Extract values should be also possile from objects implementing ArrayAccess.
BC break: No
New feature: Yes
If you implement own collection or you want to extract values maybe from \Nette\Database\IRow. First you have to serialize object to array then you can extract values from array.
Extract values should be also possile from objects implementing ArrayAccess.
BC break: No
New feature: Yes
If you implement own collection or you want to extract values maybe from \Nette\Database\IRow. First you have to serialize object to array then you can extract values from array.
Example:
should be simplified to:
So exract method should look like:
The text was updated successfully, but these errors were encountered: