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

register_block() — Registra dinamicamente bloques de funciones de plugins

Descripción

void register_block(string name,
                    mixed impl,
                    bool cacheable,
                    mixed cache_attrs);

Use este para registrar dinámicamente bloques de funciones de plugins. Pase el bloque de nombres de función, seguido por una llamada de función PHP que implemente esto.

La llamada de una funcion-php impl puede ser cualquier (a) cadena conteniendo el nombre de la función o (b) un arreglo con el formato array(&$object, $method) con &$object siendo la referencia a un objeto y $method siendo una cadena conteniendo el nombre del método o (c) un arreglo con el formato array(&$class, $method) con $class siendo un nombre de clase y $method siendo un método de esta clase.

cacheable y cache_attrs pueden ser omitidos en la mayoria de los casos. Vea Controlando modos de salida de cache de los plugins para saber como usar las propiedades.

Example 13.22. register_block()


<?php
$smarty->register_block('translate', 'do_translation');

function do_translation ($params, $content, &$smarty, &$repeat) 
{
  if (isset($content)) {
    $lang = $params['lang'];
    // do some translation with $content
    return $translation;
  }
}
?>

   

Donde el template es:


{* template *}
{translate lang="br"}
Hello, world!
{/translate}

   

Ver también unregister_block() y Plugin Block Functions.

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 3 plus 11? (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