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