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...
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 4116 - 4145 of 4156   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4116
I've committed the recent changes to the /dev repository on trac.fuseboxframework.org. I haven't really put it through its paces yet but I was able to get both...
Mike
starkraving2002
Online Now Send Email
Aug 4, 2008
7:07 pm
4117
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the PHP-fusebox group. File :...
PHP-fusebox@yahoogrou...
Send Email
Aug 4, 2008
7:09 pm
4118
Okay, I figured out what was causing the corrupted app_ data file. It was the use of PHP5 keywords in the class files, such as private $protectedVar; and...
Mike
starkraving2002
Online Now Send Email
Aug 6, 2008
4:14 pm
4119
Has anyone used the new test core files for any of their applications? I'm pretty sure that I'm not that perfect, that it works exactly right this soon out of...
Mike
starkraving2002
Online Now Send Email
Aug 20, 2008
10:22 pm
4120
I'll upgrade a test website I keep just for such emergencies and let you know what I come up with. BTW, the core files for 5.5.1 PHP have a lot of comments...
Michael Omar Gatto
luckygomar
Offline Send Email
Aug 21, 2008
2:58 am
4121
I used the existing XML UDFs because the core files reference the xmlChildren, xmlAttributes, etc throughout them for loading in the XML. If the SimpleXML is...
Mike
starkraving2002
Online Now Send Email
Aug 21, 2008
6:06 am
4122
Mike, That's good about the sample app. I read the 5.5.1 new features doc and was wondering how the classes should be written in Php when they act as...
Michael Omar Gatto
luckygomar
Offline Send Email
Aug 21, 2008
12:45 pm
4123
For us it'll be $myFusebox->__do(), but it does work, which is cool. You can see how to create your circuit classes/methods if you download the FB5.5.1...
Mike
starkraving2002
Online Now Send Email
Aug 21, 2008
1:57 pm
4124
Hi Mike, ... - Mike Gatto...
Michael Omar Gatto
luckygomar
Offline Send Email
Aug 21, 2008
2:06 pm
4125
No, with noXML there is no fusebox.xml at all, and fusebox.appinit or fusebox.init start too far into the request to be useful for setting fusebox parameters....
Mike
starkraving2002
Online Now Send Email
Aug 21, 2008
2:19 pm
4126
Mike, Is it possible in FB 5.5 now to specifiy a custom location for the parsed directory. I'd love to be able to mount it as tmpfs and keep it in /tmp. - Mike...
Michael Omar Gatto
luckygomar
Offline Send Email
Aug 22, 2008
2:34 pm
4127
Yes, as parameters in fusebox.xml (or the new FUSEBOX_PARAMETERS array in index.php): <parameter name="parsePath" value="/tmp/tmpfs/"/> You can do the same...
Mike
starkraving2002
Online Now Send Email
Aug 22, 2008
3:15 pm
4128
In looking at parsed files, when I <include template="dsp_helloworld"/> it is included. Every time, even if it was already included before. In some cases this...
Geoffrey Hoffman
m2guru
Offline Send Email
Aug 24, 2008
1:33 am
4129
I thought I was using Fusebox 4.1 but now I am not sure: When I do this in "circuit_A" : <include template="act_file" circuit="circuit_B" /> I get the...
Geoffrey Hoffman
m2guru
Offline Send Email
Aug 25, 2008
12:02 am
4130
Yes, I get that too when I was sure I was using FB 4.1 from SVN. Annoying, but I just worked around it the usual way by adding wrapper fuseactions to call as...
Michael Omar Gatto
luckygomar
Offline Send Email
Aug 25, 2008
2:56 am
4131
The PHP Fusebox 4.1.1 core files on Fusebox.org do not support it. On Sun, Aug 24, 2008 at 7:54 PM, Michael Omar Gatto...
Geoffrey Hoffman
m2guru
Offline Send Email
Aug 25, 2008
3:24 am
4132
Meaning it was removed in 4.1.1 but existed in 4.1.0? Or, are there other core files floating around with that feature? - Mike Gatto...
Michael Omar Gatto
luckygomar
Offline Send Email
Aug 25, 2008
4:51 am
4133
I dunno. I thought that it was one of the last features added, but I didn't dig into finding out whether it was part of the spec or not. Seems like it ought to...
Geoffrey Hoffman
m2guru
Offline Send Email
Aug 25, 2008
4:55 am
4134
<include circuit=""/> was a feature that was inadvertently added in FB4.1, for both PHP and CF, but only inside a <fuseaction> block. If you tried to do that...
Mike
starkraving2002
Online Now Send Email
Aug 25, 2008
6:45 am
4135
Remind me, with the parent attribute, you can set up a heirarchy, and what happens? The prefuseactions of the parents are called? TIA, Geoff...
Geoffrey Hoffman
m2guru
Offline Send Email
Sep 13, 2008
9:46 pm
4136
<prefuseaction callsuper="true">...</prefuseaction> <postfuseaction callsuper="true">...</postfuseaction> With the prefuseaction, the parent's prefuseaction is...
Mike Ritchie
starkraving2002
Online Now Send Email
Sep 14, 2008
12:22 am
4137
Greetings, What are the options of the type attribute for the class tag. The fusebox documentation mentions several CF types (java, COM, CORBA). I have...
oorastard
Offline Send Email
Jan 31, 2009
4:52 am
4138
To my knowledge, it merely represents a PHP class file. For example, in my apps I have a custom class that extends PHPMailer for sending email. I define...
Geoffrey Hoffman
m2guru
Offline Send Email
Jan 31, 2009
2:44 pm
4139
Hello anyone still listening on the PHP Fusebox list... I have it on good authority that PHP Fusebox is not dead, although the list traffic has been nil for...
Geoffrey Hoffman
m2guru
Offline Send Email
Apr 11, 2009
3:57 pm
4140
Hi Geoff, thanks for updating your site! Don't know if there's any room for it in your sample app but one of the best enhancements to PHP Fusebox with version...
Mike Ritchie
starkraving2002
Online Now Send Email
Apr 13, 2009
6:06 am
4141
BTW, I added some extra text regarding the <appinit> globalfuseaction on the Wiki. <appinit> and fusebox.appinit.php aren't like regular programming points in...
Mike Ritchie
starkraving2002
Online Now Send Email
Apr 13, 2009
6:33 am
4142
Mike, Regarding the <parameter> tag... help me out here. I recall that in Fusebox4, you'd use the field names from a db query as variable names inside a loop;...
Geoffrey Hoffman
m2guru
Offline Send Email
Apr 13, 2009
2:02 pm
4143
Hi Geoff, answers inline: ... The <parameter/> tag when used as a child inside <include> or <do> allows you to temporarily create a variable or override the...
Mike
starkraving2002
Online Now Send Email
Apr 13, 2009
3:54 pm
4144
... allows you to temporarily create a variable or override the value of an ... Wow, I get it. Thanks a lot for the clarification. I've updated the PHP Fusebox...
Geoffrey Hoffman
m2guru
Offline Send Email
Apr 14, 2009
2:20 am
4145
If you remember that "development" mode does in fact mean that fusebox.load and fusebox.parse are both set to 'true' for every request, what you were...
Mike Ritchie
starkraving2002
Online Now Send Email
Apr 14, 2009
5:04 am
Messages 4116 - 4145 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