<?php class Avatar extends Mad_Model_Base { // relationships and validation protected function _initialize() { $this->belongsTo('User'); } }