... That is a great idea. My first app would be a blogger, but I see that you've already done that one. So, my next idea would be a good calendar app (as far...
... Heh, that's one of the reasons I'm wireframing and architecting my apps in FuseBuilder... because the architecting is non-platform specific I can just...
... over ... I don't necessarily think it's a bad thing to present an existing idea using FB41 to execute it... it would essentially be like giving them a new...
... Yeah, I thought about this after sending it out this morning and I think you're right. Rehashing a popular app wouldn't be a bad thing at all, especially...
Maybe this is a dumb question. I have PHP set up with display_errors Off and log_errors On. When I have an error in a PHP page that is not in fusebox, the...
This is probably the @include( ... fuse file ) lines in the parser. Should we go back to if(file_exists( ... fuse file ... )) ? Phil ... -- Kind Regards, ...
Question for you experienced PHP/FB4 developers: Do any of you use PEAR, Smarty, or put files outside of the webroot? If so, how do those tools tend to work...
I uses PHPFB4 and Smarty and it works perfectly for me. I like my template directory structure to replicate my circuit directory structure, so I have extended...
... I am very jealous. I love FBX3 (though I'm probably only using about 1/2 of what it can do) and I've really enjoyed using Smarty ... I've never merged the...
... it was ... it, what ... Point taken, Geoff, As far as "terms" go, FB4 hasn't really added anything new, unless you haven't used "MVC" before, but even that...
All very helpful, Mike, thanks - and it re-enforced my belief that I understand the purpose of Fusebox in general. In my fusebox apps, I have followed the...
... and I can ... easier, ... Hi Geoff, Here are some comparisons between FB3 and 4: - An FB4x app in "production" mode is blazing fast because the runtime ...
Mike, This is all immensely helpful. It'll take a bit to digest, but it's quite a bit more clear now and I truly appreciate your time. <snip> In FB4, through...
... The dumb questions are the ones that are unasked. There is one circuit.xml.php (or circuit.xml) file per every circuit in your appliction. In your...
... Okay, that makes sense, so instead of fbx_Switch I have a circuit.xml. The fog is beginning to lift, the dimmer switch is being turned brighter, there is a...
In ColdFusion, you setup a query by naming it: <cfquery name="getAuthors" dbtype="query"> // your sql here </cfquery> so in PHP FBX4, if I wanted to <loop...
... Switching examples for a second (because I'm working on an MVC app right now, and it's open for editing :P ), here's a circuit schematic for a CMS app I'm...
... differently in ... If you're working procedurally, it's the name of the query resource object created in your qry_ fuse. Say your qry fuse has this: ...
... Not that I'm an expert, but I do use FB4 in production ( I know, save me the warnings.....;-) I have it something similar as above for most of my setups: ...
Originally I asked about how Fusebox4 knows the name of your query... Mike said, ... So it's simply the string name of the variable? That's logical. ... You've...
Have to read the changelogs to see what all is new, but the short-list is a UDF used by the Parser that will make it easier for developers to create their own...
Yes you are making sense. Here's the thing (and someone please shout me down if I'm wrong): All of the exmples so far are valid/technically accurate fusebox....
<snip author="phil"> There really isn't a wrong way. It's whatever works best for you. </snip> Understood. With that said, I am additionally using this...
... That is what I found out as well. There is not really a wrong way, but you can do think about simplifying the way your flow goes. I found maybe 10...
The Techspedition sample chapter on XML Files has a list of the verbs... but are there any other docs including allowed attributes with their possible vales...
Just wanted to report a few new things I learned this afternoon. First, I have a FBX3 app with four circuits and a handful of fuseactions in each already...