Rev 195 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 195 | Rev 200 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <?php
|
1 | <?php
|
2 | 2 | ||
3 | require_once 'application/models/Series.php'; |
3 | require_once 'models/Series.php'; |
4 | 4 | ||
5 | class SeriesMapper extends \PointedEars\PHPX\Db\Mapper |
5 | class SeriesMapper extends \PointedEars\PHPX\Db\Mapper |
6 | {
|
6 | {
|
7 | private static $_instance; |
7 | private static $_instance; |
8 | 8 |