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
Personally, I just store a string, which is the serialized contents of my array. ( serialized(['test'=>'test'] )
Unserialize it when I grab it, and I have no issues. ( unserialize() )
Hello.
In our projects we use Your library for connect to Tarantool.
Would be great if select function return associative array.
At the moment in our cases we have something like this:
After that we associate index number with field name for comfort and easy usage in our code.
Proposal:
For more comfort usage, adding boolean parameter $associative with default value => false to select function.
Thanks!
The text was updated successfully, but these errors were encountered: