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
I want to use this library without laminas forms. When I try to extract an entity with a many-to-many relationship, I receive the PersistentCollection in the result array. Association extraction is not covered in the documentation. Could you please help me?
I guess that no one has ever recognized this yet as it doesn't make a difference to laminas-form, since the Doctrine objects are array-accessible and, hence, work the same way as arrays when populating form data to Laminas forms.
I want to use this library without laminas forms. When I try to extract an entity with a many-to-many relationship, I receive the PersistentCollection in the result array. Association extraction is not covered in the documentation. Could you please help me?
Here is my example entities:
Here is my code where i'm trying to extract data:
Here is output:
I'm expecting array with tags there.
The text was updated successfully, but these errors were encountered: