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.

Messages

  Messages Help
Advanced
Messages 934 - 963 of 4134   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
934
Hi all, I am about to commence a large-scale Fusebox application in PHP that will rely on alot of XML and web services. Many files will only either output XML ...
Tim
i_luv_edel
Offline Send Email
Jun 2, 2002
11:15 am
935
Hi, Last year I did a big project using XSLT and XML in PHP and I defined a few new naming schemes and they seemed to work. I used xml_ to prefix my generated...
Louis Zezeran
thankyoudriv...
Offline Send Email
Jun 2, 2002
1:09 pm
936
Louis, I think you are right. It does help with development. I have created a standardised and reusable SOAP client "xml_sendRequest.php" and then different...
Tim
i_luv_edel
Offline Send Email
Jun 3, 2002
8:57 am
937
Hello Friends, Just quick question for you. I'm just now stepping up to Fbx 3 in PHP. I've had experience before but mostly with Fbx 2. With Fbx 2 I would use...
Rudi Starcevic
oolly0101
Offline Send Email
Jun 3, 2002
2:46 pm
938
Hello Friends, Just a quick question for you. I've use Fbx mostly in CF using FuseBox 2. With Fbx 3 in PHP is it the norm to use just the single fbx_switch.php...
oolly0101
Offline Send Email
Jun 3, 2002
2:46 pm
939
Each circuit has its own fbx_switch file. Your fuseaction now takes the form circuit.fuseaction. So if you want the fuseaction "checkout" in the circuit...
Patrick McElhaney
patrickmcelh...
Offline Send Email
Jun 3, 2002
2:59 pm
940
I have rewritten the List Funcs for PHP-- I found them so convenient when using CF that I really wanted to use them when I started working with PHP. I have...
David Huyck
davidhuyck
Offline Send Email
Jun 3, 2002
3:02 pm
941
Congratulations, Mike! This is great! I'll add a link on bombusbee.com today... David Huyck b@... ... From: "Mike Britton" <mbritton72@...> ...
David Huyck
davidhuyck
Offline Send Email
Jun 3, 2002
3:03 pm
942
Hey everyone, First, I must say that I'm a newbie to the PHP-Fusebox world, but I'm beginning to pick this up quickly. Thanks to all those before me who have...
rwozimek
Offline Send Email
Jun 3, 2002
4:31 pm
943
Hi Ryan! Let me quote from http://www.php.net/manual/en/function.require- once.php: "Note: require_once() was added in PHP 4.0.1pl2". Your PHP version is...
Ferdinand Beyer
fbeyer@...
Send Email
Jun 3, 2002
6:01 pm
944
Ferdinand, Thanks for the heads up. I had to update my cgi-bin local php file. Up to 4.1 now! Works perfect. Thanks, Ryan ... I'm ... who ... use ... PHP ......
rwozimek
Offline Send Email
Jun 3, 2002
9:33 pm
945
Patrick, Thank's for your reply. I was just a little unclear on that one. Much appreciated. Kind regards Rudi. ... P...
Rudi Starcevic
oolly0101
Offline Send Email
Jun 3, 2002
10:42 pm
946
Hi All, I'm experimenting with Fusebox and my app is having trouble finding the correct layout file. My app structure is like so: home -> the home directory,...
Derek Scruggs
derekscruggs
Offline Send Email
Jun 4, 2002
4:27 pm
947
Hi Derek, try this if does the job for you: Drop these lines in the root fbx_Layouts.php if(!isset($attributes["suppressLayout"])) { ...
marc aragnou
multiwe8
Offline Send Email
Jun 4, 2002
10:03 pm
948
... [snip] Thanks, I'll try this. But just to confirm I understand... ...does this mean all layouts should be defined in the root fbx_Layouts.php, and that...
Derek Scruggs
derekscruggs
Offline Send Email
Jun 4, 2002
11:38 pm
949
Not necessarily. That's one way of doing it that worked in my case but If you wanted to port the child circuit as a separate app, it would obviously not work....
marc aragnou
multiwe8
Offline Send Email
Jun 4, 2002
11:46 pm
950
A few questions about Module(). 1. Is this the preferred method for chaining fuseactions together? For example, I have a fuseaction to insert an item in a...
Derek Scruggs
derekscruggs
Offline Send Email
Jun 5, 2002
4:18 am
951
Hey, Derek-- Sorry if I was unclear. I was making assumptions about people's understanding about how CFModule works in ColdFusion. That was probably...
David Huyck
davidhuyck
Offline Send Email
Jun 5, 2002
2:37 pm
952
Hi, am newbie in fusebox(php), all the 15 hours of my experience of the basic system have been frustrating at first but as mind got to the right groove I got...
Jari Mäkelä
soulstone69
Offline Send Email
Jun 5, 2002
4:36 pm
953
... the ... When I ... need ... Maybe too much. The real question is, do I need to reference "scope" when I make a call to Module(). Your example was: ...
Derek Scruggs
derekscruggs
Offline Send Email
Jun 5, 2002
8:35 pm
954
Oops, sorry... here's a simplified way to look at it: if you do this: Module("index.php", array("fuseaction"=>"nav.main", "foo"=>"bar")); ... in the nav.main...
David Huyck
davidhuyck
Offline Send Email
Jun 5, 2002
8:47 pm
955
Hi all, I wanted to see if any of you had feedback on this. I re-wrote FB in an OO-ish fashion to try and learn more about how David originally coded it, and...
Keith Young
tca_ky
Online Now Send Email
Jun 6, 2002
9:27 pm
956
Does anyone have a prototyping tool similar to Steve Nelson's (available on http://www.secretagents.com) ported to PHP? Mike ...
Mike Britton
mbritton72
Offline Send Email
Jun 7, 2002
4:35 pm
957
Does anyone know where I can get a good list of MySQL error numbers and their descriptions? Better yet, does anyone know of a function/class for handling MySQL...
Derek Scruggs
derekscruggs
Offline Send Email
Jun 7, 2002
4:47 pm
958
For the first question, I can't imagine you'd find a better resource than MySQL.com: http://www.mysql.com/doc/manual.php?search_query=error+number&depth=0 For...
David Huyck
davidhuyck
Offline Send Email
Jun 7, 2002
4:55 pm
959
... That's what I thought, but I still can't find anything as simple as a list like so: Error# Default msg ... 1041 Some message 1042 Another message ...
Derek Scruggs
derekscruggs
Offline Send Email
Jun 7, 2002
8:18 pm
960
I wanted to use PEAR for my DB stuff as well, but it doesn't handle Oracle cursors at all from what I can see. Which is too bad really... since I was hoping...
Keith Young
tca_ky
Online Now Send Email
Jun 7, 2002
9:08 pm
961
A small mapping for MySQL error codes is used by PEAR DB in the MySQL driver class (DB/DB_mysql): $this->errorcode_map = array( 1004 => DB_ERROR_CANNOT_CREATE,...
Ferdinand Beyer
fbeyer@...
Send Email
Jun 8, 2002
11:19 am
962
I originally posted this in the SitePoint forums, but after discovering this list I thought it could be better answered here. Another thing I was wondering is...
gdog746
Offline Send Email
Jun 8, 2002
11:07 pm
963
I would say there are more available PHP projects, than any of the other big web application languages. Are you asking for just a php, sql app, or an FB, php,...
Timothy Heald
infantry11b1p
Offline Send Email
Jun 8, 2002
11:09 pm
Messages 934 - 963 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