Drupal Style

php

warning: Creating default object from empty value in /home/drupals/public_html/modules/taxonomy/taxonomy.pages.inc on line 33.

Creating & Theming User Profiles In Drupal 7

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.

Read More
Sep 14, 2011

Chaining PHP Methods

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.

Read More
May 01, 2008