I'm curious how people are setting up there db connections in FB4. I'd rather not set up my connection at the top of every qry file, that just doesn't seem...
Hi nP, If you want to have reusable code snippets to open and close the database connections, you could have a model circuit called "db" or something. Then in...
I find it best to use global structurs for my db related variables For example: <cfquery name="queryName" datasource="#GLOBAL.DB.DATASOURCE#"> SELECT * FROM...
It is the first time I have tried this. I am a regular reader but a first-time responder. Here's my comment: It is the necessity of using and over-using global...
... Hello, I like to use the Globals/myGlobals pluggin to set #request.dsn# (or just #dsn#) to be some string in the myGlobals.cfm file. Alternatively, you...
Hello, I'm still playing with FB4 but I'm getting quite upset with a few things. Maybe it is a bug, maybe it is something I'm doing wrong. I start off with the...
... it ... Yep, found it..... Somehow there are put some weird characters in front of the XML-tag declaration (<?xml blah,blah ?>). If I remove it on the...
Hi Aschwin, The <?xml ... ?> tag at the top of the fusebox xml file shouldn't be any problem. I wasn't able to recreate your error, but I'm not on Mandrake....
I wonder if you just remove the xml tag at the top, if it will fix it? I was just following the way the fusebox and circuit xml files were constructed for FB4...
Mike can you take a look at the changes made by drmaples to the core files, he changed get_file_contents() to fopen so that the framework is more backward...
Done, CVS'd and uploaded. I've re-organized the file downloads so that the core files will always show up in the summary page. We've got a couple of sample...
Does anyone know of a nice way to do that? I'd love to have the CF- style footer after the page output, with say ms processing times for the template included,...
... I ported <cfdump> tag to PHP, called it phpdump(). If you want then I can post it somewhere. Not so sure about copyright issues though :| -- .erki...
Same here - I'd love a copy! Thanks! - Clay - ... _________________________________________________________________ MSN Toolbar provides one-click access to...
I think we're there! Check out this list of updates: * (06/16/04) Merged xmlParser.php and inc_CommonFunctions.php into respective core files, and privatized...
NewB PHP-Fuseboxer. Nice to meet you all!! Yes, I would love a copy too! BTW - I've been coding FB for CF for awhile, but just started PHP-Fusebox3. After...
I noticed a discussion last year regarding using HTML_QuickForm within Fusebox3, and was wondering ... - is this a common setup? - pros and cons - how about...
Hello everyone! (cross posting this on all the lists for extra exposure to my foolishness, for your amusement of course) Anyway, back in the "good old days" of...
So, you know how writing a big dumb email causes you to have an epiphany every time? Well, here's mine... <!-- one fuseaction for the form --> <fuseaction...
I looked at the url below, but I only saw CF files. I read in the (scant at present) FB4 docs that you can use any language with the new XML features of FB4...
Thanks Darrell, So I downloaded the core files & the LetsMakeADeal sample app, but they're entirely dissimilar. I dropped the core files in with the demo...