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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 2315 - 2348 of 4156   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2315
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...
jeffreyrobertmcneill
jeffreyrober...
Offline Send Email
May 8, 2004
10:21 pm
2316
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...
Mike
starkraving2002
Online Now Send Email
May 11, 2004
8:05 pm
2317
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...
Jeff McNeill
jeffreyrober...
Offline Send Email
May 11, 2004
8:08 pm
2321
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...
David Huyck
davidhuyck
Offline Send Email
May 12, 2004
1:50 pm
2322
Here here...
Paul Roe
snafu918
Offline Send Email
May 12, 2004
2:33 pm
2323
Sorry ... ...
Jonathan Roberts
haptik
Offline Send Email
May 12, 2004
3:11 pm
2324
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...
Mike
starkraving2002
Online Now Send Email
May 13, 2004
6:01 pm
2325
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? ... ...
Ryan Hagan
ryan_hagan
Offline Send Email
May 13, 2004
6:36 pm
2326
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 ...
Darrell Maples
derallier
Offline Send Email
May 13, 2004
7:50 pm
2327
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...
Mike
starkraving2002
Online Now Send Email
May 13, 2004
9:04 pm
2329
Banned! Okay, folks, going back to moderating new members for a while. Sorry about the garbage. David Huyck b@... ... From: <justine_tyre@...>...
David Huyck
davidhuyck
Offline Send Email
May 14, 2004
9:52 pm
2330
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...
Mike
starkraving2002
Online Now Send Email
May 14, 2004
9:58 pm
2331
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...
Ryan Hagan
ryan_hagan
Offline Send Email
May 14, 2004
10:22 pm
2332
Hi Ryan, thanks for the info, would this work? function try() { global $ntotal; $ntotal = $attributes["number1"] + $attributes["number2"]; } if (!try()) { //...
Mike
starkraving2002
Online Now Send Email
May 15, 2004
12:46 am
2333
Thoughts? Comments? Anecdotes? Mike www.fusebuilder.net ... which ... possibly ... we ... in...
Mike
starkraving2002
Online Now Send Email
May 18, 2004
5:09 pm
2334
The code looks good to me. What are you trying to use this for? Where are you going to put this error handling code? -Darrell...
Darrell Maples
derallier
Offline Send Email
May 18, 2004
5:43 pm
2335
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...
skyegior
Offline Send Email
May 18, 2004
8:36 pm
2336
<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...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
May 18, 2004
9:00 pm
2337
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__ ...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
May 18, 2004
9:06 pm
2338
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 ...
Marc Aragnou - MULTIWEB
multiwe8
Offline Send Email
May 18, 2004
9:26 pm
2339
Hi Darrell, Trying to make code that will work for plugins in the "processError" and "fuseactionException" phases for PHPFB4... processError plugins will wrap...
Mike
starkraving2002
Online Now Send Email
May 19, 2004
5:22 pm
2340
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...
Dr. Penrose, PhD.
dr_penrose
Offline Send Email
May 20, 2004
1:59 pm
2341
1.21 Gigawatts! ... ===== __________________________________ Do you Yahoo!? Yahoo! Domains – Claim yours for only $14.70/year ...
Jonathan Roberts
haptik
Offline Send Email
May 22, 2004
1:04 am
2342
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...
Mike
starkraving2002
Online Now Send Email
May 24, 2004
3:48 pm
2343
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, ...
Phillip Harrington
philsown
Offline Send Email
May 24, 2004
5:36 pm
2344
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...
jsellison007
Offline Send Email
May 25, 2004
3:43 pm
2345
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 ...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
May 25, 2004
4:01 pm
2346
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...
Hoffman, Geoffrey
m2guru
Offline Send Email
May 25, 2004
4:22 pm
2347
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...
Tim Nields
timnields
Offline Send Email
May 26, 2004
9:54 pm
2348
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...
Mike
starkraving2002
Online Now Send Email
May 28, 2004
7:12 pm
Messages 2315 - 2348 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