source:
trunk/www/Module/Cluster/ModelList.php
| Last change on this file was 95, checked in by , 11 years ago | |
|---|---|
| File size: 159 bytes | |
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | include_once(dirname(__FILE__).'/../../Base/Model.php'); |
| 4 | |
| 5 | class ClusterList extends Model |
| 6 | { |
| 7 | function Add() |
| 8 | { |
| 9 | } |
| 10 | |
| 11 | function Remove() |
| 12 | { |
| 13 | } |
| 14 | } |
Note:
See TracBrowser
for help on using the repository browser.
