Creating your own entities with Entity API

Feb
03

There have been plenty of articles about Drupal 7 and entities already. Entities are great. They provide a unified way to work with different data units in Drupal. Drupal 7 is all about entities. They are everywhere: nodes, users, taxonomy terms, vocabularies...

Let's take a closer look at how developers can create their own entities using the Entity API module, which is a great toolbox. Read More >>>