mirror of
				https://github.com/smarty-php/smarty.git
				synced 2025-11-04 06:11:37 +01:00 
			
		
		
		
	Sorry for such a big commit, but this should be done only once. And please, don't kill me if I did a stupid thing :)
		
			
				
	
	
		
			47 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="windows-1251"?>
 | 
						|
<!-- $Revision$ -->
 | 
						|
<!-- EN-Revision: 1.1 Maintainer: freespace Status: ready -->
 | 
						|
<sect1 id="language.function.php">
 | 
						|
 <title>php</title>
 | 
						|
 <para>
 | 
						|
  Òýã php ïîçâîëÿåò âñòàâëÿòü php êîä ïðÿìî â øàáëîí. Îí íå
 | 
						|
  áóäåò êàê-ëèáî èçìåíåí, íåçàâèñèìî îò <link
 | 
						|
  linkend="variable.php.handling">$php_handling</link> íàñòðîåê.
 | 
						|
  Ýòîò òýã òîëüêî äëÿ ïðîäâèíóòûõ ïîëüçîâàòåëåé, òàê êàê îáû÷íî
 | 
						|
  íå òðåáóåòñÿ.
 | 
						|
 </para>
 | 
						|
 <example>
 | 
						|
 <title>òýã php</title>
 | 
						|
 <programlisting>
 | 
						|
<![CDATA[
 | 
						|
{php}
 | 
						|
		// ïîäêëþ÷åíèå php ñêðèïòà ïðÿìî
 | 
						|
		// èç øàáëîíà
 | 
						|
		include("/path/to/display_weather.php");
 | 
						|
{/php}
 | 
						|
]]>
 | 
						|
  </programlisting>
 | 
						|
 </example>
 | 
						|
</sect1>
 | 
						|
<!-- Keep this comment at the end of the file
 | 
						|
Local variables:
 | 
						|
mode: sgml
 | 
						|
sgml-omittag:t
 | 
						|
sgml-shorttag:t
 | 
						|
sgml-minimize-attributes:nil
 | 
						|
sgml-always-quote-attributes:t
 | 
						|
sgml-indent-step:1
 | 
						|
sgml-indent-data:t
 | 
						|
indent-tabs-mode:nil
 | 
						|
sgml-parent-document:nil
 | 
						|
sgml-default-dtd-file:"../../../../manual.ced"
 | 
						|
sgml-exposed-tags:nil
 | 
						|
sgml-local-catalogs:nil
 | 
						|
sgml-local-ecat-files:nil
 | 
						|
End:
 | 
						|
vim600: syn=xml fen fdm=syntax fdl=2 si
 | 
						|
vim: et tw=78 syn=sgml
 | 
						|
vi: ts=1 sw=1
 | 
						|
-->
 | 
						|
 |