1 2 3 4 5 6 7 8 9
<?phpclass Payment extends ActiveRecord\Model{ // payment belongs to a person static $belongs_to = array( array('person'), array('order'));}?>