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 6 lines 73 B view raw
1<?php 2class Employee extends ActiveRecord\Model 3{ 4 static $has_one; 5}; 6?>