Hello folks
As you know one of biggest changes in Drupal 7 are entities, now all is an entity in Drupal. If that was not enough there are also field collections, used to group fields and present as a new entity.
The biggest challenge for developers is how to work with Field Collection programmatically for CRUD Operations.
Today I will explain how to Update and Create Collection Fields programmatically.