Subversion Repositories PHPX

Compare Revisions

Last modification

Ignore whitespace Rev 60 → Rev 61

/trunk/Db/Mapper.php
5,6 → 5,8
/**
* Generic abstract database mapper class
*
* @property-read \PointedEars\PHPX\Db\Table $table
* The <code>Table</code> for this mapper
* @author Thomas Lahn
*/
abstract class Mapper extends \PointedEars\PHPX\AbstractModel