source: trunk/Base/List.php@ 40

Last change on this file since 40 was 40, checked in by george, 16 years ago
  • Upraveno: Struktura souborů projektu přepracována na systém MVC.
File size: 125 bytes
Line 
1<?php
2
3class 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.