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 1969 - 1998 of 4156   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1969
Is fb4 going to be completely OO? Also, what are some of the new things going to be? I haven't been keeping up with the mailing list lately, and I just found...
TheClaw
huzzahmovies
Offline Send Email
Jun 1, 2003
10:22 pm
1970
... box, ... I'd like to see something like this as well. John...
John Cole
johnmcole
Offline Send Email
Jun 2, 2003
2:51 am
1971
There will be two flavours of fb4. One will be procedural in nature (from my understanding this is due to some current limitations in CFCs), and one will be...
Keith Young
tca_ky
Offline Send Email
Jun 2, 2003
12:25 pm
1972
... people who have mentioned they are working on the OO version. I made a lot of headway on the procedural version (FB4) this weekend, and I expect to have...
David Huyck
davidhuyck
Offline Send Email
Jun 2, 2003
1:36 pm
1973
... Oh man I am so annoyed with myself for not having known about that list until now..... bleh... Cheers, Keith. ... people who have mentioned they are...
Keith Young
tca_ky
Offline Send Email
Jun 2, 2003
1:55 pm
1974
Greetings, Drew Harris is working on putting something like this together. He is trying to start up a Fusebox Co-op where developers will be able to trade code...
Mailbox
husumj
Offline Send Email
Jun 2, 2003
2:21 pm
1975
I am trying to integrate some error checking into our fusebox app. However, no matter what I try, I get errors reported where there were no previous errors....
CDitty1
Offline Send Email
Jun 3, 2003
7:08 pm
1976
So, how is the real, non broke, code? ... From: John Cole To: PHP-fusebox@yahoogroups.com Sent: Friday, May 30, 2003 12:23 AM Subject: Re: mod_rewrite (was SES...
O'Reason
oreason
Offline Send Email
Jun 3, 2003
8:05 pm
1977
It works fine with a URL formatted in the following way: http://www.timrandle.com/home.rent.htm But does not work with a URL formatted in this way: ...
John Cole
johnmcole
Offline Send Email
Jun 3, 2003
10:53 pm
1978
] However, I'm now getting the following FB error when I hit this page: ] http://www.timrandle.com/home.rent_to_own_home.htm ] ] "I received a fuseaction...
Alan Richmond
alanr1138
Offline Send Email
Jun 4, 2003
12:07 am
1979
Good call-- that is probably it! I always use StudlyCaps (or CamelCase or whatever you want to call it) instead of underscores, so I didn't put them into the...
David Huyck
davidhuyck
Offline Send Email
Jun 4, 2003
12:56 pm
1980
Thanks very much Alan. That makes sense. However, I can't seem to find the specific preg_replace in question. Do you know which one it is, or what line it...
John Cole
johnmcole
Offline Send Email
Jun 4, 2003
2:08 pm
1981
I though he meant in the .htaccess for the mod_rewrite call-- not the SES file. COuld be wrong, though... David Huyck b@... ... From: "John Cole"...
David Huyck
davidhuyck
Offline Send Email
Jun 4, 2003
2:24 pm
1982
You're right! I was looking in the wrong place. Its working now. Thanks for both our your help. John ... From: "David Huyck" <b@...> To:...
John Cole
johnmcole
Offline Send Email
Jun 4, 2003
2:36 pm
1983
I'm trying to force myself, and my coworkers to start documenting our code. The first step is to choose a method to collect all documentation from our code and...
cmkieffer
Offline Send Email
Jun 6, 2003
6:14 pm
1984
Hi chad(?), I use both FuseDocs, and phpDocs. My perspective is that they do two different things. I use phpDocs for all class documentation. I use FusedDcs...
Keith Young
tca_ky
Offline Send Email
Jun 6, 2003
7:34 pm
1985
Hello, I use Doxygen to document my C/C++, Java, ASP/C# and PHP scripts. It's 100% compliant with the JavaDoc specs and it's far far better that all these news...
Jean-Marc Molina
goajmm
Offline Send Email
Jun 7, 2003
12:25 pm
1986
... "Standards" is completely arbitrary - i.e. a set of rules that applies to your development shop. You can use things such as UML, RUP, etc and that is your...
Keith Young
tca_ky
Offline Send Email
Jun 9, 2003
1:34 pm
1987
Hi! Does anyone know if there is a php function or class similar to the Cold Fusion returnfuseaction.cfm custom tag? Thanks, Damian...
E lists
dmoca2003
Offline Send Email
Jun 9, 2003
5:25 pm
1988
For those of us not familiar with ColdFusion, what does this custom tag do in CF? :) Cheers, Keith. ... Hi! Does anyone know if there is a php function or...
Keith Young
tca_ky
Offline Send Email
Jun 9, 2003
5:39 pm
1989
In Cold Fusion is a custom tag wich if you tell it "where" are you going and "from" are you going, it will take you back to "from", after running the template...
E lists
dmoca2003
Offline Send Email
Jun 9, 2003
6:10 pm
1990
... Here is a sample of a return fuseaction I have been using for a year in a LCMS project I have been working on. The function allows for you to: A) Have it...
Robert
emptyvoid
Offline Send Email
Jun 9, 2003
7:14 pm
1991
On several discussion groups and email lists over the last two years. Several of the Fusebox developers have referenced MVC. I remember a few urls given over...
Robert
emptyvoid
Offline Send Email
Jun 9, 2003
8:47 pm
1992
Hi Keith, ... to your development shop I agree but FliP and FuseDoc are not standards at all. UML is a standards and it allows you to design everything :...
Jean-Marc Molina
goajmm
Offline Send Email
Jun 10, 2003
3:31 pm
1993
I haven't read the whole thread, so I'm sorry if this has been said, but phpdocumentor works just like javadoc. http://phpdoc.org...
Hoffman, Geoffrey
m2guru
Offline Send Email
Jun 10, 2003
3:49 pm
1994
I have established a repository of menus that are included based on which circuit is active. I am including the dsp_menu in the root dsp_layout file. Now, I...
willrice1
Offline Send Email
Jun 10, 2003
8:37 pm
1995
I usually put all my menus in a separate circuit that I call nav and module() it like so: <?php Module($GLOBALS["self"], ...
Marc Aragnou - MULTIWEB
multiwe8
Offline Send Email
Jun 10, 2003
10:51 pm
1996
... Can you elaborate on this or point me to an example? I'm a bit confused as to how you'd use this. Thanks!...
Hoffman, Geoffrey
m2guru
Offline Send Email
Jun 10, 2003
11:32 pm
1997
Thanks for your suggestion. I had suspected that was what I wanted to try. BUT, unfortunately, I am getting a 500 Internal Server Error when I use this...
willrice1
Offline Send Email
Jun 10, 2003
11:33 pm
1998
What I am trying to do (and what I think Marc is explaining) instead of only including a file, this Module() function should "include" an entire fuseaction....
willrice1
Offline Send Email
Jun 10, 2003
11:41 pm
Messages 1969 - 1998 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