source: branches/mvc/Base/List.php

Last change on this file was 40, checked in by george, 15 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.