Get Smarty

Donate

Paypal

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:

Sites Using Smarty

Advertisement

Chapter 18. Consejos y Trucos

Manipulación de Variables Vacias

Cuando usted en algunas ocaciones quiere imprimir un valor que usted defíne a una variable vacia en vez de imprimir nada, tal como imprimir " " a fin de que el plano del fondo de la tabla funcione correctamente. Muchos usarian una sentencia {if} para manejar esto, mas existe otra forma con Smarty, usando el modificador de la variable default.

Example 18.1. Imprimiendo   cuando una variable esta vacia


{* the long way *}

{if $title eq ""}
    
{else}
   {$title}
{/if}


{* the short way *}

{$title|default:" "}

    

Ver tambien default y Default Variable Handling.

Comments
No comments for this page.

Advertisement

Sponsors [info]

Sponsors