I've loaded the latest Fusebox5 files along with the skeleton app with marginal success. When I load the default fuseaction (app.welcome) everything comes up...
The problem is coming because the core verbs are actually included from [coreroot]/verbs/, not [approot]/lexicon/custom/ If you put the core files above the...
Mike, will this fix also address the issue we were working on the other day where including the lexicon was not working for me? TIA, Phil ... index.php....
Hi Phil (!!), I think this is the same problem. The skeleton app has a fuseaction there that showcases the use of nested custom lexicons. The default ...
There is an error in how the transformer reads PostProcess vs. PreProcess globalfuseactions. It correctly reads PreProcess fuseactions allowing the recommended...
One thing I've found is, if you use content variables a lot to maximize code reuse, you find instances where you have to make a 3 dsp's (start, loop, end) and...
How about an abstraction layer for file I/O so we can choose between filesystem( fopen,fwrite..) or Memcached, etc. This would be neat if there was just a...
I like it Geoffrey. Cool thinking! But I must say. It's possible to do this with the current CCVS. Like so. <loop query="mybooks"> <do action="book.singlerow"...
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 :...
PHP-fusebox@yahoogrou...
Jan 10, 2007 5:55 pm
3888
What Phil(!!) is showing here is also how you would replicate 'nested layouts' from FB3 days. But Geoff's idea has merit too, I think. I would treat it a bit...
You should be able to do that right now, Geoff, but I think you'd need to put the class include in index.php before the app_ datafile. Then you could also have...
I'm going to start planning a new object in the core files folder, called fuseboxStorage.php. It would extend the fuseboxApplication object, and would have a...
This should fix the problem people were having with custom lexicons and some variations on the approot/coreroot/webroot scenario. Let me know and if it does...
Interesting. But, then we may as well as create a data abstraction lexicon a la CakePHP / RubyOnRails' Activerecord. I'm certainly not adverse to that! But,...
Worked for me. Thanks a lot. Dan ________________________________ From: PHP-fusebox@yahoogroups.com [mailto:PHP-fusebox@yahoogroups.com] On Behalf Of Mike ...
I tend to agree with this sentiment. Let's stop mucking with the CORE and start extending it. If the CF'ers like our extensions - they can port them. Phil ... ...
I have a fuse which ultimately ends with a redirection (using FB's built-in function, Location($URL,$addToken) -- which ultimately uses PHP's header()...
Hi Eddie, To the best of my knowledge there's no way to send POST data through a redirect. If you want a text link to act like a hidden form, you can use...
... http://trac.fuseboxframework.org/fusebox/wiki/ExtendingTheFrameworkWithLexiconsPage Unfortunately this is written in CFML, but all the concepts shown are ...
I read that page and still don't fully get it. So, custom lexicons provide a way to interject code into the parsed file. This makes sense: *It's important to...
$fb_['verbInfo']['executionMode'] When Sean was first planning the built-in verbs for FB5, I and a couple of others suggested that he implement them as lexicon...
... ... not needing to rely on Java to fix bugs in the language? ;-) -- Damien McKenna - Husband, father, geek. damien@... - http://www.mc-kenna.com/...
Fusebox is going to get a facelift and we need your help. Things are really starting to happen within Team Fusebox and one of the main goals is to start off...