Aug 24
This lesson gets you to create a simple Helloworld fusebox4 application.
If you can’t get the application working, you can download the source files below.
This lesson gets you to create a simple Helloworld fusebox4 application.
If you can’t get the application working, you can download the source files below.
August 24th, 2004 at 3:31 am
Thanks for this quick guide. Very easy to understand. Keep up the good work!
April 10th, 2005 at 7:18 pm
I am running the PHP version of FB4.1 and wonder how to create an application.php file to require every file request goes through the index.php(cfm) file.
Can someone direct me to Fusebox/PHP resources?
May 22nd, 2005 at 12:22 pm
Just dowloaded this tutorial (which I assume was written for fusebox4) to try out fusebox4.2. Created a subfolder called main; put the circuit and dsp_helloworld.cfm file in this; added main/ to the circuit path in fusebox.xml. Bingo, it worked. Yes very exciting for me!
Thanks John.
March 11th, 2006 at 10:44 pm
I think it is a bad first lession. For example what are the "core files" and what other steps need to be taken to get the "Hello World" up and running after you downloaded the FB zip.
October 26th, 2006 at 2:41 am
Simple and consise!! Like it!
Good work!!!
January 31st, 2008 at 9:18 am
I notice the first thing you did in Lesson1 was to create the dsp_helloworld.cfm file. In building these fusebox apps, is it generally the case to begin with the display templates and then kind of backwards engineer everything? I’m new to fusebox and am just wondering how experienced developers sit down and start building the bits and pieces that make up these apps..
June 26th, 2008 at 7:14 pm
I downloaded the Lesson 1 application and ran it with no problems. Then, I added a new fuseaction of “goodbyeworld” and called it like this: http://localhost/LearnFB/lesson1/index.cfm?fuseaction=LearnFB.goodbyeworld but it didn’t work…I just saw the “Hello World” message again. Once I got to Lesson 2, I realized the issue with this…the variable “fuseactionVariable” (which is set in fusebox.xml.cfm) was set to “method”. So for my new fuseaction to work I had to call it like this: http://localhost/LearnFB/lesson1/index.cfm?method=LearnFB.goodbyeworld