1 2 3 4 5 6
<?phpclass AwesomePerson extends ActiveRecord\Model{ static $belongs_to = array('author');}?>