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...
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...
... 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...
... 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...
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...
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....
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...
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: ...
] 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...
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...
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...
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...
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...
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...
... "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...
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...
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...
... 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...
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...
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 :...
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...
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...
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....