1<?php 2class JoinAuthor extends ActiveRecord\Model 3{ 4 static $table_name = 'authors'; 5 static $pk = 'author_id'; 6}; 7?>