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 4050 - 4079 of 4156   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4050
RewriteEngine On RewriteRule ^go/(.+)/?$ index.php?go=$1 [L] It works on my machine. with this: RewriteEngine On RewriteCond $1 !^(index\.php) RewriteRule...
Kusmayadi
koes.rm
Offline Send Email
Sep 17, 2007
8:20 pm
4051
I was working on a Fusebox app and suddenly started received this error message: Fatal error: FuseboxPlugin::compile() [function.FuseboxPlugin-compile]: The...
ee_dd_oo
Offline Send Email
Sep 24, 2007
5:20 am
4052
Hi, I get a similar error from time to time. Try clearing the ³parsed² directory and reload the page? Works for me. Wish I knew why it happens. Gavin ... ...
Gavin Winter
grandmasterf...
Offline Send Email
Sep 24, 2007
9:17 pm
4053
I've tried that (many, many times) but no luck... actually, after I clear the directory I get the page to load successfully, but as soon as I click a link...
Eddie Grenier
ee_dd_oo
Offline Send Email
Sep 24, 2007
9:56 pm
4054
Can you check your server logs to see which file specifically the problem is happening? Are you running on PHP 4 or 5 ? Are you using PHP Fusebox 5...
Geoffrey Hoffman
m2guru
Offline Send Email
Sep 24, 2007
10:39 pm
4055
I'm running Apache 2.2 on Windows. the error.log file does not show this error in it??? Running PHP 5.2.3 Yes, I'm using PHP Fusebox 5 functionality...
Eddie Grenier
ee_dd_oo
Offline Send Email
Sep 25, 2007
3:05 am
4056
I figured it out! I added a new class to be used in the Fusebox app. As such, the fusebox.xml file had to be re-created by Fusebuilder. In Fusebuilder, the...
Eddie Grenier
ee_dd_oo
Offline Send Email
Sep 25, 2007
3:06 am
4057
Eddie, try the "Restore Point" plugin for FuseBuilder, it allows you to set arbitrary history points for a project so that it acts like "undo", or I guess more...
Mike
starkraving2002
Online Now Send Email
Sep 25, 2007
7:44 am
4058
... that you are using <instantiate/> and <invoke/> ... to me indicates that the object didn't get fully constructed... or didn't return a reference to itself...
Geoffrey Hoffman
m2guru
Offline Send Email
Sep 25, 2007
2:26 pm
4059
http://fusebox.org/go/fusebox-downloads/beta-program There are several resources for the curious reader at the bottom of the page, and the core files are now...
Mike
starkraving2002
Online Now Send Email
Oct 3, 2007
7:05 am
4060
... Doesn't this allow you to let your user dynamically save his widgets in whatever order he wants? Like re-arranging the UI for your portal, ala Yahoo,...
Geoffrey Hoffman
m2guru
Offline Send Email
Oct 3, 2007
1:35 pm
4061
... Yes, this would be like CFMODULE, but without the cost of having to completely rerun the whole core processes. $myFusebox->do() will basically act as a...
Mike
starkraving2002
Online Now Send Email
Oct 3, 2007
3:24 pm
4062
Yeah, that's true, but until this functionality was introduced into Fusebox, it was very much an explicit invocation framework. If this functionality was core...
Ryan Hagan
ryan_hagan
Offline Send Email
Oct 3, 2007
3:39 pm
4063
I recently re-wrote the PHP FB4.x lexicon, foreach, for PHP FB5.0. The lexicon seems to work, however, it gets parsed twice any time I use it. I checked other...
ee_dd_oo
Offline Send Email
Oct 7, 2007
11:31 pm
4064
By the way, this is what comes up in the parsed fuseaction file: foreach ($shows as $key => $show ) { // begin loop foreach ($shows as $key => $show ) { //...
ee_dd_oo
Offline Send Email
Oct 7, 2007
11:34 pm
4065
All verbs have an executionMode. Block tags have one for "start" and one for "end". Take a look at the "loop" verb for an example of a tag with a start mode...
Mike
starkraving2002
Online Now Send Email
Oct 8, 2007
4:39 am
4066
Okay, I think I understand what you are saying. However, my (modified) foreach.php code still ain't workin: if ( $fb_['verbInfo']['executionMode'] == "start" )...
ee_dd_oo
Offline Send Email
Oct 9, 2007
4:28 am
4067
Nevermind. I figured it out. If all else fails, read the documentation at fusebox.org! ...
Eddie Grenier
ee_dd_oo
Offline Send Email
Oct 9, 2007
5:08 am
4068
Remember the "Circuit Maker" PHP script that was posted a long time ago? Well, a friend and I improved the heck out of it. Check it out. I think it'll be...
Shannon Carey
rehevkor5
Offline Send Email
Oct 15, 2007
12:27 am
4069
Great work Shannon! That's perfect timing, because there was a "scaffolding" program written for the CF FB5.5 release. So now we won't need to recreate that...
Mike
starkraving2002
Online Now Send Email
Oct 15, 2007
2:21 am
4070
Thanks, and if anybody checks it out I'd love to get feedback. I can't find any documentation on the CF "scaffolding" program, so I can't tell how it...
Shannon Carey
rehevkor5
Offline Send Email
Oct 15, 2007
3:19 am
4071
I'm thrilled beyond words that someone found anything I ever did useful in the slightest. /me blushes....
Geoffrey Hoffman
m2guru
Offline Send Email
Oct 15, 2007
1:35 pm
4072
<circuit alias="m_widget" path="_model/widget/" parent="m" /> <circuit alias="m_widget_delete" path="_model/widget/delete/" parent="m_widget" /> <circuit...
Geoffrey Hoffman
m2guru
Offline Send Email
Oct 15, 2007
1:43 pm
4073
Glad you're pleased! We kinda saw your idea & ran with it. We owe you one for liscensing it the way you did, so thanks. Good question about what we call (in...
Shannon Carey
rehevkor5
Offline Send Email
Oct 15, 2007
3:01 pm
4074
this seems interesting for me, but i can't manage to get it working... i've downloaded your circuitmaker application and installed it. then i've run it and...
gicalle
Offline Send Email
Oct 21, 2007
1:38 pm
4075
I'll respond to you off-list unless anyone objects :)...
Shannon Carey
rehevkor5
Offline Send Email
Oct 21, 2007
4:45 pm
4076
I tested a dynamically generated xml file which kept failing in its opening app (MS Word 2007). The bug was in a leading whitespace before <?xml ... ?> which...
Michael Omar Gatto
luckygomar
Offline Send Email
Oct 30, 2007
5:38 am
4077
Opps, I meant to say "in a non-Fusebox php file I setup as a test, the whitespace did not show up." (leading me to believe it comes from FB5)... - Mike ... ...
Michael Omar Gatto
luckygomar
Offline Send Email
Oct 30, 2007
10:57 pm
4078
I am looking for examples of how to accomplish different types of loops within the FB 4.1 circuit.xml. I do have a grasp on looping through a db record set,...
oorastard
Offline Send Email
Nov 12, 2007
3:40 am
4079
oorastard, This is copied from http://fbx4.salientdigital.com <loop></loop> *Usage Examples* <set name="daysInMonth" value="1"> <loop condition="daysInMonth...
Geoffrey Hoffman
m2guru
Offline Send Email
Nov 14, 2007
1:58 pm
Messages 4050 - 4079 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