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 3942 - 3971 of 4156   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3942
Hi All, I've started to use all classes in my Model and whipped my Control circuits into shape with this instantiate and invoke markup: <?xml version="1.0"...
Michael Omar Gatto
luckygomar
Offline Send Email
Mar 2, 2007
5:31 am
3943
Anyone reading this list who... - is not already employed full time, or - has 10 or more hours a week to devote to a large ongoing project, and - has...
Geoffrey Hoffman
m2guru
Offline Send Email
Mar 2, 2007
11:03 pm
3944
Hi Geoff, I would be interested in some more information regarding your PHP/MySQL job opportunity. I have been using PHP and Fusebox for about three years,...
Steve Landis
stevelandis01
Offline Send Email
Mar 3, 2007
2:05 am
3945
Geoff, what is your email address? It did not show up in this message. - Mike Gatto _____ From: PHP-fusebox@yahoogroups.com...
Michael Omar Gatto
luckygomar
Offline Send Email
Mar 3, 2007
3:09 am
3946
Off-list is to geoffrey.hoffman@... Thanks to those who replied. We'll be in touch!...
Geoffrey Hoffman
m2guru
Offline Send Email
Mar 3, 2007
3:40 am
3947
I took a stab at it... http://trac.fuseboxframework.org/fusebox/wiki/WebsiteDesignContestEntries2 What do you guys think?...
Geoffrey Hoffman
m2guru
Offline Send Email
Mar 4, 2007
2:19 pm
3948
Nice work Geoff! I like how you used the "box" in Fusebox to split the main page elements. Mike http://www.fusebuilder.net ... ...
Mike
starkraving2002
Online Now Send Email
Mar 4, 2007
5:46 pm
3949
I have FBX4 (4.1? (I think)) Inside circuit goo, I tried <include template="dsp_foo" circuit="foo"contentvariable="content['body']"/> and get You tried to...
Geoffrey Hoffman
m2guru
Offline Send Email
Mar 4, 2007
6:57 pm
3950
You should definitely doublecheck, Geoff. FB4 had no advanced options for <include/> at all, including out-of-circuit includes or contentvariables. Also note...
Mike
starkraving2002
Online Now Send Email
Mar 4, 2007
7:21 pm
3951
Hi All, Sorry to resend this, but the issue is critical for one of my projects. Either I'm doing something really wrong in my FB5 markup in circuit.xml or ...
Michael Omar Gatto
luckygomar
Offline Send Email
Mar 4, 2007
9:26 pm
3952
Alright, I fixed it. There was a syntax error in invoke.php with a CF "&" not swapped out with the PHP ".". There was also a problem with the parent verb...
Mike
starkraving2002
Online Now Send Email
Mar 5, 2007
6:18 am
3953
Is there a location we can go to and download a package of the latest release of all the PHP-Fusebox 5.x files? I see that I can download each file...
Eddie Grenier
ee_dd_oo
Offline Send Email
Mar 5, 2007
7:51 am
3954
Thanks! I'll take a look to get familiar with that part of the code. Is this the SVN at fusebox.org or php-fb4.sourceforge.net? As I get more spun up on FB...
Michael gatto
luckygomar
Offline Send Email
Mar 5, 2007
4:35 pm
3955
I made a (yet another) site that breaks in IE which naturally looks great (okay, well it works how I intended it to) in every other browser I try it on. Then...
Geoffrey Hoffman
m2guru
Offline Send Email
Mar 6, 2007
4:00 am
3956
Hello all, Would you guys help me with this problem : I'm trying to develop a project with : php-5.1.6 fusebox-5 (fusebox5_php_GR0.zip) my home circuit.xml : ...
Jerry Quarry
jerry_qm
Online Now Send Email
Mar 6, 2007
4:39 am
3957
Hey Jerry, I don't know Fusebox 5 very well (yet) but... <do action="doSomething"> <parameter name="par1" value="val1" /> </do> are you trying to do <set...
Geoffrey Hoffman
m2guru
Offline Send Email
Mar 6, 2007
4:47 am
3958
Hello Geoffrey, Thank you for your reply... I read about it on http://www.fusebox.org/index.cfm?fuseaction=documentation.WhatsNewInFusebox5 in "New do,...
Jerry Quarry
jerry_qm
Online Now Send Email
Mar 6, 2007
6:51 am
3959
Thanks for that link. It looks like you used the Fusebox 5 syntax correctly to me... it may be a bug in the PHP version of Fusebox 5 parser. It might work okay...
Geoffrey Hoffman
m2guru
Offline Send Email
Mar 6, 2007
7:16 am
3960
Hi, Being a quick reader, I missed the part in Mike's reply about the location of the SVN. So, I downloaded and merged all the files changed in the past week...
Michael Omar Gatto
luckygomar
Offline Send Email
Mar 6, 2007
9:18 am
3961
Hello Geoffrey, Thank you for your reply... I read about it on http://www.fusebox.org/index.cfm?fuseaction=documentation.WhatsNewInFusebox5 in "New do,...
Jerry Quarry
jerry_qm
Online Now Send Email
Mar 6, 2007
9:39 am
3962
Hi All, I wanted to var_dump $myFusebox->getApplication() and it seemed to be in an infinite recursion which is what I think crashed Apache on last night's ...
Michael Omar Gatto
luckygomar
Offline Send Email
Mar 6, 2007
7:47 pm
3963
Hi Michael, You can't dump $myFusebox->getApplication() because it's an object that contains references back to the same object everywhere. That's also why I...
Mike
starkraving2002
Online Now Send Email
Mar 6, 2007
9:39 pm
3964
http://phpdoc.org/ Mike wrote: Hi Michael, You can't dump $myFusebox-> getApplication( ) because it's an object that contains references back to the same...
Owen Cole
tgknight
Offline Send Email
Mar 6, 2007
9:42 pm
3965
... There's a php.ini setting for that: http://www.w3.org/QA/2005/04/php-session -- Damien McKenna - Husband, father, geek. damien@... -...
Damien McKenna
d_mc_kenna
Online Now Send Email
Mar 7, 2007
1:52 am
3966
Mike, Roger that on the getApplication() etc. new argument verb and a later myFusebox.php: the SVN versions are good to go and while merging it, I noticed the...
Michael Omar Gatto
luckygomar
Offline Send Email
Mar 7, 2007
6:58 am
3967
Michael Omar Gatto said, ... I thought you could only <do> in a prefuseaction....
Geoffrey Hoffman
m2guru
Offline Send Email
Mar 7, 2007
2:34 pm
3968
I think he's talking about a circuit prefuseaction, not a preprocess globalfuseaction... Mike http://www.fusebuilder.net...
Mike
starkraving2002
Online Now Send Email
Mar 7, 2007
7:33 pm
3969
Hi Michael, I've committed a change to the instantiate verb file, it was a minor change (default value of overwrite if not declared was TRUE, not "true") Let...
Mike
starkraving2002
Online Now Send Email
Mar 7, 2007
8:08 pm
3970
Hi Mike, I've merged the instantiate.php file and any others that were newer than my GR.0.0 release. I still have the same problem with the class file being ...
Michael gatto
luckygomar
Offline Send Email
Mar 9, 2007
5:22 am
3971
Hi Michael, Can you pare your application down to just the absolute core elements that recreate your problem, and zip it up for me to take a look at? I haven't...
Mike
starkraving2002
Online Now Send Email
Mar 9, 2007
8:06 am
Messages 3942 - 3971 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