| 
									
										
										
										
											2004-04-13 11:47:32 +00:00
										 |  |  |  | <?xml version="1.0" encoding="iso-8859-1"?> | 
					
						
							|  |  |  |  | <!-- $Revision$ --> | 
					
						
							| 
									
										
										
										
											2006-10-14 04:29:44 +00:00
										 |  |  |  | <!-- EN-Revision: 1.1 Maintainer: nobody Status: ready -->      | 
					
						
							|  |  |  |  | <sect1 id="api.assign.by.ref"> | 
					
						
							| 
									
										
										
										
											2004-04-13 11:47:32 +00:00
										 |  |  |  |       <title>assign_by_ref</title> | 
					
						
							|  |  |  |  |       <funcsynopsis> | 
					
						
							|  |  |  |  |        <funcprototype> | 
					
						
							|  |  |  |  |         <funcdef>void <function>assign_by_ref</function></funcdef> | 
					
						
							|  |  |  |  |         <paramdef>string <parameter>varname</parameter></paramdef> | 
					
						
							|  |  |  |  |         <paramdef>mixed <parameter>var</parameter></paramdef> | 
					
						
							|  |  |  |  |        </funcprototype> | 
					
						
							|  |  |  |  |       </funcsynopsis> | 
					
						
							|  |  |  |  |       <para> | 
					
						
							|  |  |  |  | 	   Isso <20> usado para fixar valores para o template por refer<65>ncia ao inv<6E>s de fazer uma c<>pia. | 
					
						
							|  |  |  |  | 	   Veja o manual do PHP na parte sobre refer<65>ncia de vari<72>veis para uma explana<6E><61>o mais detalhada. | 
					
						
							|  |  |  |  |       </para> | 
					
						
							|  |  |  |  | 	  <note> | 
					
						
							|  |  |  |  | 	  <title>Notas T<>cnicas</title> | 
					
						
							|  |  |  |  | 	  <para> | 
					
						
							|  |  |  |  | 	   Isso <20> usado para fixar valores para o template por refer<65>ncia. | 
					
						
							|  |  |  |  | 	   Se voc<6F> fixar uma vari<72>vel por refer<65>ncia e ent<6E>o alterar o valor dela, | 
					
						
							|  |  |  |  | 	   o valor fixado enxergar<61> o valor alterado tamb<6D>m. | 
					
						
							|  |  |  |  | 	   Para objetos, assign_by_ref() tamb<6D>m restringe uma c<>pia de objetos fixados | 
					
						
							|  |  |  |  | 	   em mem<65>ria. | 
					
						
							|  |  |  |  | 	   Veja o manual do php em refereciando vari<72>veis para uma melhor explana<6E><61>o.    | 
					
						
							|  |  |  |  | 	  </para> | 
					
						
							|  |  |  |  | 	  </note> | 
					
						
							|  |  |  |  |       <example> | 
					
						
							|  |  |  |  |        <title>assign_by_ref</title> | 
					
						
							|  |  |  |  |        <programlisting> | 
					
						
							|  |  |  |  | // passing name/value pairs | 
					
						
							|  |  |  |  | $smarty->assign_by_ref("Name",$myname); | 
					
						
							|  |  |  |  | $smarty->assign_by_ref("Address",$address);</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 | 
					
						
							|  |  |  |  | --> |