Talking Drupal #075 - "Teach Yourself Drupal" a Kickstarter

November 26, 2014

In episode #75 we talk with Marc Isaacson about “Teach Yourself Drupal” a kickstarter project.

Listen: 

00:00
 

Watch: 

Topics: 

Resources: 

Module of the Week: 

Computed Field

Computed Field is a very powerful field module that lets you add a custom "computed fields" to your content types. These computed fields are populated with values that you define via PHP code. You may draw on anything available to Drupal, including other fields, the current user, database tables, you name it. (Feeling the power yet? :) ) You can also choose whether to store your computed field values in the database with other content fields, or have them "calculated" on the fly during node views. (Although you should note that Views use requires database stored values.) This field is literally the Swiss Army knife of fields. So start cooking up your PHP based values!

Add new comment