Ignore:
Timestamp:
Nov 24, 2009, 9:13:38 AM (14 years ago)
Author:
george
Message:
  • Upraveno: Přepracován základový webový systém
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Base/Types/Base.php

    r40 r42  
    11<?php
    22
    3 class TypeBase extends Module
     3class TypeBase
    44{
     5  var $System;
    56  var $DatabaseCompareOperators = array();
     7
     8  function __construct($System)
     9  {
     10    $this->System = $System;
     11  }
    612
    713  function OnView($Item)
Note: See TracChangeset for help on using the changeset viewer.