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...
Show off your group to the world. Share a photo of your group with us.

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 3336 - 3365 of 4156   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3336
Hi, In the old version of Fusebox, there was a file on the circuit level, I believe, where you could put all common functions used by fuseactions in this...
JERZY KALAT
what_is_e_to...
Offline Send Email
Nov 10, 2005
7:48 pm
3337
Hi Jerzy, I would suggest making a new circuit with no pre/post fuseactions defined and set it to internal. <circuit access="internal"> <fuseaction...
Owen Cole
tgknight
Offline Send Email
Nov 10, 2005
7:58 pm
3338
In addition to Owen's method, you can also place global functions in fusebox.init.php. Any fuseaction app-wide can access them as it is included on each...
Geoffrey Hoffman
m2guru
Offline Send Email
Nov 11, 2005
3:26 am
3339
Thank you, Owen Your solution is working fine. Jerzy ... http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/saFolB/TM...
JERZY KALAT
what_is_e_to...
Offline Send Email
Nov 11, 2005
1:42 pm
3340
Hi all, Attached please find a beta of a version of devnotes for fusebox 4.1 PHP. Devnotes is a 'web page annotation' system that allows visitors to comment on...
Gustave Stresen-Reuter
tedmasterweb
Online Now Send Email
Nov 17, 2005
8:27 pm
3341
... is there something similar to a defaultFuseaction or an error handler for undefined fuseactions? -michael...
Michael Peters
veloopity
Offline Send Email
Nov 21, 2005
12:40 pm
3342
Hi Michael, Fusebox 4.1 has implemented a function called "__cfthrow". It is already used internally by Fusebox, so it'll handle system-generated errors like...
Andrew Fabian
anddee2k
Offline Send Email
Nov 21, 2005
1:55 pm
3343
Well, after some prodding, I've been convinced to post the PHP devnotes I created to my own web site for easier downloading and stuff. ...
Gustave Stresen-Reuter
tedmasterweb
Online Now Send Email
Nov 21, 2005
10:08 pm
3344
Hey guys, I'm sure everyone has seen Google Analytics by now. I was wondering if anyone has figured out how to setup their filters to deliver meaningful...
Ryan Hagan
ryan_hagan
Offline Send Email
Nov 23, 2005
4:35 pm
3345
You are supposed to be able to set up an Advanced custom filter to take the Request Stem, ( the /index.php portion), and the Request queries, (the key value...
Chris
chrgary
Offline Send Email
Nov 23, 2005
6:27 pm
3346
Hi Ted, thanks for your example! As a matter of coincedence there was a user in the Fusebox.org forums asking about Devnotes for PHP Fusebox, I've forwarded...
Mike
starkraving2002
Online Now Send Email
Nov 23, 2005
8:02 pm
3347
I've also put your .zip that you sent to the mailing list onto the "Files -> Fusebox Applications" section, since there are people that just get daily digests...
Mike
starkraving2002
Online Now Send Email
Nov 23, 2005
8:07 pm
3348
Hi all, I'm a reasonably experienced CFML Fusebox user who has turned his hand to PHP(5). I've got a couple of (probably predictable) questions about certain...
Roger Lancefield
rlancefield
Offline Send Email
Nov 28, 2005
3:39 pm
3349
Hi Roger, Not sure about the cacheddata question. Regarding class instatiation, you might also run this question past one of the many PHP user groups. I...
Gustave Stresen-Reuter
tedmasterweb
Online Now Send Email
Nov 28, 2005
3:52 pm
3350
Greetings Roger! I can say that I haven't had any trouble with the app_cacheddata file and lag, but I know that as you have more and more MVC circuits it does...
Mike
starkraving2002
Online Now Send Email
Nov 28, 2005
4:45 pm
3351
Hey Roger, We are working on a very large web application using the PHP Fusebox core files. I can tell you that we have had serious problems with having to...
Ryan Hagan
ryan_hagan
Offline Send Email
Nov 28, 2005
4:46 pm
3352
Guys, thanks very much indeed for taking the time to write detailed replies on what is no doubt a busy Monday. Your real-world experiences are very interesting...
Roger Lancefield
rlancefield
Offline Send Email
Nov 28, 2005
6:37 pm
3353
Raises an interesting point about attribute names and length. I wonder if we can use abbreviations to shorten these variables names - not in the XML, but in...
Phillip Harrington
philsown
Offline Send Email
Nov 28, 2005
6:42 pm
3354
Roger, You shouldn't need the relative path or the 3-letter extension - unless I'm missing something. <include template="dsp_form"/> <!-- thats it --> Or from...
Geoffrey Hoffman
m2guru
Offline Send Email
Nov 28, 2005
9:12 pm
3355
Roger, you can just use 'circuit="whatever"' in FB4.1 now for includes, ie: <include template="dsp_something" circuit="mycircuit"/> rather than: <include...
Mike
starkraving2002
Online Now Send Email
Nov 28, 2005
9:52 pm
3356
Thanks for pointing that out guys. I've just re-read your earlier post more carefully Mike, and the penny has dropped as to why you register those empty M and...
Roger Lancefield
rlancefield
Offline Send Email
Nov 29, 2005
1:10 am
3357
It was actually never possible, so this has been explicitly added in. In FB4, the xmlAttributes['circuit'] was hard-coded whether it existed in the xml or not....
Mike
starkraving2002
Online Now Send Email
Nov 29, 2005
1:39 am
3358
Hey Ted, First of all, thank you very much for doing the translation on devnotes. I was an avid devnotes user when I was doing ColdFusion development. I'm...
Ryan Hagan
ryan_hagan
Offline Send Email
Nov 29, 2005
7:27 pm
3359
More than happy to lend a hand. It would be nice to see this little app mature. Can you send me the XML file? I'd like to test it on my system (and test a...
Gustave Stresen-Reuter
tedmasterweb
Online Now Send Email
Nov 29, 2005
8:29 pm
3360
Can you also send me your PHP version (and installed extensions, off list if you want)? I have a vague memory of seeing this elsewhere... It _might_ be related...
Gustave Stresen-Reuter
tedmasterweb
Online Now Send Email
Nov 29, 2005
8:39 pm
3361
In our application, the admin directory is password protected using htaccess in the Apache server ... if one enters an URL such as myapp.com/admin/index.php,...
Michael Peters
veloopity
Offline Send Email
Dec 2, 2005
11:39 am
3362
Hi Michael, Create and include/do an act_ file at the top of your admin fuseactions based on http://us3.php.net/features.http-auth Scroll down to the example...
Geoffrey Hoffman
m2guru
Offline Send Email
Dec 2, 2005
1:24 pm
3363
... Well, its displaying the page because the visitor is not accessing files under the url myapp.com/admin/. What you need to do is write a plugin for Fusebox...
Damien McKenna
d_mc_kenna
Online Now Send Email
Dec 2, 2005
3:11 pm
3364
Does anyone have a link to an introductory article to fusebox 3 and/or 4? Also, any questions about the devnotes app I posted recently: ...
G. T. Stresen-Reuter
tedmasterweb
Online Now Send Email
Dec 13, 2005
9:56 am
3365
Hi Ted, Sean Corfield has a collection of resources for Fusebox (albeit, with a ColdFusion focus) at the bottom of his dedicated page. They include articles on...
Roger Lancefield
rlancefield
Offline Send Email
Dec 13, 2005
11:48 am
Messages 3336 - 3365 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