Vertaling van "CApplication" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Vor-Initialisieren der Anwendung mit CApplication::preinit()
Falls eine Anwendungskomponente unmittelbar nach der Anwendungsinstanz erzeugt werden muss, sollte der Anwender sie in der Eigenschaft CApplication::preload aufführen.
If an application component needs to be created right after the application instance is created, it should require the user to list its ID in the CApplication::preload property.
Dazu setzen Sie die Eigenschaft CApplication::localeDataPath auf das Verzeichnis, dass die angepassten Locale-Daten enthält.
To do so, configure the CApplication::localeDataPath property with the directory that contains the customized locale data.
Der Pfad kann über CApplication::extensionPath angepasst werden.
It can be customized via CApplication::extensionPath.
Um die Bearbeitung des aktuellen Requests explizit zu beenden, rufen Sie CApplication::end() statt die() oder exit() auf, da CApplication::end() das onEndRequest-Event auslöst und somit Nachrichten ordnungsgemäß geloggt werden können.
To explicitly terminate the processing of the current request, call CApplication::end() instead of die() or exit(), because CApplication::end() will raise the onEndRequest event so that the messages can be properly logged.
Konfigurieren Sie CApplication::sourceLanguage und CApplication::language.
Configure CApplication::sourceLanguage and CApplication::language.