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 3051 - 3080 of 4156   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3051
Hi all, There is a new version of the core files on the SF site, meant to deal with problems in the 'conditionalParse' testing routine within the Loader. ...
Mike
starkraving2002
Offline Send Email
May 2, 2005
7:20 pm
3052
Hey guys, should I send this new version of the core files over to JCQ's tender mercies? Mike www.fusebuilder.net ... Loader. ... ...
Mike
starkraving2002
Offline Send Email
May 4, 2005
9:22 pm
3053
Uh - I haven't seen any bugs with it yet. But I haven't been actively trying to break it... Phil ... -- Kind Regards, Phillip Harrington http://philsown.org/...
Phillip Harrington
philsown
Online Now Send Email
May 4, 2005
10:12 pm
3054
Other than the <prefuseaction> <include template="qrySomething" circuit="model" /> </prefuseaction> bug... Phil ... -- Kind Regards, Phillip Harrington ...
Phillip Harrington
philsown
Online Now Send Email
May 7, 2005
7:06 pm
3055
I wish that was a bug, heh... but for now, until CF FB4.1 changes its code in the transformer, it's a feature... :p Mike www.fusebuilder.net...
Mike
starkraving2002
Offline Send Email
May 10, 2005
3:42 am
3056
I just realized that in some cases it would be convenient to be able to <set name="content['body']" value="Some String" append="true"/> where content['body']...
m2guru
Offline Send Email
May 13, 2005
4:41 pm
3057
Using curly brackets, you could easily say: <!-- set the ccv --> <include template="dspStuff" contentvariable="content['body']" /> <!-- append to it w/ set -->...
Phillip Harrington
philsown
Online Now Send Email
May 13, 2005
4:54 pm
3058
Dang it Phil!! You got here first! Mike www.fusebuilder.net ... able to ... and...
Mike
starkraving2002
Offline Send Email
May 13, 2005
5:19 pm
3059
Ya gotta get up early in the morning... :-) Phil ... -- Kind Regards, Phillip Harrington http://philsown.org/...
Phillip Harrington
philsown
Online Now Send Email
May 13, 2005
5:27 pm
3060
I've created a DevNotes plugin for PHP Fusebox 4.1. Help me test it and try it out over here - http://wd41.com/DevNotes Adam....
Adam Cantrell
ad4mc
Offline Send Email
May 13, 2005
10:57 pm
3061
I am having a tough time figuring out how to implement permissions-based security in a new website I am responsible for designing. I would like to make use of...
ee_dd_oo
Offline Send Email
May 16, 2005
7:45 pm
3062
Fusebox 4.1 makes circuit and fuseaction security super-simple. I've found for myself that the best spot for user tests are in fusebox.init.php. Here's what...
Mike
starkraving2002
Offline Send Email
May 16, 2005
8:34 pm
3063
Aweseome as always, Mike! I'm going to adapt this for a new site I'm building for a client (clients, *woot*). Phil (official member of the M&P mutual ...
Phillip Harrington
philsown
Online Now Send Email
May 16, 2005
9:23 pm
3064
Heh, thanks Phil!! There's actually a full fusebox.init.php file in the Files section of the NG that has this routine in it, encapulated into a reusable UDF. ...
Mike
starkraving2002
Offline Send Email
May 17, 2005
5:55 pm
3065
Sweet :-) You rule. Phil ... -- Kind Regards, Phillip Harrington http://philsown.org/...
Phillip Harrington
philsown
Online Now Send Email
May 17, 2005
6:03 pm
3066
OK, OK...I've been through the wringer on how to redirect in PHP. I've gone down the header("Location: $url") trail, and used all kinds of functions dug up...
Christopher Watson
skygxproject
Offline Send Email
May 19, 2005
6:15 pm
3067
Are you using the <true> tag inside your <if> tag? It's a silly question, but I forget that all the time... Phil ... -- Kind Regards, Phillip Harrington ...
Phillip Harrington
philsown
Online Now Send Email
May 19, 2005
6:33 pm
3068
... I just wanted to chime in on this as I have successfully implemented list-based security using this function. It works perfectly. Here's what I just...
m2guru
Offline Send Email
May 19, 2005
8:46 pm
3069
... OK, I think I missed that one. Could you please fill me in on the pitfalls of using (or not, whichever the case may be) the <true> tag within my <if> tag?...
Christopher Watson
skygxproject
Offline Send Email
May 19, 2005
9:54 pm
3070
Hi Christopher, At the very least you need a <true>...</true> block inside the <if>. <false> is optional, but nothing will happen without the <true> block. If...
Mike
starkraving2002
Offline Send Email
May 19, 2005
11:26 pm
3071
I was just on fusebox.org and besides noticing that they are in the midst of an update to the site, I noticed that there's a mention that the developers are ...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
May 20, 2005
11:33 am
3072
Hi Ted, When it comes to advancements, it's CF first, and PHP as a spinoff. I don't even have access to the CVS repository for the CF version so any code...
Mike
starkraving2002
Offline Send Email
May 20, 2005
1:20 pm
3073
Hi, I'm working on an FB3 to FB4 conversion and although I realize I could probably just do a straight conversion (fuse names don't change), I'm wondering if...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
May 20, 2005
6:33 pm
3074
Ted - Though nothing's carved in stone with regard to MVC organizational style, there are (generally) two "main camps". The first camp would organize the...
jeff@...
cortplayer
Offline Send Email
May 20, 2005
10:56 pm
3075
Actually, your thoughts reflect the exact nature of my confusion (but you do indeed help me clear it up). I was debating the value of doing a more formal MVC...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
May 21, 2005
10:02 am
3076
I use a hybrid design on some sites when it seems logical to do so. For example, on a film genre site I'm creating, the main circuit, news circuit, xml & db...
Michael Omar Gatto
gatto_omar
Offline Send Email
May 22, 2005
2:40 am
3077
Guys, Can Fusebox 4.1 for PHP handle the <if></if> grammar in circuit.xml.php? I ask because every time I try to use it, I get the below error (even though...
Christopher Watson
skygxproject
Offline Send Email
May 22, 2005
6:43 am
3078
Mea culpa. I found the error of my ways with regard to <if> blocks in circuit.xml.php. I was closing the opening <if> tag with an end slash. Didn't see it...
Christopher Watson
skygxproject
Offline Send Email
May 22, 2005
7:00 am
3079
Hi Ted, My apps use a hybrid MVC, where I have M and V circuits in addition to my Controller circuits. Like Jeff I don't name my public circuits 'p_something',...
Mike
starkraving2002
Offline Send Email
May 22, 2005
8:50 am
3080
You're handling <relocate/> correctly, the <if> condition can just be regular php expression, doesn't need to be surrounded with the curly brackets. <if...
Mike
starkraving2002
Offline Send Email
May 22, 2005
8:55 am
Messages 3051 - 3080 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