Пример #1
0
 public function __construct()
 {
     $cls_config = new clsConfig();
     $this->m_userFolder = $cls_config->GetUserFolder();
     $this->MakeFolder($this->m_userFolder);
 }