Aloha, Would you be able to upload this latest build to sourceforge? I am a newcomer to this list and yahoo groups does not save attachments for later. Mahalo...
Hi Jeff, I've uploaded a sample app - the "Magic 8-ball" app ported to PHP by one of the other regulars on the list. It doesn't come with the core files but...
Thanks Mike! Mahalo and aloha, Jeff McNeill http://jeffmcneill.com If we knew what it was we were doing, it would not be called research, would it? -Albert...
Jonathan-- That might be funny among close friends, but dude, I don't know you that well. This list is used by people in their professional lives, and we need...
Hi all, Just thought I'd drop a line to say I've uploaded a new version of the PHP FB4 core files on the sourceforge website. For those of you who don't...
Since I've been working on / with these files, I don't suppose you could summarize the differences in this version versus the previous version could you? ... ...
you will be able to use cvs shortly to tell the differences. -darrell Ryan Hagan wrote: Since I've been working on / with these files, I don't suppose you ...
Hi Ryan, Only minor changes to the core files, except the transformer which was significantly changed to utilize the array_merge() function in PHP rather than...
Hi all, How would I do this in PHP4? I'm trying to figure out how to handle plugins in the "processError" and "fuseactionException" phases... <cftry> <cfset...
Unfortunately, PHP4 doesn't really have any flow-control when dealing with errors. There is a workaround, I think, but it involves possibly making a change to...
Hi Ryan, thanks for the info, would this work? function try() { global $ntotal; $ntotal = $attributes["number1"] + $attributes["number2"]; } if (!try()) { //...
I'm still trying to use SES converter with IIS. URLScan is not running. Of course, it works on all Apache installations but not my client's IIS server. David...
<p>What kind of error are you getting? Is it IIS or PHP? In other words, is IIS returnin an HTTP error page or is PHP puking?</p> <p>Check the IIS logs... I'm...
I think you're on the right track. Have a look at: http://www.zend.com/tips/tips.php?id=162&single=1 and consider using the variables __FUNCTION__ __LINE__ ...
Actually I never managed to get URL rewriting working on win32, even running Apache and PHP so I don't know what you chances might be with IIS. I tried ...
Hi Darrell, Trying to make code that will work for plugins in the "processError" and "fuseactionException" phases for PHPFB4... processError plugins will wrap...
Hi! I'm working with the WireFrame Viewer/Editor 3.99 PHP beta 3. What's the difference between "Exit" and "Menu". By the way, consider you have a web system...
I found a technique that seems to work well, and as a proof-of- concept I recreated the "Let's Make a Deal" sample app from the fusebox.org website. I've...
Can I just email you what I have for App scope and have you work it into the template? Or would a modified version be more helpful? Phil ... -- Kind Regards, ...
Greetings, I'm just getting started using Fusebox, and have spent some time reviewing examples, docs, and tutorials. I am used to utilizing templating systems...
If you like fusebox and are interested in a larger web application development framework, you might consider looking at http://www.ez.no/ Ted Stresen-Reuter ...
I used Fusebox with SmartTemplate, www.smartphp.net To do so, you are circumventing the layout features of Fusebox (which work a lot like a template system...
Here's my 2 cents... I have developed in fusebox using smarty and worked like a champ, and I still use layouts. I simply include the necessary smarty...
The work on "processError" and "fuseactionException" plugin phases has been completed and is functional (at least as much as it can be without a proper...