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 your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2569 - 2598 of 4134   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2569
... That is a great idea. My first app would be a blogger, but I see that you've already done that one. So, my next idea would be a good calendar app (as far...
Ryan Hagan
ryan_hagan
Offline Send Email
Nov 1, 2004
12:42 pm
2570
... Heh, that's one of the reasons I'm wireframing and architecting my apps in FuseBuilder... because the architecting is non-platform specific I can just...
Mike
starkraving2002
Offline Send Email
Nov 1, 2004
7:18 pm
2571
... over ... I don't necessarily think it's a bad thing to present an existing idea using FB41 to execute it... it would essentially be like giving them a new...
Mike
starkraving2002
Offline Send Email
Nov 1, 2004
7:24 pm
2572
... Yeah, I thought about this after sending it out this morning and I think you're right. Rehashing a popular app wouldn't be a bad thing at all, especially...
Ryan Hagan
ryan_hagan
Offline Send Email
Nov 1, 2004
7:27 pm
2573
Maybe this is a dumb question. I have PHP set up with display_errors Off and log_errors On. When I have an error in a PHP page that is not in fusebox, the...
rstorey2079
Offline Send Email
Nov 2, 2004
6:25 pm
2574
This is probably the @include( ... fuse file ) lines in the parser. Should we go back to if(file_exists( ... fuse file ... )) ? Phil ... -- Kind Regards, ...
Phillip Harrington
philsown
Offline Send Email
Nov 2, 2004
6:29 pm
2575
I didn't know the @ suppresses the logging of error messages as well as their display... Thanks. -Rosie...
rosie storey
rstorey2079
Offline Send Email
Nov 2, 2004
6:41 pm
2576
Question for you experienced PHP/FB4 developers: Do any of you use PEAR, Smarty, or put files outside of the webroot? If so, how do those tools tend to work...
rstorey2079
Offline Send Email
Nov 3, 2004
3:56 pm
2577
I uses PHPFB4 and Smarty and it works perfectly for me. I like my template directory structure to replicate my circuit directory structure, so I have extended...
Mindaugas Pelionis
kewlariuz
Offline Send Email
Nov 3, 2004
4:14 pm
2578
... I am very jealous. I love FBX3 (though I'm probably only using about 1/2 of what it can do) and I've really enjoyed using Smarty ... I've never merged the...
Hoffman, Geoffrey
m2guru
Offline Send Email
Nov 3, 2004
4:51 pm
2579
... it was ... it, what ... Point taken, Geoff, As far as "terms" go, FB4 hasn't really added anything new, unless you haven't used "MVC" before, but even that...
Mike
starkraving2002
Offline Send Email
Nov 3, 2004
7:45 pm
2580
All very helpful, Mike, thanks - and it re-enforced my belief that I understand the purpose of Fusebox in general. In my fusebox apps, I have followed the...
Hoffman, Geoffrey
m2guru
Offline Send Email
Nov 3, 2004
10:38 pm
2581
... and I can ... easier, ... Hi Geoff, Here are some comparisons between FB3 and 4: - An FB4x app in "production" mode is blazing fast because the runtime ...
Mike
starkraving2002
Offline Send Email
Nov 4, 2004
7:07 pm
2582
Mike, This is all immensely helpful. It'll take a bit to digest, but it's quite a bit more clear now and I truly appreciate your time. <snip> In FB4, through...
Hoffman, Geoffrey
m2guru
Offline Send Email
Nov 4, 2004
8:39 pm
2583
... The dumb questions are the ones that are unasked. There is one circuit.xml.php (or circuit.xml) file per every circuit in your appliction. In your...
Phillip Harrington
philsown
Offline Send Email
Nov 4, 2004
8:50 pm
2584
... Okay, that makes sense, so instead of fbx_Switch I have a circuit.xml. The fog is beginning to lift, the dimmer switch is being turned brighter, there is a...
Hoffman, Geoffrey
m2guru
Offline Send Email
Nov 4, 2004
10:16 pm
2585
In ColdFusion, you setup a query by naming it: <cfquery name="getAuthors" dbtype="query"> // your sql here </cfquery> so in PHP FBX4, if I wanted to <loop...
Hoffman, Geoffrey
m2guru
Offline Send Email
Nov 4, 2004
11:07 pm
2586
... Switching examples for a second (because I'm working on an MVC app right now, and it's open for editing :P ), here's a circuit schematic for a CMS app I'm...
Mike
starkraving2002
Offline Send Email
Nov 4, 2004
11:41 pm
2587
... differently in ... If you're working procedurally, it's the name of the query resource object created in your qry_ fuse. Say your qry fuse has this: ...
Mike
starkraving2002
Offline Send Email
Nov 4, 2004
11:50 pm
2588
... Not that I'm an expert, but I do use FB4 in production ( I know, save me the warnings.....;-) I have it something similar as above for most of my setups: ...
Aschwin Wesselius
discussie_lijst
Offline Send Email
Nov 5, 2004
12:10 am
2589
Originally I asked about how Fusebox4 knows the name of your query... Mike said, ... So it's simply the string name of the variable? That's logical. ... You've...
Hoffman, Geoffrey
m2guru
Offline Send Email
Nov 5, 2004
5:17 pm
2590
Well said, Aschwin, thanks for the great example! Mike www.fusebuilder.net ... <!-- see ... circuit and ... save me ... some ... (comment ... just...
Mike
starkraving2002
Offline Send Email
Nov 5, 2004
5:40 pm
2591
Have to read the changelogs to see what all is new, but the short-list is a UDF used by the Parser that will make it easier for developers to create their own...
Mike
starkraving2002
Offline Send Email
Nov 5, 2004
6:51 pm
2592
Yes you are making sense. Here's the thing (and someone please shout me down if I'm wrong): All of the exmples so far are valid/technically accurate fusebox....
Phillip Harrington
philsown
Offline Send Email
Nov 5, 2004
7:18 pm
2593
<snip author="phil"> There really isn't a wrong way. It's whatever works best for you. </snip> Understood. With that said, I am additionally using this...
Hoffman, Geoffrey
m2guru
Offline Send Email
Nov 5, 2004
9:07 pm
2594
... That is what I found out as well. There is not really a wrong way, but you can do think about simplifying the way your flow goes. I found maybe 10...
Aschwin Wesselius
discussie_lijst
Offline Send Email
Nov 5, 2004
10:12 pm
2595
The Techspedition sample chapter on XML Files has a list of the verbs... but are there any other docs including allowed attributes with their possible vales...
Hoffman, Geoffrey
m2guru
Offline Send Email
Nov 5, 2004
10:37 pm
2596
Wiki Anyone? Phil On Fri, 5 Nov 2004 15:30:42 -0700, Hoffman, Geoffrey ... -- Kind Regards, Phillip Harrington http://philsown.org/...
Phillip Harrington
philsown
Offline Send Email
Nov 5, 2004
11:44 pm
2597
If not I can set one up. Phil On Fri, 5 Nov 2004 16:44:08 -0700, Phillip Harrington ... -- Kind Regards, Phillip Harrington http://philsown.org/...
Phillip Harrington
philsown
Offline Send Email
Nov 5, 2004
11:44 pm
2598
Just wanted to report a few new things I learned this afternoon. First, I have a FBX3 app with four circuits and a handful of fuseactions in each already...
Hoffman, Geoffrey
m2guru
Offline Send Email
Nov 5, 2004
11:57 pm
Messages 2569 - 2598 of 4134   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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