Search the web
Sign In
New User? Sign Up
fusebox5
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 204 - 233 of 4403   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
204
... I have not yet given any estimate of a timeframe. I'm working on the new core files in my (limited) spare time and work has slowed down while I've been...
Sean Corfield
seancorfield
Offline Send Email
Apr 6, 2006
9:04 pm
205
Has there been any thought about adding something comparable to the "flash" scope in Ruby on Rails? Variables added to the flash scope are available through...
kiprainey
Offline Send Email
Apr 7, 2006
3:58 pm
206
... That would be session scope then, wouldn't it? ;) Bear in mind that ColdFusion already has a variables scope called "flash" which is used for interacting...
Sean Corfield
seancorfield
Offline Send Email
Apr 7, 2006
11:47 pm
207
Some key points 1) Session scope is memory-resident, and attached to the user until it is explicitly removed (or times out, etc). 2) In a CF framework,...
Nathan Strutz
nathan_strutz
Offline Send Email
Apr 8, 2006
6:56 am
208
One thing I like about Model-Glue is its consistent use of an explicit 'data-bus' for request generated variables (the event object). Fusebox's implicit use of...
Roger Lancefield
rlancefield
Offline Send Email
Apr 8, 2006
1:16 pm
209
... It's entirely up to Fusebox users: they could just as easily use request scope as variables scope (and some do). This isn't something the framework can (or...
Sean Corfield
seancorfield
Offline Send Email
Apr 8, 2006
6:34 pm
210
... And something you could easily do without any support from the framework... ... I generally recommend you do *not* use session replication unless you have...
Sean Corfield
seancorfield
Offline Send Email
Apr 8, 2006
6:36 pm
211
What about the attributes scope? I thought that it was comparable to the Model-Glue and Mach-II event object? Even that is just a contrivance used to put the...
Jared Rypka-Hauer
armchairdeity
Online Now Send Email
Apr 8, 2006
7:22 pm
212
... Yeah, fair point. I guess this might be an issue best dealt with by convention and explanation rather than, as you say, yet another ad hoc container. In...
Roger Lancefield
rlancefield
Offline Send Email
Apr 8, 2006
10:02 pm
213
... Today I reached a fairly major milestone: some small Fusebox 4.1 applications actually run end-to-end with the Fusebox 5 core files! I added global...
Sean Corfield
seancorfield
Offline Send Email
Apr 9, 2006
9:01 pm
214
Word!, Thanks for the update! -Chris...
cbogdewi
ingineervt
Offline Send Email
Apr 9, 2006
11:34 pm
215
... We're almost at that point: http://corfield.org/entry/Fusebox_5__Alpha_Coming_Soon Sean A Corfield An Architect's View -- http://corfield.org/ "There are...
Sean Corfield
seancorfield
Offline Send Email
Apr 10, 2006
2:19 am
216
... Stephen R. Cassady cassady@... http://www.Lopedia.com Translating business needs into working successful technology ... From:...
Stephen Cassady
cassady@...
Send Email
Apr 10, 2006
2:43 am
217
Hello, There currently is no support to call a static method of a class using the invoke verb in fusebox 4. We've developed applications using fusebox 4 for...
Ronel Sumibcay
ronelsumibcay
Offline Send Email
Apr 10, 2006
6:26 pm
218
... Bear in mind there are no static methods in ColdFusion (I don't know about PHP). ... According to the Fusebox 4.1 ColdFusion code base, that ought to work....
Sean Corfield
seancorfield
Offline Send Email
Apr 10, 2006
6:38 pm
219
Thanks Sean, I'd imagine then from <invoke class="ASingleton" methodcall="getInstance()" returnvariable="singletonInstance" /> the generated PHP code could be...
Ronel Sumibcay
ronelsumibcay
Offline Send Email
Apr 10, 2006
6:52 pm
220
... I'm not writing the PHP version of the core files, just the CFML version. Since Fusebox 5 is a complete rewrite of the core files, your diff would only...
Sean Corfield
seancorfield
Offline Send Email
Apr 10, 2006
7:10 pm
221
Hey ronel, This is probably something that should be reported on the PHP Fusebox list. You can subscribe here: http://groups.yahoo.com/group/PHP-fusebox/ ...
Ryan Hagan
ryan_hagan
Offline Send Email
Apr 10, 2006
7:14 pm
222
Hi Everyone, I just joined the group today so I apologize if I'm asking a question that's already been dealt with. Will FB 5 support clean URL's? I know we...
chrisready@...
christianrea...
Offline Send Email
Apr 10, 2006
7:17 pm
223
Use mod_rewrite. That's EXACTLY what it's designed to do, and without a .cfm extension in there somewhere before your variables, there's no way CF (or any...
Barney Boisvert
barneyboisvert
Offline Send Email
Apr 10, 2006
7:21 pm
224
Got it. Thanks for pointing me to the appropriate place. -ronel...
Ronel Sumibcay
ronelsumibcay
Offline Send Email
Apr 10, 2006
7:21 pm
225
Thanks, Barney. But I don't think mod rewrites are do-able on shared hosting environments and/or Windows servers :(...
chrisready@...
christianrea...
Offline Send Email
Apr 10, 2006
7:30 pm
226
Well the good news Chris is that you're wrong on both accounts! :) In fact, my current hosting provider offers a re-write service for shared host IIS accounts,...
Roger Lancefield
rlancefield
Offline Send Email
Apr 10, 2006
7:36 pm
227
I'm so glad I'm wrong for a change. Here's hoping I'm wrong again and again :) I'll check it out with CrystalTech and see if they can hook me up. Thanks! ...
chrisready@...
christianrea...
Offline Send Email
Apr 10, 2006
7:39 pm
228
I believe mod_rewrite for IIS is not free. What do you guys think of possibly creating a friendly URL rewriter as a servlet filter. The filter would have to...
Ronel Sumibcay
ronelsumibcay
Offline Send Email
Apr 10, 2006
7:42 pm
229
Spike Milligan has already done this, it's called friendly urls, and it's used by FarCry in particular. I don't know where to find source, except as part of...
Barney Boisvert
barneyboisvert
Offline Send Email
Apr 10, 2006
7:47 pm
230
http://www.petefreitag.com/item/286.cfm Just one URL from the few available on the web. ;) Laterz, J PS - The point of Pete's blog post is that basically there...
Jared Rypka-Hauer
armchairdeity
Online Now Send Email
Apr 10, 2006
7:48 pm
231
There's an isapi_rewrite that does similar things on IIS, though you're right about shared hosting, unless they've enable .htaccess files (or whatever IIS's...
Barney Boisvert
barneyboisvert
Offline Send Email
Apr 10, 2006
7:57 pm
232
... See also: http://corfield.org/entry/SES__Bah_Humbug That explains how I do (most of) the friendly URLs on my site - the rest use mod_rewrite in Apache (for...
Sean Corfield
seancorfield
Offline Send Email
Apr 10, 2006
8:31 pm
233
For people who are put off by the apache.org pages about how mod_rewrite is Scary Voodoo and find the rules to be confusing and frustrating to write, here's a...
Jared Rypka-Hauer
armchairdeity
Online Now Send Email
Apr 10, 2006
8:52 pm
Messages 204 - 233 of 4403   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