drupal 7

abstract-business-code-270348

Drupal 7 schema & datetime

When working on db schemas in Drupal it’s good to know that syntax for datetime is somewhat changed. Before it…

abstract-business-code-270348

Requiring files in Drupal 6 & 7

I have seen a lot of Drupal modules where requiring php files is done like this $module = ‘my_module’; require_once(DRUPAL_ROOT…

abstract-business-code-270348

Logging in Drupal 7

In case you need to log errors and other messages  in Drupal 7 use may use it’s watchdog function. Same…