source:
branches/mvc/Base/List.php
| Last change on this file was 40, checked in by , 16 years ago | |
|---|---|
| File size: 125 bytes | |
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | class ItemList extends Module |
| 4 | { |
| 5 | var $Table; |
| 6 | |
| 7 | function Add($Item) |
| 8 | { |
| 9 | } |
| 10 | |
| 11 | function Delete($Id) |
| 12 | { |
| 13 | |
| 14 | } |
| 15 | } |
Note:
See TracBrowser
for help on using the repository browser.
