Ignore:
Timestamp:
Mar 13, 2012, 4:08:31 PM (13 years ago)
Author:
chronos
Message:
  • Upraveno: Seznam závislostí modulů načítán do samostatné tabulky.
  • Upraveno: V základu načíst jen základní moduly a umožnit doinstalaci dalších.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Modular/Modules/Member/Member.php

    r379 r398  
    4040    $this->AddPropertyBoolean('Blocked');
    4141  }
     42}
     43
     44class MemberUser extends Model
     45{
     46  function __construct($Database, $System)
     47  {
     48    parent::__construct($Database, $System);
     49    $this->Name = 'MemberUser';
     50    $this->Parent = 'User';
     51    $this->AddPropertyOneToMany('Member', 'Member', true);
     52  }   
    4253}
    4354
Note: See TracChangeset for help on using the changeset viewer.