Objects, introduction

This screencasts introduces the concept of objects when coding for Drupal:

  • How to set and get properties of objects, using the $object->property notation
  • The similarities between objects and associative arrays
  • How to access variables contained within layers of objects and arrays
  • How to use the $object->{$variable} notation, allowing for dynamic names on properties
Modules: