Logan Smyth

Portrait de Logan Smyth

Logan has been writing code for years using C/C++, Java, Javascript, and PHP. He develops custom Drupal modules and helps architect new projects.

He graduated from McGill University with a Bachelors degree in Electrical Engineering. His primary interests rely on the general desire to build and design, whether that be from the software or hardware side of things.

Logan has presented at Drupal Camps in Montreal, New York and Boston, and has attended various DrupalCons and Camps.
You can find him on drupal.org as loganfsmyth and on Twitter @LoganFSmyth.

Role: 
Developer

Articles par Logan Smyth

Posted 21 février, 2012

Entities in Drupal 7 simplify and centralize common logic that, in earlier versions of Drupal, was duplicated in several places, or only usable in specific modules.

Posted 27 septembre, 2011

In Drupal 6, module developers often use Nodes as an all-purpose method for having objects that can be saved into the database. This hack avoids having to write a lot of boilerplate CRUD for all custom data used in your modules.