Just curious if someone could confirm or deny this - I can't seem to get myself subscribed to the PHP General mailing list. I get a reply from EZMLM but no...
Hey all, Just to keep everyone up to date, I thought I'd let you know that Sean Corfield has given his blessing to me to start porting the FB5 core files....
Hi, Recently started using FB41. Depending on the client, I use php or cf. Have run into a strange problem with php FB. I have developed a couple of small apps...
I must admit, I am stumped on that one. out of curiosity, everything else works? Did you try defining $myself somewhere else, like in an include, or doing ...
Only <do/> (deprecated) or <fuseaction/> in <globalfuseactions>... Tom, you're sure the FB4.1 core files are in use for all 3 OS's? fusebox40.*.php4.php would...
... Mike reminded Geoff ... Really? I've never put anything in there to be honest. It seems like the perfect place for set or xfa ... What's the syntax/xml...
The only attribute that is parsed by the transformer in a globalfuseaction is "action": <fuseaction action="mycircuit.myfuseaction"/> You're right that it...
... That is what I meant ;-P It has always seemed silly to me not to include fusebox.init in the core files, and $myself inside, even commented out. Will that...
... It would become $application['fusebox']->myself. In addition, $myFusebox will have a helper method that will allow you to grab your current app var, such: ...
... Nobody answered you on this one, Mike. So I was wondering if anyone had actually taken a look at serialize() and deserialize() in the context of object...
I'm trying to use globalfusactions for the first time and running in to many difficulties... it seems like the app doesn't even see the code that is there! ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the PHP-fusebox group. File : /Fusebox...
PHP-fusebox@yahoogrou...
Jul 31, 2006 3:16 pm
3575
Hello everyone, I have a fusebox app that seems to be giving me a weird error only with IE7. Looks like for some reason random letters/numbers are being...
Well, a not so quick fix would be to append '&' to all your urls, that way the random string would be treated as another variable Maybe you have to set a...
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...