function __construct()
 {
     parent::__construct();
     $this->oDb = new BxDolStudioLanguagesQuery();
     $this->sJsObject = 'oBxDolStudioLanguages';
     $this->sLangPrefix = 'lang';
     $this->sTemplPrefix = 'lang';
     $this->sParamPrefix = 'lang';
 }
 function __construct()
 {
     parent::__construct();
     $this->oDb = new BxDolStudioDesignsQuery();
     $this->sJsObject = 'oBxDolStudioDesigns';
     $this->sLangPrefix = 'dsn';
     $this->sTemplPrefix = 'dsn';
     $this->sParamPrefix = 'dsn';
 }