Subversion Repositories PHPX

Rev

Rev 27 | Rev 49 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27 Rev 29
Line 1... Line 1...
1
<?php
1
<?php
2
2
3
require_once 'lib/Db/Table.php';
3
require_once __DIR__ . '/Table.php';
4
4
5
/**
5
/**
6
 * Generic abstract database mapper class
6
 * Generic abstract database mapper class
7
 *
7
 *
8
 * @author Thomas Lahn
8
 * @author Thomas Lahn