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
Suggested to store in ArrayExpression, StructuredExpression and JsonExpression the string value retrieved from the database and convert it to an array or other PHP representation as the data is accessed.
This will save resources if the data is not used during execution.
Can be optionally.
The text was updated successfully, but these errors were encountered:
Actually I think about ArrayExpression which already realizes ArrayAccess, Countable and IteratorAggregate interfaces and the check should be is_iterable().
Suggested to store in
ArrayExpression
,StructuredExpression
andJsonExpression
the string value retrieved from the database and convert it to anarray
or other PHP representation as the data is accessed.This will save resources if the data is not used during execution.
Can be optionally.
The text was updated successfully, but these errors were encountered: