Ignore:
Timestamp:
Jan 17, 2015, 9:24:47 PM (10 years ago)
Author:
chronos
Message:
  • Added: NetworkDomain table for managing multiple network domains. It is not completed and linked to real functionality yet.
  • Added: ModuleLinks and Model tables as preparation for better modules and models in-database representation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/AppModule.php

    r657 r731  
    3838  var $Id;
    3939  var $Name;
     40  var $Title;
    4041  var $Version;
    4142  var $License;
     
    6566    $this->Enabled = false;
    6667    $this->Running = false;
     68    $this->HomePage = '';
     69    $this->License = '';
     70    $this->Version = '';
     71    $this->Creator = '';
     72    $this->Description = '';
    6773    $this->Dependencies = array();
    6874    $this->Type = ModuleType::Normal;
Note: See TracChangeset for help on using the changeset viewer.