コード例 #1
0
ファイル: item.php プロジェクト: egregor-dev/SatCMS
 function __construct($container)
 {
     parent::__construct($container, false);
     $this->nick = 'Anonymous';
     $this->login = '******';
     $this->id = users_collection::ANONYMOUS;
     $this->active = false;
     $this->gender = 0;
     $this->level = 0;
     $this->gid = 0;
     $this->payd_user = false;
     // $this->set_container($container);
 }