1<?php 2class JoinBook extends ActiveRecord\Model 3{ 4 static $table_name = 'books'; 5 6 static $belongs_to = array(); 7}; 8?>