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.
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 3846 - 3875 of 4156   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3846
Hello, As you know already, Mike, I *was* affected by the fusebox.xml problem in RC3. I have updated my core files to use RC4, moved my fusebox.xml.php back to...
Phillip
philsown
Offline Send Email
Dec 1, 2006
6:14 pm
3847
... Phil, This is the exact situation I am dealing with recently. Let me explain an alternate method I have used. Each model fuse checks the status of a...
derekhed
Offline Send Email
Dec 1, 2006
6:34 pm
3848
Thanks to Phil(!!)'s nack of finding errors, I've patched up a couple more, one in fusebox5 changes the relative paths for including fusebox.init and...
Mike
starkraving2002
Online Now Send Email
Dec 1, 2006
7:09 pm
3849
I do all my error testing in a single act_verify file. Any errors are captured to $errors["fieldname"] The act file sets $ok = false if count($errors) > 0 The...
Geoffrey Hoffman
m2guru
Offline Send Email
Dec 5, 2006
6:22 am
3850
That's pretty much exactly how I do my form validation as well. Just a couple of things that I like to do differently: 1 - Before act_verify I'd set 'ok' to...
Mike
starkraving2002
Online Now Send Email
Dec 5, 2006
6:45 am
3851
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
Dec 5, 2006
6:54 am
3852
New RC: * fixed error in <include/> verb file in strictMode, I wonder if Phil found an error in the CF code as well inadvertently? * paramed ...
Mike
starkraving2002
Online Now Send Email
Dec 5, 2006
6:57 am
3853
Thank you both Geoffrey and Mike. I like Geoffrey's use an an array to store the content variable in. I don't know why I didn't think of that. Very tidy. I use...
derekhed
Offline Send Email
Dec 11, 2006
6:37 pm
3854
I have decided to begin building an exception handler for my site and see if that cuts down on the work of the system described in my earlier post (Re:...
derekhed
Offline Send Email
Dec 11, 2006
6:44 pm
3855
Hey all, I'm a php programmer who had to learn Coldfusion. In the process I discovered fusebox and loved it. Now I'm trying to move back into php but I'm...
dakomoon
Offline Send Email
Dec 11, 2006
7:55 pm
3856
... For a start, what version of Fusebox? You really should be working with FB4 or 5. You can do redirects all within the circuit.xml file, e.g.: <fuseaction...
Damien McKenna
d_mc_kenna
Online Now Send Email
Dec 11, 2006
9:11 pm
3857
... Is that PHP Fusebox or CF Fusebox? Zac, You can run and download the source for a PHP Fusebox 4 site I made here: http://scratch.salientdigital.com ...
Geoffrey Hoffman
m2guru
Offline Send Email
Dec 11, 2006
11:09 pm
3858
... Uh. CFML. Sorry, I forgot to check for CFML snippets, I mainly wanted to demonstrate the core logic. -- Damien McKenna - Husband, father, geek. ...
Damien McKenna
d_mc_kenna
Online Now Send Email
Dec 12, 2006
2:27 am
3859
Thanks for teaching me some CF! Mine is __really__ rusty. I recently saw the syntax {$something} used in PHP outside of Fusebox and was suprised that it...
Geoffrey Hoffman
m2guru
Offline Send Email
Dec 12, 2006
3:10 am
3860
... LOL, no probs, maybe I'll include some PHP next time ;-) ... RTfunnyM :) There are lots of neat little tricks in PHP that I wish other languages had, that...
Damien McKenna
d_mc_kenna
Online Now Send Email
Dec 12, 2006
5:11 am
3861
It does help actually, but it also raises another question I have of where do I find information on the various directives that can be placed inside the...
dakomoon
Offline Send Email
Dec 12, 2006
4:44 pm
3862
Geoff, I just found your documentation on your wiki. Thanks, zac...
dakomoon
Offline Send Email
Dec 12, 2006
4:44 pm
3863
Hi Zac, The wiki is and excellent resource, and you can get the XML Grammar here: http://fbx4.salientdigital.com/tiki-index.php?page=XMLGrammar I use SET, DO,...
Gavin Winter
grandmasterf...
Offline Send Email
Dec 12, 2006
5:08 pm
3864
Gavin, Where can I get FB5 for php? On fusebox.org the latest version of fusebox for php is 4.1. Also one of the things I like about 4.1 is that it's ...
Zac Konopa
dakomoon
Offline Send Email
Dec 13, 2006
5:00 pm
3865
FB5 should be available as downloadable files from the Yahoo! group page. It's compatible and works great - thanks to Mike's heroic efforts! From the...
Gavin Winter
grandmasterf...
Offline Send Email
Dec 13, 2006
5:26 pm
3866
Thanks Gavin! The latest core files have been renamed from RC5 to GR0 and sent to Sean Corfield as "official" core files. Once they're available there I'll let...
Mike
starkraving2002
Online Now Send Email
Dec 15, 2006
6:11 pm
3867
Hello All! For those who haven't been following my trials and tribulations I've been trying to get into fusebox because it is lightweight and but still very ...
dakomoon
Offline Send Email
Dec 17, 2006
6:25 pm
3868
Hi Zac, thanks for contributing this! Out of interest, what could have been done differently in the skeleton app to make it easier for you to get started? The...
Mike
starkraving2002
Online Now Send Email
Dec 18, 2006
7:51 pm
3869
Hey everybody, Now that I've got a working skeleton application I'm about to start climbing the wall into the realm of usefull stuff. The first thing I've...
dakomoon
Offline Send Email
Dec 18, 2006
11:28 pm
3870
I recommend making a user circuit and putting add-->insert, edit-->update, remove-->delete in the user circuit with all related dsp_ act_ and qry_ Another way...
Geoffrey Hoffman
m2guru
Offline Send Email
Dec 19, 2006
4:56 am
3871
Just thought I'd ask the list if anyone's gotten the IE 7 updater. Anyone have any CSS related IE 7 links they'd like to share? My Flash 8 just auto-updated to...
Geoffrey Hoffman
m2guru
Offline Send Email
Dec 19, 2006
3:32 pm
3872
I sometimes think there's confusion about MVC. In my opinion, fusebox.xml and circuit.xml ARE the controller, because they Control the flow of the program. The...
G. T. Stresen-Reuter
tedmasterweb
Online Now Send Email
Dec 22, 2006
3:23 pm
3873
I think I understand what you are saying. So rather than having a single circuit control the database (the model), one control the various dsp file (the view)...
Zac Konopa
dakomoon
Offline Send Email
Dec 23, 2006
4:16 pm
3874
In my applications I will have one or more public circuit that acts as the Controller, which groups fuseactions into sets of functionality as imagined by the...
Mike
starkraving2002
Online Now Send Email
Dec 23, 2006
10:02 pm
3875
On 12/22/06, G. T. Stresen-Reuter <tedmasterweb@...> wrote, in essence (edited): In my opinion, fusebox.xml and circuit.xml ARE the controller, because ......
Geoffrey Hoffman
m2guru
Offline Send Email
Dec 23, 2006
11:11 pm
Messages 3846 - 3875 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