Ignore:
Timestamp:
Jan 19, 2012, 1:58:03 PM (13 years ago)
Author:
chronos
Message:
  • Upraveno: Jednotka Forms přetvořena na View. Namísto globální definice formulářů se nyní použije objektová definice odvozená z třídy View.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Network/Network.php

    r371 r372  
    136136    parent::__construct($Database, $System);
    137137    $this->Name = 'NetworkSubnet';
     138    $this->ModelName = 'Subnet';
    138139    $this->AddPropertyString('Name');
    139140    $this->AddPropertyString('AddressRange');
     
    155156class EmailView extends View
    156157{
    157   function __construct()
    158   {
     158  function __construct($Database)
     159  {
     160    parent::__construct($Database);
    159161    $this->Name = 'NewEmail';
    160162    $this->Title = 'Nový email';
Note: See TracChangeset for help on using the changeset viewer.