I love using objects, it is just my way of working. In one of my phtml scripts it could look like: 1echo $this->register->node->user->name; And it refers to the users name of the person who made an entry in my registry. Now this might not be the typical case, as this is limited to only one [...]