AwesomePerson.php 99 B

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