Search the web
Sign In
New User? Sign Up
PHP-fusebox · Fusebox methodologies in PHP
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3877 - 3906 of 4156   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3877
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...
ee_dd_oo
Offline Send Email
Jan 6, 2007
5:12 am
3878
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
starkraving2002
Online Now Send Email
Jan 6, 2007
7:27 am
3879
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....
Phillip
philsown
Offline Send Email
Jan 6, 2007
10:15 pm
3880
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 ...
Mike
starkraving2002
Online Now Send Email
Jan 6, 2007
11:57 pm
3881
There is an error in how the transformer reads PostProcess vs. PreProcess globalfuseactions. It correctly reads PreProcess fuseactions allowing the recommended...
ee_dd_oo
Offline Send Email
Jan 8, 2007
4:23 am
3882
Start thinking... what purely PHP concept would you like built into Fusebox later versions? Maybe we can be the development leader for once! Mike ...
Mike
starkraving2002
Online Now Send Email
Jan 9, 2007
10:32 pm
3883
I'll start the brain working on this one in my sleep, but off the top of my head, SQLite support out of the box. Some tags for DB stuff? <database...
Phillip
philsown
Offline Send Email
Jan 10, 2007
6:28 am
3884
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...
Geoffrey Hoffman
m2guru
Offline Send Email
Jan 10, 2007
1:51 pm
3885
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...
sirhc_edwards
Offline Send Email
Jan 10, 2007
3:17 pm
3886
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"...
Phillip
philsown
Offline Send Email
Jan 10, 2007
5:30 pm
3887
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...
Send Email
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...
Mike
starkraving2002
Online Now Send Email
Jan 10, 2007
6:05 pm
3889
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...
Mike
starkraving2002
Online Now Send Email
Jan 10, 2007
6:23 pm
3890
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...
Mike
starkraving2002
Online Now Send Email
Jan 10, 2007
6:41 pm
3891
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...
Mike
starkraving2002
Online Now Send Email
Jan 10, 2007
6:42 pm
3892
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,...
Michael Omar Gatto
luckygomar
Offline Send Email
Jan 11, 2007
7:39 am
3893
Worked for me. Thanks a lot. Dan ________________________________ From: PHP-fusebox@yahoogroups.com [mailto:PHP-fusebox@yahoogroups.com] On Behalf Of Mike ...
Dan Atrill
danner_1969
Offline Send Email
Jan 11, 2007
10:02 am
3894
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 ... ...
Phillip
philsown
Offline Send Email
Jan 11, 2007
5:40 pm
3895
Any links to good lexicon tutorials?...
Geoffrey Hoffman
m2guru
Offline Send Email
Jan 11, 2007
7:04 pm
3896
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()...
ee_dd_oo
Offline Send Email
Jan 21, 2007
3:33 am
3897
I suppose session variables are the best way to do this... I appreciate any thoughts on the matter, though....
ee_dd_oo
Offline Send Email
Jan 21, 2007
4:12 am
3898
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...
Mike
starkraving2002
Online Now Send Email
Jan 21, 2007
4:28 am
3899
... http://trac.fuseboxframework.org/fusebox/wiki/ExtendingTheFrameworkWithLexiconsPage Unfortunately this is written in CFML, but all the concepts shown are ...
Mike
starkraving2002
Online Now Send Email
Jan 21, 2007
5:21 am
3900
You can do it if you build the headers and everything by hand in an act_ file using header( ) and curl( ) http://us2.php.net/header ...
Geoffrey Hoffman
m2guru
Offline Send Email
Jan 21, 2007
5:09 pm
3901
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...
Geoffrey Hoffman
m2guru
Offline Send Email
Jan 21, 2007
5:22 pm
3902
$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...
Mike
starkraving2002
Online Now Send Email
Jan 21, 2007
9:16 pm
3903
... ... not needing to rely on Java to fix bugs in the language? ;-) -- Damien McKenna - Husband, father, geek. damien@... - http://www.mc-kenna.com/...
Damien McKenna
d_mc_kenna
Online Now Send Email
Jan 27, 2007
4:22 am
3904
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...
Mike
starkraving2002
Online Now Send Email
Feb 10, 2007
1:03 am
3905
Request: Flowchart/wireframe on which to base UI design decisions. Word. -S...
skyegior
Offline Send Email
Feb 11, 2007
10:59 pm
3906
This may seem like a dumb question, but you can $_POST the fuseactionVariable and fuseaction, right? It is not mandatory to $_GET, correct?...
Geoffrey Hoffman
m2guru
Offline Send Email
Feb 12, 2007
5:07 pm
Messages 3877 - 3906 of 4156   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help