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


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