Main Menu
 Login

Show your love!

"Nested" Layouts in FB4x Popular

Description:
Explanation of how layouts work in Fusebox 4 (coming from a Fusebox 3 perspective)
Last Update: :
2005/1/25 1:59
Hits:
1149
Rating:
0.00 (0 votes)

PHP Fusebox 4 Wiki Popular

Description:
Excellent resource for PHP developers using Fusebox.
Last Update: :
2005/1/9 4:19
Hits:
1059
Rating:
0.00 (0 votes)

Tracking Fuseaction times Popular

Description:
A FB 4 plugin for tracking execution times of fuseactions. This is really useful!
[From the author]
The fusebox.xml plugins should look something like this:
<plugins>
<phase name="preProcess">
</phase>
<phase name="preFuseaction">
<plugin name="TimeTrackerStart" template="time_tracker.php"/>
</phase>
<phase name="postFuseaction">
<plugin name="TimeTrackerEnd" template="time_tracker.php"/>
</phase>
<phase name="fuseactionException">
</phase>
<phase name="postProcess">
<plugin name="TimeTrackerDisplay" template="time_tracker.php"/>
</phase>
<phase name="processError">
</phase>
</plugins>
Last Update: :
2005/3/16 23:43
Hits:
2867
Rating:
9.00 (1 vote)
TedMasterWeb.com Home Page TedMasterWeb.com Home Page TedMasterWeb.com Home Page