| 
									
										
										
										
											2004-04-13 11:47:32 +00:00
										 |  |  |  | <?xml version="1.0" encoding="iso-8859-1"?> | 
					
						
							|  |  |  |  | <!-- $Revision$ --> | 
					
						
							| 
									
										
										
										
											2005-12-04 21:46:10 +00:00
										 |  |  |  | <!-- EN-Revision: 1.4 Maintainer: yannick Status: ready --> | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-12-26 17:02:12 +00:00
										 |  |  |  | <refentry id="api.config.load"> | 
					
						
							|  |  |  |  |  <refnamediv> | 
					
						
							| 
									
										
										
										
											2005-12-04 21:46:10 +00:00
										 |  |  |  |   <refname>config_load()</refname> | 
					
						
							|  |  |  |  |   <refpurpose>Charge les donn<6E>es d'un fichier de configuration et les assigne au template</refpurpose> | 
					
						
							| 
									
										
										
										
											2004-12-26 17:02:12 +00:00
										 |  |  |  |  </refnamediv> | 
					
						
							|  |  |  |  |  <refsect1> | 
					
						
							| 
									
										
										
										
											2005-12-04 21:46:10 +00:00
										 |  |  |  |   <title>Description</title> | 
					
						
							| 
									
										
										
										
											2004-12-26 17:02:12 +00:00
										 |  |  |  |   <methodsynopsis> | 
					
						
							|  |  |  |  |    <type>void</type><methodname>config_load</methodname> | 
					
						
							|  |  |  |  |    <methodparam><type>string</type><parameter>file</parameter></methodparam> | 
					
						
							|  |  |  |  |    <methodparam choice="opt"><type>string</type><parameter>section</parameter></methodparam> | 
					
						
							|  |  |  |  |   </methodsynopsis> | 
					
						
							| 
									
										
										
										
											2004-05-23 15:50:53 +00:00
										 |  |  |  |   <para> | 
					
						
							| 
									
										
										
										
											2005-05-25 16:49:34 +00:00
										 |  |  |  |    Utilis<69>e pour charger des donn<6E>es d'un <link linkend="config.files">fichier | 
					
						
							|  |  |  |  |    de configuration</link> et les assigner a un template. Cette fonction fonctionne | 
					
						
							| 
									
										
										
										
											2004-12-26 17:02:12 +00:00
										 |  |  |  |    exactement comme la fonction de template <link | 
					
						
							| 
									
										
										
										
											2005-05-25 16:49:34 +00:00
										 |  |  |  |    linkend="language.function.config.load">{config_load}</link>. | 
					
						
							| 
									
										
										
										
											2004-05-23 15:50:53 +00:00
										 |  |  |  |   </para> | 
					
						
							| 
									
										
										
										
											2004-12-26 17:02:12 +00:00
										 |  |  |  |   <note> | 
					
						
							|  |  |  |  |    <title>Note technique</title> | 
					
						
							|  |  |  |  |    <para> | 
					
						
							|  |  |  |  |     Comme pour Smarty 2.4.0, les variables de templates assign<67>es | 
					
						
							| 
									
										
										
										
											2005-05-25 16:49:34 +00:00
										 |  |  |  |     sont conserv<72>es entre chaque appel <20>  | 
					
						
							|  |  |  |  |     <link linkend="api.fetch">fetch()</link> et  | 
					
						
							|  |  |  |  |     <link linkend="api.display">display()</link>. | 
					
						
							| 
									
										
										
										
											2004-12-26 17:02:12 +00:00
										 |  |  |  |     Les variables de configuration charg<72>es avec config_load() sont | 
					
						
							|  |  |  |  |     globales. Les fichiers de configuration sont aussi compil<69>s pour une | 
					
						
							|  |  |  |  |     ex<65>cution plus rapide et respecte les r<>glages de <link | 
					
						
							| 
									
										
										
										
											2005-05-25 16:49:34 +00:00
										 |  |  |  |     linkend="variable.force.compile">$force_compile</link> et de <link | 
					
						
							|  |  |  |  |     linkend="variable.compile.check">$compile_check</link>. | 
					
						
							| 
									
										
										
										
											2004-12-26 17:02:12 +00:00
										 |  |  |  |    </para> | 
					
						
							|  |  |  |  |   </note> | 
					
						
							|  |  |  |  |   <example> | 
					
						
							| 
									
										
										
										
											2005-12-04 21:46:10 +00:00
										 |  |  |  |    <title>Exemple avec config_load()</title> | 
					
						
							| 
									
										
										
										
											2004-12-26 17:02:12 +00:00
										 |  |  |  |    <programlisting role="php"> | 
					
						
							|  |  |  |  | <![CDATA[ | 
					
						
							|  |  |  |  | <?php | 
					
						
							| 
									
										
										
										
											2004-04-13 11:47:32 +00:00
										 |  |  |  | // charge les variables de configuration et les assigne | 
					
						
							|  |  |  |  | $smarty->config_load('my.conf'); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | // charge une section | 
					
						
							| 
									
										
										
										
											2004-12-26 17:02:12 +00:00
										 |  |  |  | $smarty->config_load('my.conf','foobar'); | 
					
						
							|  |  |  |  | ?> | 
					
						
							|  |  |  |  | ]]> | 
					
						
							|  |  |  |  |    </programlisting> | 
					
						
							|  |  |  |  |   </example> | 
					
						
							| 
									
										
										
										
											2005-05-25 16:49:34 +00:00
										 |  |  |  |   <para> | 
					
						
							|  |  |  |  |    Voir aussi | 
					
						
							|  |  |  |  |    <link linkend="language.function.config.load">{config_load}</link>, | 
					
						
							| 
									
										
										
										
											2005-12-04 21:46:10 +00:00
										 |  |  |  |    <link linkend="api.get.config.vars">get_config_vars()</link>, | 
					
						
							| 
									
										
										
										
											2005-05-25 16:49:34 +00:00
										 |  |  |  |    <link linkend="api.clear.config">clear_config()</link> et les | 
					
						
							|  |  |  |  |    <link linkend="language.config.variables">variables de configuration</link>. | 
					
						
							|  |  |  |  |   </para> | 
					
						
							| 
									
										
										
										
											2004-12-26 17:02:12 +00:00
										 |  |  |  |  </refsect1> | 
					
						
							|  |  |  |  | </refentry> | 
					
						
							| 
									
										
										
										
											2005-12-04 21:46:10 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-04-13 11:47:32 +00:00
										 |  |  |  | <!-- 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 | 
					
						
							| 
									
										
										
										
											2005-12-04 21:46:10 +00:00
										 |  |  |  | --> |