csSettings.class.php 341 Bytes
Newer Older
Яков's avatar
first  
Яков committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php

/**
 * csSettings 
 * Shell class for extending the base csSettings class
 * 
 * @uses csSettings
 * @package 
 * @version $id$
 * @copyright 2006-2007 Brent Shaffer
 * @author Brent Shaffer <bshaffer@centresource.com> 
 * @license See LICENSE that came packaged with this software
 */
class csSettings extends BasecsSettings
{
}

?>