Search the web
Sign In
New User? Sign Up
PHP-fusebox · Fusebox methodologies in PHP
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2919 - 2948 of 4156   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2919
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 ...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
Mar 9, 2005
6:30 pm
2920
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...
Mike
starkraving2002
Online Now Send Email
Mar 9, 2005
7:12 pm
2921
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...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
Mar 9, 2005
7:20 pm
2922
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...
David Eleuterius
david_eleute...
Offline Send Email
Mar 9, 2005
9:05 pm
2923
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 ...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
Mar 9, 2005
9:11 pm
2924
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 ...
Phillip Harrington
philsown
Offline Send Email
Mar 9, 2005
9:14 pm
2925
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 ...
Philippe Back (High O...
PhilippeBack
Offline Send Email
Mar 9, 2005
9:25 pm
2926
You are not alone :-) Thanks for this !...
Gregory Hedo
ghedo
Offline Send Email
Mar 10, 2005
10:50 am
2927
me too :) Thanks Ted!...
Anthony Cooper
anthonyjohnc...
Offline Send Email
Mar 10, 2005
4:00 pm
2928
I use FuseBuilder for the heavy lifting, and CFStudio to fill in the cracks, heh Mike www.fusebuilder.net...
Mike
starkraving2002
Online Now Send Email
Mar 10, 2005
6:42 pm
2929
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...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
Mar 10, 2005
11:24 pm
2930
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 ... ...
Phillip Harrington
philsown
Offline Send Email
Mar 11, 2005
12:00 am
2931
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...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
Mar 11, 2005
12:43 am
2932
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/...
Phillip Harrington
philsown
Offline Send Email
Mar 11, 2005
4:53 am
2933
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...
Mike
starkraving2002
Online Now Send Email
Mar 11, 2005
6:54 pm
2934
What Mike said... That's what I meant... Hey, I have the flu here people! :-P Phil ... -- Kind Regards, Phillip Harrington http://philsown.org/...
Phillip Harrington
philsown
Offline Send Email
Mar 11, 2005
7:09 pm
2935
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...
Ryan Hagan
ryan_hagan
Offline Send Email
Mar 15, 2005
10:08 pm
2936
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']: ...
Phillip Harrington
philsown
Offline Send Email
Mar 15, 2005
10:19 pm
2937
If I deploy PHP Fusebox 4.1 on a PHP 5 installation will any of these non-backwards-compatible changes affect the core files? ...
skyegior
Offline Send Email
Mar 16, 2005
4:18 pm
2938
Hey group, I wrote a quick little plugin that tracks the time it takes for each and all fuses in a request to run. You can grab it here: ...
Ryan Hagan
ryan_hagan
Offline Send Email
Mar 16, 2005
4:47 pm
2939
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 ... ...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
Mar 16, 2005
5:39 pm
2940
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...
Mindaugas Pelionis
kewlariuz
Offline Send Email
Mar 16, 2005
8:25 pm
2941
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...
Mike
starkraving2002
Online Now Send Email
Mar 17, 2005
7:29 am
2942
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...
Ryan Hagan
ryan_hagan
Offline Send Email
Mar 17, 2005
1:07 pm
2943
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...
Ryan Hagan
ryan_hagan
Offline Send Email
Mar 17, 2005
1:55 pm
2944
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 ...
Cassiano
cassianorabelo
Offline Send Email
Mar 18, 2005
1:50 pm
2945
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,...
Phillip Harrington
philsown
Offline Send Email
Mar 18, 2005
8:11 pm
2946
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...
Mike
starkraving2002
Online Now Send Email
Mar 19, 2005
6:44 am
2947
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! ...
Mike
starkraving2002
Online Now Send Email
Mar 19, 2005
6:53 pm
2948
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...
Cassiano
cassianorabelo
Offline Send Email
Mar 20, 2005
2:57 am
Messages 2919 - 2948 of 4156   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help