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