function __construct($domain, $protocol = 'http')
 {
     // Cache
     $this->arrays['spaces'] = NULL;
     $this->arrays['space'] = NULL;
     $this->arrays['manuals'] = NULL;
     $this->arrays['manual'] = NULL;
     $this->arrays['lesson'] = NULL;
     // Initialize parent
     parent::__construct($domain, $protocol);
 }