/plugins/builtin/functions/include.php

Description

Inserts another template into the current one

  * file : the resource name of the template
  * cache_time : cache length in seconds
  * cache_id : cache identifier for the included template
  * compile_id : compilation identifier for the included template
  * data : data to feed into the included template, it can be any array and will default to $_root (the current data)
  * assign : if set, the output of the included template will be saved in this variable instead of being output
  * rest : any additional parameter/value provided will be added to the data array
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

This file is released under the LGPL "GNU Lesser General Public License" More information can be found here: http://www.gnu.org/copyleft/lesser.html

Functions
Dwoo_Plugin_include (line 30)
void Dwoo_Plugin_include (Dwoo $dwoo,  $file, [ $cache_time = null], [ $cache_id = null], [ $compile_id = null], [ $data = '_root'], [ $assign = null], [ $rest = array()])
  • Dwoo $dwoo
  • $file
  • $cache_time
  • $cache_id
  • $compile_id
  • $data
  • $assign
  • array $rest

Documentation generated on Sun, 03 Aug 2008 15:12:39 +0200 by phpDocumentor 1.4.0