a tiny mvc framework for php using php-activerecord
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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