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 3280 - 3309 of 4156   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3280
Hello, I try to reproduce the exemple of Simple Layout from the "Discovering Fusebox 4" book. I added to the fusebox.xml.php the following line: <phase...
Gregory Hedo
ghedo
Offline Send Email
Oct 4, 2005
8:10 pm
3281
Hi Gregory, welcome! It looks like you're trying to add a globalfuseaction into the <plugins> block. Try this instead: <globalfuseactions> ...
Mike
starkraving2002
Online Now Send Email
Oct 4, 2005
8:24 pm
3282
... I don't have that book, I've got Jeff Peter's book instead, so I don't know the exact example, but... ... Shouldn't this be: <postprocess> <do...
Damien McKenna
d_mc_kenna
Online Now Send Email
Oct 4, 2005
8:26 pm
3283
Sorry too tired. I was in the wrong place: plugin and not globalfuseaction ... Thanks ! Grégory Hello, I try to reproduce the exemple of Simple Layout from...
Gregory Hedo
ghedo
Offline Send Email
Oct 4, 2005
8:29 pm
3284
Hello, I decided to give 4.1 a run and would like to have a sample app as we had in 3. Is there any place where I can find one ? Thanks ! /Phil ...
Philippe Back (High O...
PhilippeBack
Offline Send Email
Oct 8, 2005
7:22 am
3285
Hello, I wouldlike to use the Layouts way for my HTML header content. The header content change slightly (like the <TITLE> or <META NAME="keywords">). How do...
Gregory Hedo
ghedo
Offline Send Email
Oct 8, 2005
4:07 pm
3286
Hi Phillipe, the DemoApp sample application is available on the Sourceforge site. Let me know if you have trouble finding it. Mike www.fusebuilder.net ... we...
Mike
starkraving2002
Online Now Send Email
Oct 8, 2005
5:30 pm
3287
Hi Gregory, The easiest way to do this is to have a layout fuseaction, <do/>ne after all your other view fuseactions have been <do/>ne into one or more...
Mike
starkraving2002
Online Now Send Email
Oct 8, 2005
5:34 pm
3288
To expand on Mike's suggestion, you'd set up the file /layouts/dsp_mainlayout.php (which is called via include template from vLayouts.mainlayout) something...
Geoffrey Hoffman
m2guru
Offline Send Email
Oct 8, 2005
6:10 pm
3289
Hi Mike, I got the app and it works just fine (I already had the querysim working from my FB3 setup). Now, let's try to grasp what this XML stuff is all about...
Philippe Back (High O...
PhilippeBack
Offline Send Email
Oct 8, 2005
9:51 pm
3290
Hi Phil, As Geoffrey mentioned in the reply to the earlier poster, there is a Wiki started that has a lot of information on everything to do with Fusebox 4.x,...
Mike
starkraving2002
Online Now Send Email
Oct 8, 2005
11:50 pm
3291
Hi Mike, Yes, indeed. I already had this kind of funny moments with JDBC urls in some config files for Tomcat in another domain :-) /Phil _____ From:...
Philippe Back (High O...
PhilippeBack
Offline Send Email
Oct 9, 2005
7:22 pm
3292
Hello All, Geoffrey and Mike thanks for your input. Nobody use the way described in the book "Discovering Fusebox 4" ? - Setup the fusebox.xml.php <circuits> ...
Gregory Hedo
ghedo
Offline Send Email
Oct 9, 2005
7:29 pm
3293
Pro: The easiest layout structure to work with if you're new to FB4.x, or are migrating from FB3 and want to emulate the way layouts were handled previously....
Mike
starkraving2002
Online Now Send Email
Oct 9, 2005
8:04 pm
3294
Greg, The way I am reading it, using these directives as globalfuseactions would only work for a site with one "design": <globalfuseactions> <preprocess> <do...
Geoffrey Hoffman
m2guru
Offline Send Email
Oct 9, 2005
8:43 pm
3295
Two weeks have come and gone and I have done exactly nothing with the sample app. I did have a chance to finish a version of devnotes that I'm quite happy ...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
Oct 12, 2005
11:59 am
3296
Hello, Sorry, It's me again. Thanks to your answers, there is one thing I understand: I will drop the idea to use the Layout "book way", because we need to use...
ghedo
Offline Send Email
Oct 12, 2005
5:16 pm
3297
This is how I would handle it (with no globalfuseactions at all) <fuseaction name="news"> ..<set name="webtitle" value="News Page"/> ..<set name="keywords"...
Mike
starkraving2002
Online Now Send Email
Oct 12, 2005
5:36 pm
3298
Hey Ted, great work! I know there's at least one person on the fusebox.org forums who's looking for a devnotes app, so you'll have at least one satisfied...
Mike
starkraving2002
Online Now Send Email
Oct 12, 2005
5:44 pm
3299
I wasn't sure if anyone else caught this, but Hal has setup a Fusebox wiki here: ...
Ryan Hagan
ryan_hagan
Offline Send Email
Oct 13, 2005
2:47 pm
3300
Greg, Think of it this way: The only fuseaction that actually "echoes stuff" is the final v.layout you choose to <do> as the last line of every fuseaction's...
Geoffrey Hoffman
m2guru
Offline Send Email
Oct 15, 2005
11:12 pm
3301
Hello all, I am a long time user of Fusebox since ColdFusion 4.5. I have recently gotten back into the web development field and have picked up PHP 5.0 with...
Owen
tgknight
Offline Send Email
Oct 20, 2005
2:03 pm
3302
Hello, Is there an "Fusebox official way" to send form ? I mean, do I have to use POST or GET in a form to be compatible/ compliant with FB ? Or does "the...
Gregory Hedo
ghedo
Offline Send Email
Oct 21, 2005
5:00 am
3303
... Unless you have a specific reason not to, you should *always* pass form variables via POST, so yes, the normal rules apply. -- Damien McKenna, husband,...
Damien McKenna
d_mc_kenna
Online Now Send Email
Oct 21, 2005
5:03 am
3304
In addition to the actual form posting method, there is one additional Fusebox "convention", the use of the $attributes scope as a unified collection of $_GET...
Mike
starkraving2002
Online Now Send Email
Oct 21, 2005
6:36 am
3305
Are all GET & POST variables automatically converted to $attributes? I had been using $_REQUEST scope but this brings in the problem of cookie variables. Owen...
Owen Cole
tgknight
Offline Send Email
Oct 21, 2005
4:52 pm
3306
Yes, one of the first tasks that the Runtime performs is to copy all GET and POST variables into the $attributes object. Using this object makes it no longer...
Mike
starkraving2002
Online Now Send Email
Oct 21, 2005
5:12 pm
3307
... Yes, $_GET and $_POST get copied into $attributes. You'll note, however, that to use $attributes from within a function or class you'll have to either...
Damien McKenna
d_mc_kenna
Online Now Send Email
Oct 21, 2005
5:15 pm
3308
Also, the precedence of the variables is set in fusebox.xml: <parameter name="precedenceFormOrUrl" value="form"/> This basically means that if a name collision...
Ryan Hagan
ryan_hagan
Offline Send Email
Oct 21, 2005
5:17 pm
3309
... Also, they are done in exactly that order: $_GET is copied first and then $_POST, so if you have a variable in both $_GET and $_POST the $_POST one will be...
Damien McKenna
d_mc_kenna
Online Now Send Email
Oct 21, 2005
5:46 pm
Messages 3280 - 3309 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