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