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 3426 - 3455 of 4156   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3426
I am having an issue, and I cannot figure out what is going on... I do my development using the Apache Friends XAMPP package and PHP 5.1.1 on my computer... We...
Owen Cole
tgknight
Offline Send Email
Mar 1, 2006
10:00 pm
3427
It seems that IIS (or my particular configuration) only will perform header relocates with a full url, including the protocol and server name... Once I tacked...
Owen Cole
tgknight
Offline Send Email
Mar 1, 2006
11:18 pm
3428
Hi Owen, glad you found the problem! If you're going to have to put in the full URL, I would turn it into a variable so your app is still more or less...
Mike
starkraving2002
Online Now Send Email
Mar 3, 2006
2:45 pm
3429
* changed: $application['circuits']['circuitname']['xml'] points to the correct structure now, not one layer up too high. For most apps this shouldn't make any...
Mike
starkraving2002
Online Now Send Email
Mar 3, 2006
2:59 pm
3430
I think it can be done a bit easier now: rather than have a circuit trace file for each fuseaction, we can just add a require_once into the Transformer at the...
Mike
starkraving2002
Online Now Send Email
Mar 3, 2006
3:20 pm
3431
Hi Mike, thanks for responding... I am glad I got it working also, but I approached how to handle it in a different way... My $self & $myself variables now use...
Owen Cole
tgknight
Offline Send Email
Mar 3, 2006
3:51 pm
3432
Hi All, Thanks, Mike and Ryan for the suggestions. I went ahead and made new fuseactions for each piece of content, controller and view fuseactions. In ...
Michael Omar Gatto
gatto_omar
Offline Send Email
Mar 4, 2006
6:21 am
3433
What is fusedoc? How is it used? When do we use it? Where do we use it? Why do we use it? I'm currently writing my final year application using FuseBox but ...
h_tere2000
Offline Send Email
Mar 8, 2006
5:49 pm
3434
... The fusedoc is a xml-based comment block that precedes any active code. It attempts to explain the scope and tasks of the fuse (.php file) and the...
Mike
starkraving2002
Online Now Send Email
Mar 8, 2006
6:32 pm
3435
Thanks that was a very quick and precise reply. And yeah it helped. ... The fusedoc is a xml-based comment block that precedes any active code. It attempts to...
Adrianyong
h_tere2000
Offline Send Email
Mar 8, 2006
7:10 pm
3436
Nicely explained, Mike. For further info, I recommend our explanation of Fusedoc in the context of the entire FLiP process as recorded in "Helms and Peters...
Jeff Peters
cortplayer
Offline Send Email
Mar 8, 2006
8:37 pm
3437
Experienced developers please... email me your rates and availability off-list if you want to work on a great project. Must be willing to sign an NDA and be...
Geoffrey Hoffman
m2guru
Offline Send Email
Mar 16, 2006
4:03 am
3438
Hi again, so far i'm try to block non-member for entering my site. So can i do that with "Circuit Control access"? Although i tried the adding session blocking...
h_tere2000
Offline Send Email
Mar 17, 2006
8:43 am
3439
I tried a do silly thing, as i coded the a m.block_non_member fuseaction into the prefuseaction like this <prefuseaction> <do action="m.start_session"/> <do...
h_tere2000
Offline Send Email
Mar 17, 2006
9:58 am
3440
Here is a script that I started with and expanded for my security.. http://www.fusebox.org/forums/messageview.cfm?catid=25&threadid=4048&messid=20358 ...
Owen Cole
tgknight
Offline Send Email
Mar 17, 2006
2:21 pm
3441
Mike mentioned,"Remembering that Fusebox 4.x doesn't actually enforce the permissions you set, you'd then create some sort of function that will check the...
Adrianyong
h_tere2000
Offline Send Email
Mar 17, 2006
4:36 pm
3442
Oops I'm sorry I gave you the coldfusion thread.. you probably want to look here --> http://www.fusebox.org/forums/messageview.cfm?catid=6&threadid=4277 for ...
Owen Cole
tgknight
Offline Send Email
Mar 17, 2006
4:55 pm
3443
Wow, my little security script is getting a lot of traffic! Glad it's helping other people out, heh... One last thing of note, this script will only provide a...
Mike
starkraving2002
Online Now Send Email
Mar 17, 2006
6:54 pm
3444
In a circuit, a prefuseaction gets prepended to any fuseaction executed in that circuit, either by way of the url, or <do/> from another fuseaction. The...
Mike
starkraving2002
Online Now Send Email
Mar 17, 2006
9:38 pm
3445
I've just updated the wiki faq to include the answers you're looking for because it's been on my to do list for a year now. ...
Geoffrey Hoffman
m2guru
Offline Send Email
Mar 17, 2006
10:41 pm
3446
Good one Geoff! I actually wrote both scripts, in ColdFusion first and then ported to PHP. It was based on the list-based security concept that JCQ showed us...
Mike
starkraving2002
Online Now Send Email
Mar 18, 2006
6:35 pm
3447
I understand. Let me see if I understand you correctly, you said," Prefuseactions or postfuseactions are a great way to apply circuit-wide processing, such as...
Adrianyong
h_tere2000
Offline Send Email
Mar 19, 2006
4:44 am
3448
... View\circuit.xml of the web application. If not where would you store it?.. generally speaking. ... That's a controller fuseaction. Your XFAs should...
Mike
starkraving2002
Online Now Send Email
Mar 20, 2006
8:15 pm
3449
First off, check out this (raw, un-beautified) animated demo: http://www.fusebuilder.net/live/wireframer.html This is your "classic" wireframer app, with some...
Mike
starkraving2002
Online Now Send Email
Mar 20, 2006
8:48 pm
3450
Where's Fusebox? It's much more mature than most of these Johnny-come-latelies. Why the snub? http://www.phpit.net/article/ten-different-php-frameworks/...
skyegior
Online Now Send Email
Mar 21, 2006
1:11 am
3451
I'm sure it's not a 'snub' per se, just lack of awareness... The problem is that Fusebox is directly associated with ColdFusion, and therefore is not a "real"...
Mike
starkraving2002
Online Now Send Email
Mar 21, 2006
1:47 am
3452
Makes it seem more "proprietary" (although harder to find developers) But I couldn't agree with you more. It's bizarre how few people have heard of Fusebox...
Geoffrey Hoffman
m2guru
Offline Send Email
Mar 21, 2006
2:13 am
3453
I am working w/ J2EE but frankly, fusebox is just appropriate for most apps. For CMS is do use sitellite, which has a great framework as well (also PHP). On...
Philippe Back (High O...
PhilippeBack
Offline Send Email
Mar 21, 2006
8:19 am
3454
Enter your vote today! A new poll has been created for the PHP-fusebox group: Which version of PHP fusebox are you using ? o Fusebox 4.1 o Fusebox 4.0 o...
PHP-fusebox@yahoogrou...
Send Email
Mar 21, 2006
8:32 am
3455
... There was a set of files created for FB3 for J2EE, no initiative started for FB4 that I'm aware of....
Mike
starkraving2002
Online Now Send Email
Mar 21, 2006
2:18 pm
Messages 3426 - 3455 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