On one of the recent sites that was being built by us I was introduced with a new challenge of theming user profile pages. Drupal provides a very elegant solution to accomplish this task. I will show you how it's done in this post.
Many frameworks these days allow for elegant 'chaining' of methods. This typically looks similar to $this->db->get()->users(); Want to know how to do this? we will show you how in the steps below.