$factory->fromArrayPrefixed()

$factory->fromArrayPrefixed() -- fromArrayPrefixed - takes a multi dimensional array, and builds the 'xxx[sss][xx]' => value

Synopsis

require_once 'Flexy/Factory.php';

array HTML_Template_Flexy_Factory::fromArrayPrefixed (array $prefix, array $ar [, optional $ret = array()])

Description

This package is not documented yet.

Parameter

Return value

return Array of HTML_Template_Flexy_Elements

Throws

throws no exceptions thrown

Note

This function can not be called statically.