Hi, I just uploaded a glossary of FB 4.1 structures and variables for BBEdit. I don't know how many other Macintosh users there are on this list, but if there ...
Hi Ted, thanks for taking the time to create this! Is it something that is PHP-specific? Do you think it's generic enough that it could be promoted into an...
Well gee, uh, yeah it is PHP specific, I could probably make cfm, et al versions of it, but let's start with PHP and see where it goes. For those of you...
As an afterthought on Ted's BBEDit message I was wondering what everyone on the list uses for editing when writing Fusebox apps. I use Dreamweaver MX 2004 and...
I just read my own reply and realized I may have sounded condescending. I certainly hope Mike didn't take offense... That was just me writing what I was ...
I'm a HomeSite guy having used CFStudio for so long. :-( Phil On Wed, 09 Mar 2005 15:05:13 -0600, David Eleuterius ... -- Kind Regards, Phillip Harrington ...
PHP Expert Editor from Ankord. It includes a debugger for PHP, which is really nice. /Phil Back ... From: Phillip Harrington To: PHP-fusebox@yahoogroups.com ...
I experienced my first Fusebox loop this afternoon as a result of too many DO verbs (DO1 called DO2 which called DO3 which called DO1). It made me wonder if an...
If you do do1 which does do2 which does do3 which does do1, isn't that an endless loop? Phil On Thu, 10 Mar 2005 15:24:03 -0800 (PST), Ted Stresen-Reuter ... ...
Yes, that's what I'm saying. I created an infinite loop due to my dependence on DO rather than architecting the application according to a more reliable...
Oh. Well, don't do that :-) Phil On Thu, 10 Mar 2005 16:43:36 -0800 (PST), Ted Stresen-Reuter ... -- Kind Regards, Phillip Harrington http://philsown.org/...
As always, sage advice from Phil... ;) I think you'll find that DOs are actually very useful, especially if you want to create reusable routines. The main...
Hey guys, Got a quick one for you. I'm using FB41 and I've replaced the Globals plugin with the fusebox.init.php file. In development mode, this works just...
The $fb_ variable shouldn't be referenced by a developer at all. It's an internal variable for fusebox's own use. You want to use $application['fusebox']: ...
Ryan, That is very cool, and VERY helpful! Thank you so much!!! I certainly hope to be able to contribute something as useful as this. Ted Stresen-Reuter ... ...
No, the core files aren't affected by these changes. I've tested a few of my PHPFB4.1-based applications on a PHP 5 installation and everything worked just...
Ryan, great work! I haven't tried it out yet, but does it tie the output of the time tracking to the mode of the application? If not, it would be sweet if the...
Hey Mike, Those are all really great ideas. I'll go ahead and implement them all and post a new version this morning. If anyone else has any ideas, please...
A new version with the suggested additions has been posted and works darn well. Thanks for the input. http://www.ryanhagan.net/time_tracker.zip A simple...
Hello fuseboxers, This is my first post to this list and my third day on my long jorney to learn fusebox. I have a lot of questions in my mind, but I guess ...
So, I have this not-done draft of "Part 2" that's been sitting in my database for a long time. In the interests of motivating myself to finish the damn thing,...
Hi Phil, it's about time!! Great work as usual. Another thing to remember when securing your FB4 app, is to always make sure that any circuits or fuseactions...
Hey guys, just thought I'd share the good new with you! FuseBuilder 4.1 Edition is finally available, after 9 months of development and beta testing... whew! ...
Hello Phil!! I can't find words to say how much I appreciate your help! I just wish there were more articles like yours around. Thank you very much for letting...