Fusebox is a programming methodology aiming to simplify the process of programming web applications. Originally created in Allaire's ColdFusion, this list is for discussing the PHP port of the methodology. Get the core files for Fusebox 3 for PHP, as well as helpful articles and other downloads at bombusbee.com. See more about Fusebox at Fusebox.org.
as a bit of additional information... for those who need nested foreach() type loops: <loop item="key1" collection="array_name_without_dollar_sign"> <loop
Fusebox5 has support for additional versions of loop. The one you're interested is below: <loop item="key" collection="arrayWithoutTheDollarSign">...</loop>
... as pure ... why or ... I've tripped across something like this in FB5. When I see it, I usually have a really bad php error. I solve it by placing die()
One way I like to loop is over an associative array with foreach(). I can't seem to get this working. I have moved up to FB5 and am using a workaround by using