16 lines
353 B
PHP
16 lines
353 B
PHP
|
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||
|
|
||
|
/**
|
||
|
* TSM database set result.
|
||
|
*
|
||
|
* @package PTA
|
||
|
* @subpackage TSM
|
||
|
* @category Query/Set
|
||
|
* @author Deon George
|
||
|
* @copyright (c) 2010 phpTSMadmin Development Team
|
||
|
* @license http://phptsmadmin.sf.net/license.html
|
||
|
*/
|
||
|
class Database_TSM_Set extends Database_Result {
|
||
|
}
|
||
|
?>
|