Hi, I have a couple of fixes for PHPFB4 prepared. Since fusebox@... mailing list is closed I'm sending them directly to you. Review and commit them to...
Hi Mindaugas, thanks for the initiative! The previous version of <relocate/> was using the syntax that FB3's Location() function used, so that people could...
I concur with the proposed changes. Out of curiosity, has anyone started, or at least looked into, FB4 for PHP5? PHP5 has some pretty nice XML handling code...
FB4 for PHP5 has been discussed, but AFAIK, no one is working on it yet. PHP4 is still going to be in wide deployment for sometime, so it was felt that having...
Heh, thanks for volunteering Ryan! :) Mike www.fusebuilder.net ... started, or at least looked into, FB4 for PHP5? PHP5 has some pretty nice XML handling code...
=) Anything to help out. Actually, I just finished reading a book on PHP5 and was quite impressed. I won't be able to work with it for a while, but when I...
Hi all, the changes proposed by Mindaugas have been applied to CVS for now, pending trials by users. If there are no error reports within a week say, I'll put...
I have written a tutorial explaining how to get started w/ PHP fusebox. It's part 1 of a 2 parter. Part 2 to be released soon. Please email me feedback,...
How many of you are using PHP Fusebox 4 for your applications now? I'll be starting a new project soon and I'm considering moving from version 3 to 4. Is...
... I would recommend starting out with a small app, testing how you would go with the new flow of thinking. I had to figure out a lot of possibilities,...
I'm using it on my personal site (but .htaccess mod_rewrite stuff makes it look like all the old urls... trust me, it's php fusebox 4), and I'm developing a...
I'm planning to develop a CMS application and I'll be using PHP FB4 for it (and a CF FB4 port as well :p )... as far as I can see there are no bugs left to...
... There has been opted an depositry for FB code for PHP before ( I believe on this list it was) and few people really responded as like they would add their...
Here's one way to get things started: As in the PHP Cookbook, we need "dishes" to make "recipes" for... so if people start submitting "dish" requests, we can...
Recipies I am willing to write about (or submit text for editing :-D): Dynamic Includes Breadcrumbs Form Reuse Content Variables for Layout. -- Kind Regards, ...
Hi friends , It's showtime . Our website has been launched and all of you are Invited to register absolutely free of cost. This website is meant for people all...
Hi friends , It's showtime . Our website has been launched and all of you are Invited to register absolutely free of cost. This website is meant for people all...
Hello group, I'm using PHPFB4 and have little trouble to figure out how to pass the refering fuseaction towards forms and thus other actions. What I want to do...
Please let me repeat what I think you're asking because it is somewhat unclear. You've got Page 1 which is a list of a bunch of items, say it's 150. You want...
Hey gang, I was just about to post to JCQ saying we had a winner for the official downloads site... but thought I'd put it up to the group for any more bug...
Hey gang. Are any of you planning to attend the "Fusebox 2004" or "PHP|Works 2004" conferences next month? FYI, the respective conference sites are ...
... If you read it like that, that is possible too..... But it is absolutely not what I'm having problems with. Because such a thing can be done with...
Just a thought but could you put a hidden var in your form, e.g. <input type="hidden" name="returnfuse" value="<php echo $_REQUEST["fuseaction"]; ?>" > and...
Yes I get it now. I'm sorry I didn't understand you had 3 starting points. Geoffrey's code is right on. Or you could handle everything in the fb4 circuit XML. ...
... Jep, I think that is what it should do the trick too..... I have such a thing right now actually, but I want most things be hidden from the querystring...
I used the <?= ?> in comments <!-- --> in my example just for notation. I wouldn't actually put them into a working XML file (not that you can't have comments,...
... Wow.... Phillip.... thanks a LOT !!!! ;-) This is SOoooooo much helpfull to me.... This makes me able to pull full power out of Fusebox and the used XML. ...