Implements interfaces:
Similar to the php for block
* name : for name to access it's iterator variables through {$.for.name.var} see http://wiki.dwoo.org/index.php/IteratorVariables for details * from : array to iterate from (which equals 0) or a number as a start value * to : value to stop iterating at (equals count($array) by default if you set an array in from) * step : defines the incrementation of the pointer at each iterationThis 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.
Located in /plugins/builtin/blocks/for.php (line 22)
Dwoo_Plugin | --Dwoo_Block_Plugin | --Dwoo_Plugin_for
Inherited from Dwoo_Block_Plugin
Dwoo_Block_Plugin::$buffer
Inherited from Dwoo_Plugin
Dwoo_Plugin::$dwoo
Inherited From Dwoo_Block_Plugin
Dwoo_Block_Plugin::buffer()
Dwoo_Block_Plugin::end()
Dwoo_Block_Plugin::postProcessing()
Dwoo_Block_Plugin::preProcessing()
Dwoo_Block_Plugin::process()
Inherited From Dwoo_Plugin
Dwoo_Plugin::__construct()
Dwoo_Plugin::paramsToAttributes()
Documentation generated on Sat, 18 Jul 2009 21:05:03 +0200 by phpDocumentor 1.4.0