/var/www/(Del)gepgroup.hk/php-activerecord/test/models/JoinBook.php


1
2
3
4
5
6
7
8
<?php
class JoinBook extends ActiveRecord\Model
{
    static 
$table_name 'books';

    static 
$belongs_to = array();
};
?>