Rev 27 | Rev 34 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
<?php
require_once 'lib/AbstractModel.php';
require_once __DIR__ . '/../AbstractModel.php';
/**
* Generic database table model class
*
* @author Thomas Lahn