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 3814 - 3844 of 4156   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3814
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
Nov 3, 2006
12:17 am
3815
... ... Announced! "development-circuit-load" mode works now, and you shouldn't get any more "strict" errors in PHP5. With some sneaky coding I was able to get...
Mike
starkraving2002
Online Now Send Email
Nov 3, 2006
12:18 am
3816
... Awesome. I'll see if I can spin it up tonight. -Christopher...
Christopher Watson
skygxproject
Offline Send Email
Nov 3, 2006
1:40 am
3817
Ooops, it looks like a bug that I had earlier fixed somehow got back into the core. It's been fixed and a replacement zip is now online. Sorry about that! Mike...
Mike
starkraving2002
Online Now Send Email
Nov 3, 2006
9:46 pm
3818
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
Nov 3, 2006
9:47 pm
3819
Has anyone had a chance to test out this new version of the core files? I'd like to send this to Sean for inclusion on fusebox.org as the "official" core files...
Mike
starkraving2002
Online Now Send Email
Nov 6, 2006
6:10 pm
3820
I have used them quite extensively and they seem to work well. I haven't found any bugs. Thanks for the hard-work Mike! PS: Development does seem a little bit...
Steve Landis
stevelandis01
Offline Send Email
Nov 6, 2006
7:00 pm
3821
Hi Mike, I have been trying to free up enough time to do this, but I haven't been able to. Possibly tonight. Christopher Watson AAVSO...
Christopher Watson
skygxproject
Offline Send Email
Nov 6, 2006
7:01 pm
3822
RC3 being sent to Fusebox.org in 3 days... Mike http://www.fusebuilder.net...
Mike
starkraving2002
Online Now Send Email
Nov 9, 2006
12:39 am
3823
Hey Mike, I finally had a chance to try out RC3. Here's a little rundown on what I did: (Apache 2.2, PHP 5.1.4, WinXP Pro) I have a working FBX 4 app. I dumped...
Geoffrey Hoffman
m2guru
Offline Send Email
Nov 9, 2006
7:00 am
3824
Hi Geoff, The "dirty" way would be to reference all the object properties directly. You can (almost) use the same syntax as before to get to any of the...
Mike
starkraving2002
Online Now Send Email
Nov 9, 2006
7:37 am
3825
Geoffrey, What I do is, at the top of my fusebox.init.php file, I place the following to grab a ref to the FuseboxApplication object: $_APP =...
Christopher Watson
skygxproject
Offline Send Email
Nov 9, 2006
8:37 am
3826
Hi Mike, Finally getting around to spending some more time with RC3. Hate to say it, but I'm right back where I was with RC2. First request after killing the...
Christopher Watson
skygxproject
Offline Send Email
Nov 9, 2006
8:49 am
3827
And the fix is.... Change the name of "fusebox.xml" to "fusebox.xml.php". And looking at the reload() function of FuseboxApplication, I can see why. All is...
Christopher Watson
skygxproject
Offline Send Email
Nov 9, 2006
9:02 am
3828
Sweet, thanks. That fixed it. Is it still correct to use $FUSEBOX_APPLICATION_NAME = "cacheddata"; $FUSEBOX_APPLICATION_PATH = ""; // bring in the $application...
Geoffrey Hoffman
m2guru
Offline Send Email
Nov 9, 2006
1:12 pm
3829
Hi Geoff, that is indeed valid still. In fact, FB5 comes with "dummy FB4 and 4.1 runtimes so that you can just drop this into an existing FB4 app's folder and...
Mike
starkraving2002
Online Now Send Email
Nov 9, 2006
2:47 pm
3830
Hi Christopher, It should work exactly as expected with fusebox.xml as well. If you look inside the $needToLoad section, you'll see that fusebox.xml.php is...
Mike
starkraving2002
Online Now Send Email
Nov 9, 2006
2:58 pm
3831
I have a couple applications that are use by multiple groups. Currently they are FB3 CF. I have the main program files in a central location and each instance...
oorastard
Offline Send Email
Nov 9, 2006
9:56 pm
3832
Hi there, welcome to the group! FB4.x and up aren't set up to get their circuits from an absolute path. The easiest way to reuse a single fusebox app in...
Mike
starkraving2002
Online Now Send Email
Nov 10, 2006
11:06 pm
3833
Hi all, I've implemented Nat Papovich's layout for FB5 projects, and it references some items that may not be implemented in the PHP version. His layout is ...
Michael Omar Gatto
luckygomar
Offline Send Email
Nov 12, 2006
12:14 am
3834
Outstanding!!! That did it. You da man. Thanks! ... @include($FUSEBOX_APPLICATION_PATH.'parsed/app_'.$FUSEBOX_APPLICATION_NAME.'.php');...
oorastard
Offline Send Email
Nov 13, 2006
4:50 pm
3835
Hi there, I am newbie using PHP Fusebox v4.1.1, I would like to be able to redirect users to the relevant locations using the code below within a fuseaction: ...
jokash30
Offline Send Email
Nov 15, 2006
2:27 pm
3836
Hi, We just published an introductory article in Spanish on Fusebox (version 3, primarily, but referencing version 4). If you have a blog (or wiki, Geoff ;-) )...
G. T. Stresen-Reuter
tedmasterweb
Offline Send Email
Nov 15, 2006
3:21 pm
3838
Jkash, Hey welcome to PHPFBX. I've not seen code like ... ','suppressLayout'=>true)); since fbx3. Maybe the following will help. Pasted from the fusebox4 wiki...
Geoffrey Hoffman
m2guru
Offline Send Email
Nov 16, 2006
2:36 pm
3839
Hi Jokash, as Geoff mentions <relocate/> is the tag you want to use in your circuits to redirect the user to another resource. Module() was used in FB3 to...
Mike
starkraving2002
Online Now Send Email
Nov 16, 2006
3:21 pm
3840
Thanks guys for all your help I now understand that I was using a function that does not exist in PHP Fusebox. ... use in ... was ... did, ... over! ... to ......
jokash30
Offline Send Email
Nov 20, 2006
2:29 pm
3841
Hi Jokash, It actually did exist in PHP Fusebox, but an earlier version. Module() was a user-defined function in PHP Fusebox 3 that has been "replaced" with...
Mike
starkraving2002
Online Now Send Email
Nov 20, 2006
6:24 pm
3842
Congratulations! You're one of the select few who have a problem with 'fusebox.xml' as opposed to 'fusebox.xml.php', and a botched relative URL from webroot to...
Mike
starkraving2002
Online Now Send Email
Nov 21, 2006
10:15 pm
3843
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
Nov 29, 2006
7:08 pm
3844
Hi All, RC4 is online now, and I think this one is the winner. I found a small code bug in the relativePath() method of fuseboxApplication, which was causing...
Mike
starkraving2002
Online Now Send Email
Nov 29, 2006
7:22 pm
Messages 3814 - 3844 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