For what it's worth, the contact us page on the scratch demo sent me a blank email. I guess that means someone tried it. :D fname => lname => address1 => ...
<do/> is depprecated in <globalfuseactions>. In FB5 "scrict" mode, this will throw an error. Use <fuseaction action="circuit.fa"/> instead. Otherwise Geoff's...
I'm going to try it and see what happens. As a sort of progress report, I've finished the first pass of the CFCs, just finishing the lexicon files and I'll...
Mike, I know you're busy with the CF->PHP FBX5 port, but I was just wondering if OTTOYH you could braindump some of the LWF shortcuts here. The Live Wireframer...
Thanks Geoff, Unfortunately, the LWF and the LA (when it comes) will only be able to affect those elements exposed via XML. That means fusebox.xml, circuit.xml...
... Really? I can't figure this one out. FWIW, I "Skinned LWF" with some minor tweaks that I think improve readability - if Mike has no problem with it, and...
... It sounds like what you've been using is the release candidate that's on the PHP-Fusebox list. That was posted before the two controls you're looking for...
Go for it Mike! We've got your back!!! And I would like to take this opportunity to announce the release of an email feedback form module for Fusebox 4. Some...
So, after a whole long weekend neglecting my family, I've had a lot of progress. A couple of things are tripping me up right now, most importantly is the...
In theory you can write a function outside the object, that takes an objectRef as a param, does some work on it, then spits something back... this gets around...
Hmmm... project for another day... using the :: operator will basically "break" old lexicon files the same as using $this->, so I don't think that's an option....
Hi Chris, I'd like to get a bit further along with the debugging first, but eventually CVS for the core files will be at SourceForge, as a branch of PHPFB4. ...
And you can also define globals inside of functions (but you probably already know this... and I'm not sure if you can define a function as 'global'). Have we...
The issue here is that fb_appendLine() is no longer a function, it's a method of the fuseboxVerb object. The verb files are included inside the context of...
I've now successfully used LWF on Windows XP, Linux, and Mac OS X. Go Mike! This could be just a misconfig on my setup here but in order for LWF to be able to...
Variables names in PHP can be variables themselves. It's perfectly acceptable to do something like $$my_var_name. For example, I sanitize all input using the...
Hey Mike, Is there any chance that you could send me the CF code along with the PHP code that you're working on? Also, which version of PHP are you developing...
Sean has offered to extend the SVN to the PHP port as well, as a separate fork. I think I'll take him up on that, as it will also provide the PHPFB5 project...
http://john.beynon.org.uk/index.cfm?mode=cat&catid=150F8010-802D-00D5-771B901DC9E57E87 Hey Mike, et. al., For what it's worth, I stumbled across this guy's FB5...
Alright, This is another update: 1 - Cached object is working, and stays cached in "production" mode! w00t!. I had to expand on the main fusebox class, to...
Hi Geoff, Yes, the errortemplates are a way to display the errors thrown from the core files in a nice package that you can customize. They're also going to be...