Jelix 1.8.8

cfunction.zone.php

Tags
subpackage

jtpl_plugin

author

Laurent Jouanneau

copyright

2006 Laurent Jouanneau

see
http://www.jelix.org
licence

GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html

Table of Contents

jtpl_cfunction_common_zone()  : string
cfunction plugin : include the content of a zone.

Functions

jtpl_cfunction_common_zone()

cfunction plugin : include the content of a zone.

jtpl_cfunction_common_zone(jTplCompiler $compiler[, mixed $params = array() ]) : string
 {zone 'myModule~myzone'}
{zone 'myModule~myzone',array('foo'=>'bar)}
Parameters
$compiler : jTplCompiler

the template compiler

$params : mixed = array()
Tags
Return values
string

the php code corresponding to the function content

Search results