mirror of
				https://github.com/smarty-php/smarty.git
				synced 2025-10-30 20:01:37 +01:00 
			
		
		
		
	sync with en (thanks to mattes)
This commit is contained in:
		| @@ -1,12 +1,31 @@ | ||||
| <?xml version="1.0" encoding="iso-8859-1"?> | ||||
| <!-- $Revision$ --> | ||||
| <!-- EN-Revision: 1.1 Maintainer: andreas Status: ready --> | ||||
| <!-- EN-Revision: 1.5 Maintainer: andreas Status: ready --> | ||||
|   <sect1 id="variable.debugging"> | ||||
|    <title>$debugging</title> | ||||
|    <para> | ||||
|     Aktiviert die <link linkend="chapter.debugging.console">Debugging Konsole</link>. | ||||
|     Die Konsole besteht aus einem Javascript-Fenster, welches Informationen zum | ||||
|     momentan geladenen Template und den zugewiesenen Variablen enthält. | ||||
|    </para> | ||||
|  | ||||
|    <para> | ||||
|     Die Konsole besteht aus einem Javascript-Popup-Fenster, | ||||
|     welches Informationen über <link linkend="language.function.include">eingebundene Templates</link>, | ||||
|     von PHP <link linkend="api.assign">zugewiesene</link> Variablen | ||||
|     und <link linkend="language.config.variables">Variablen aus Konfigurationsdateien</link> enthält. | ||||
|     Die Konsole zeigt keine Variablen an, die innerhalb des Templates mit | ||||
|     <link linkend="language.function.assign">{assign}</link> zugewiesen wurden. | ||||
|    </para> | ||||
|  | ||||
|    <para>Lesen Sie <link linkend="variable.debugging.ctrl">$debugging_ctrl</link> | ||||
|     um zu sehen wie Sie das Debugging über einen Parameter in der URL aktivieren können. | ||||
|    </para> | ||||
|  | ||||
|    <para> | ||||
|     Siehe auch | ||||
|     <link linkend="language.function.debug">{debug}</link>, | ||||
|     <link linkend="variable.debug.tpl">$debug_tpl</link>, | ||||
|     und | ||||
|     <link linkend="variable.debugging.ctrl">$debugging_ctrl</link> | ||||
|    </para> | ||||
| </sect1> | ||||
| <!-- Keep this comment at the end of the file | ||||
|   | ||||
		Reference in New Issue
	
	Block a user