Get Smarty

Smarty Icon

You may use the Smarty logo according to the trademark notice.

Smarty Template Engine Smarty Template Engine

For sponsorship, advertising, news or other inquiries, contact us at:

Check reviews of PHP Web Hosting, compatible with Smarty Templates

Name

append() — agregando elementos a una matriz asignada

Descripción

void append(mixed var);
void append(string varname,
            mixed var,
            bool merge);

Este es usado para adicionar un elemento en un arreglo asignado. Si usted adiciona una cadena como valor, este se convertira en un valor del arreglo y entonces lo adiciona. Usted puede explicitamente pasar pares de nombres/valores, o arreglos asociativos conteniendo los pares nombre/valor. Si usted pasa el tercer parámetro opcional como true, el valor se únira al arreglo actual en vez de ser adicionado.

Nota Tecnica

El parametro merge es la llave respectiva del arreglo, asi si usted asocia dos arreglos indexados numericamente, estos se sobre escriben uno al otro o tener como resultado llaves no-secuenciales. Este es diferente a la funcion array_merge() de PHP la cual limpia las llaves numericas y las vuelve a renumerar.

Example 13.1. append


<?php
// passing name/value pairs
$smarty->append("Name", "Fred");
$smarty->append("Address", $address);

// passing an associative array
$smarty->append(array('city' => 'Lincoln', 'state' => 'Nebraska'));
?>

   

Ver también append_by_ref(), assign() y get_template_vars()

Comments
No comments for this page.
Post a Comment
All comments are moderated. Support questions are ignored, use the forums instead.
Author:
Email: (not shown)
What is 9 plus 0? (Are you human?)

Sponsors [info]

Cheap Website Hosting @hostdone.com
email marketing @ActiveCampaign
broadband deals @BroadbandGenie
Best UK Web Hosting @webhost.uk.net
Reliable UK and US Web Hosting @rshosting.com
Cheap US and UK Web Hosting @infrenion.com
I.T Certification Exams @pass-guaranteed.com
Certification Practice Tests @firsttrycertify.com
Certification Practice Exam Questions @ace-it-certifications.com
Broadband Speed Test @broadbandspeed.co.uk
bulk email software @americaint.com
ASP.NET hosting @aspnethosting.co.uk