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