Hi Phillip, Yup, that was it! I added a prefuseaction and removed the double quota, added evaluate="true" and all is well in the world again. I knew it had to ...
Hello, Haven't been active in the group for a while, but have been lurking and finally find some time to get back to my project. Sorry for the non-FB post, but...
... So what you're trying to do is only start a new row for every other result, right? The problem is that your "if counter is odd" block encompases the...
Hi Andy, Yes, that is what I'm trying to do and your example works perfect. Thanks for your help. James ********* So what you're trying to do is only start a...
Hey guys, We've been trying several methods for improving speeds using Fusebox. I wanted to report our findings as of this week so that everyone would know ...
Hi Ryan, thanks for the great detailed report! The next test is going to involve using a special $_SESSION routine to store the $application vars, which may or...
Thought I'd post a quick solution to a problem I have experienced a few sporadic times while learning to use FBX 4.1 ... Symptom: FBX returns a blank white...
Hi All, I've put up the second set of test core files, same place as before at https://sourceforge.net/projects/phpfb4/ This version replaces the runtime and...
Hey Mike, First, let me just say that we've gotten a lot of great solutions for this problem and it's great to see everyone come together, so let me apologize ...
Hi Ryan, appreciate the candor. 450 circuits and this application is just 'scratching the surface'? Wow, the largest app I've written to date had 60 circuits,...
Hey Mike, Yes yes and yes!! =) This is almost exactly the same thing that Andy and I came up with earlier today. Oh, and I'm an idiot. We have 100 circuits...
So I'm writing my first fusebox app. I seem to be doing fairly well with it, but I'm stumped in one place. Let me give you a brief rundown of what I've...
... Hi Ryan, Well, un/serialize() does "scale", at least in my tests it scales linearly as the app grows. I wouldn't expect any better. My experience is with...
Hey Joel, Unfortunately, I think you've run into one of the limitations of Fusebox. The way it's designed, all of the XML files are read and interpreted, and...
thanks for the insight Andy. Even though it is going to be a bigger fix, I think that the later is a bit more efficient. I have been thinking about this...
You can't do a dynamic DO. However, it is possible to do a dynamic include in PHP fusebox. Two circuits, controller and view: <!-- controller --> <fuseaction...
And of course, you would just have to put dspHome, dspNoSuchPage, etc. into the view circuit, but it would save you having to make a fuseaction for each one of...
Hello, Okay, I'm listening. Can you tell me why multiple sub-apps is preferable to one large application, other than the obvious size reduction to the ...
... Honestly, I never considered the PHP team adding the application scope. While it would be nice in this particular instance, I've been working with PHP for...
... Hi Ryan, For the same reason you divide up an application into circuits and fuses (or classes and methods), it's all about granularity. Smaller pieces are...
Hey Alan, Okay, keep talking. =) There's no doubt in my mind that what we have is a bunch of small apps tied together. Yes, we've got the calendar, we've got...
... That seems to be tha main problem on the dev list, most of them figure they've gone this long and haven't needed it. If someone wrote it, it would be ...
... I'm not that familiar with FB4, can't you just <include> the dsp_* files from another dir? I'm sure someone else here can answer this question better than...
Ryan, What version of PHP are you running? unserialize() was horribly broken in 4.3.10 and 5.0.3. It was really slow with nested arrays. Just curious. -Alan...
Hey Ryan, It's actually extremely easy to reuse circuits for a collection of applications. Because the "path" attribute of the <circuit/> tag allows you to use...