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 ...
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, 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...
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...
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...
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...
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...
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...
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@...
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 ......
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,...
... [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...
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....
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...
Hey, Derek-- Sorry if I was unclear. I was making assumptions about people's understanding about how CFModule works in ColdFusion. That was probably...
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...
... 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: ...
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...
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...
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...
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...
... 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 ...
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...
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@...
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...
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,...