Ignore:
Timestamp:
Aug 4, 2009, 9:53:52 AM (15 years ago)
Author:
george
Message:
  • Upraveno: Definice formulářů a tabulek ze souboru form_classes.php byly rozděleny do odpovídajících souborů ve složce view.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/common/table.php

    r54 r56  
    1111  var $TotalRowCount;
    1212 
    13   function __construct($ClassName)
     13  function __construct($FormClass)
    1414  {
    15     global $FormClasses;
    16 
    17     $this->Definition = &$FormClasses[$ClassName];   
     15    $this->Definition = $FormClass;   
    1816    $this->QueryParameters = array();
    1917  }
Note: See TracChangeset for help on using the changeset viewer.