Populating forms in Symfony
I am new at Symfony. I still have a lot to learn. However, one of the things that bugged me for ages was that the docs didn’t describe any means for populating forms when editing an existing record. Yes, it presented a function for editing, and making changes to the database through doctrine, but no way for me to dynamically alter the data in the first place. Well , thanks […]