Would someone please clarify... When do you use curly-braces? e.g. {$self} Is that different from including the attribute evaluate? e.g. evaluate="true"? When...
I am trying to do a nested loop with two queries. It gets through the first complete iteration of the inside loop and breaks. I spent some time rewriting... ...
I've downloaded the CMS Joomla 1.0.8. ( http://joomla.org ) Like php Nuke CMS, perhaps far better -- its installation was a cliche. Simple. Quick. Even Far...
I had a quick look at the Joomia dev site. It seems to me quite a bit more rigid and is tailored to "CMS" sites, whereas Fusebox is simply a smart way of...
I think i get that point mike. Quite simply model view controller has to be followed with a healthy amount of common sense. In which case not all dsp files are...
... has to be followed with a healthy amount of common sense. In which case not all dsp files are to put in view. Moreless we should arranged those thing to...
I can write a first-pass at something like ithat if you're interested. To say i'm interested, yes i am. If such as function is so handy, it is a wonder why it...
... embedded into the fusebox architechture in the first place. ... matching filename for circuit.xml and then reading their tags one by one. Yes, that's how I...
Hi all, A while ago I released a preview copy of my new application, FuseBuilder Live Wireframer (LWF). I'm happy to announce that it's now available for...
Sorry for my ignorance. how do I use FuseBuilder Live Wireframer on existing Fusebox apps? Thanks, Eddie Grenier _____ From: PHP-fusebox@yahoogroups.com...
Hi Eddie, Step 1: Copy the plugin settings from the supplied fusebox.xml into your app's fusebox.xml, as the first plugin in the preProcess phase. Alter the...
I just got this email as a subscriber to SiteProNews. (If you don't get sitepronews its maybe worth checking out, anyway;) I thought I'd forward it to the list...
Howdy, The serialize() function can save a whole object's graph to a string, and unserialize() function brings the object instance back into memory. -ronel...
Hi Ronel, Thanks for the feedback! We were using serialize() originally actually, in FB4 and early versions of FB4.1, and found that large $application...
Geoffrey, I notice in your sample website there is a paypal. Function. I think its not much... but do have some tips on how to setup a secure transaction for...
Hey guys, A while back there was some talk about a plugin that would strip out some of the unnecessary XML from the app file. I believe the empty XML_Children...
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...