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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 3797 - 3827 of 4134   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3797
Hi Owen, It's not a big deal to have a logic branch wherever I instantiate a new object, there's only one or two per file, so it's not a lot of work. I don't...
Mike
starkraving2002
Offline Send Email
Oct 2, 2006
9:05 pm
3798
... It all depends on how far you want to go. Personally, I think it will be come a bit of maintenance headache to mix versions of php with conditional logic....
sirhc_edwards
Offline Send Email
Oct 3, 2006
2:26 pm
3799
Howdy gang, I'm running into a bit of resistance in utilizing a lexicon in (un-touched) fb4.1 and hopefully there may be someone out there who has more...
bret curtis
psi29a
Offline Send Email
Oct 6, 2006
9:07 pm
3800
Hi Bret, Go into your lex/dynamic_do.php and comment out all the code that's there, then try and run the fuseaction without the xml comments. If it works as...
Mike
starkraving2002
Offline Send Email
Oct 7, 2006
3:18 am
3801
Hi Mike, Thanks for responding and yes that makes a great deal more sense. It explains why I can see the comments for the lex.do_dynamic in my parsed file, but...
bret curtis
psi29a
Offline Send Email
Oct 7, 2006
2:11 pm
3802
Absolutely Bret, the more information that is out there the better. Note that this explanation also goes for lexicons in Fusebox 5. Mike www.fusebuilder.net ...
Mike
starkraving2002
Offline Send Email
Oct 8, 2006
4:42 pm
3803
I know it's not final yet, but I started a new project and decided to use Fusebox5 instead of 4.X The website is live: http://www.pictureeveryday.com I haven't...
iisbum
Online Now Send Email
Oct 16, 2006
5:14 pm
3804
Hi all, One of the members contacted me this morning saying he'd had trouble accessing the online group all weekend. Did anyone else encounter this problem...
Mike
starkraving2002
Offline Send Email
Oct 16, 2006
5:20 pm
3805
Hey good work Mubs! You didn't get any errors at all? Excellent! What is your hosting environment? Mike www.fusebuilder.net...
Mike
starkraving2002
Offline Send Email
Oct 16, 2006
5:43 pm
3806
... I'm sure this has been answered before... How do you set up the url to do /pictures/browse instead of ?fuseaction=pictures.browse...
Geoffrey Hoffman
m2guru
Offline Send Email
Oct 16, 2006
6:17 pm
3807
... So the way I do it using apache is to rewrite urls... RewriteRule ^/services/images(.*)$ /services/public/images$1 [L] RewriteRule ^/services/js(.*)$...
sirhc_edwards
Offline Send Email
Oct 16, 2006
7:09 pm
3808
Hi Geoff, The most flexible way to do this is something called SES urls, where ?, = and & are replaced with slashes. Basically it ends up being ...
Mike
starkraving2002
Offline Send Email
Oct 16, 2006
7:22 pm
3809
Mike, I have not been able to get this to work "out of the box" in IIS. Do you happen to know if this works in IIS without some sort of nutty ISAPI rewrite...
skyegior
Offline Send Email
Oct 16, 2006
8:15 pm
3810
@Mike: No errors at all so far! Great job! Hosting is on a dedicated Linux box, Apache2.0.46, PHP 4.4.0, MySQL 3.23.58 (yeah I know I need to upgrade, but I...
iisbum
Online Now Send Email
Oct 17, 2006
2:13 pm
3812
Bit of a progress report here, I had a bit of extra time finally and managed to get all the strict PHP5 error messages to go away, so now full development and...
Mike
starkraving2002
Offline Send Email
Nov 1, 2006
5:50 am
3813
Thanks for the update and the hard work, Mike. Looking forward to getting VSX up to FB5. I'll test out RC3 as soon as you announce it. Christopher Watson ...
Christopher Watson
skygxproject
Offline Send Email
Nov 1, 2006
7:55 am
3814
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
Nov 3, 2006
12:17 am
3815
... ... Announced! "development-circuit-load" mode works now, and you shouldn't get any more "strict" errors in PHP5. With some sneaky coding I was able to get...
Mike
starkraving2002
Offline Send Email
Nov 3, 2006
12:18 am
3816
... Awesome. I'll see if I can spin it up tonight. -Christopher...
Christopher Watson
skygxproject
Offline Send Email
Nov 3, 2006
1:40 am
3817
Ooops, it looks like a bug that I had earlier fixed somehow got back into the core. It's been fixed and a replacement zip is now online. Sorry about that! Mike...
Mike
starkraving2002
Offline Send Email
Nov 3, 2006
9:46 pm
3818
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
Nov 3, 2006
9:47 pm
3819
Has anyone had a chance to test out this new version of the core files? I'd like to send this to Sean for inclusion on fusebox.org as the "official" core files...
Mike
starkraving2002
Offline Send Email
Nov 6, 2006
6:10 pm
3820
I have used them quite extensively and they seem to work well. I haven't found any bugs. Thanks for the hard-work Mike! PS: Development does seem a little bit...
Steve Landis
stevelandis01
Offline Send Email
Nov 6, 2006
7:00 pm
3821
Hi Mike, I have been trying to free up enough time to do this, but I haven't been able to. Possibly tonight. Christopher Watson AAVSO...
Christopher Watson
skygxproject
Offline Send Email
Nov 6, 2006
7:01 pm
3822
RC3 being sent to Fusebox.org in 3 days... Mike http://www.fusebuilder.net...
Mike
starkraving2002
Offline Send Email
Nov 9, 2006
12:39 am
3823
Hey Mike, I finally had a chance to try out RC3. Here's a little rundown on what I did: (Apache 2.2, PHP 5.1.4, WinXP Pro) I have a working FBX 4 app. I dumped...
Geoffrey Hoffman
m2guru
Offline Send Email
Nov 9, 2006
7:00 am
3824
Hi Geoff, The "dirty" way would be to reference all the object properties directly. You can (almost) use the same syntax as before to get to any of the...
Mike
starkraving2002
Offline Send Email
Nov 9, 2006
7:37 am
3825
Geoffrey, What I do is, at the top of my fusebox.init.php file, I place the following to grab a ref to the FuseboxApplication object: $_APP =...
Christopher Watson
skygxproject
Offline Send Email
Nov 9, 2006
8:37 am
3826
Hi Mike, Finally getting around to spending some more time with RC3. Hate to say it, but I'm right back where I was with RC2. First request after killing the...
Christopher Watson
skygxproject
Offline Send Email
Nov 9, 2006
8:49 am
3827
And the fix is.... Change the name of "fusebox.xml" to "fusebox.xml.php". And looking at the reload() function of FuseboxApplication, I can see why. All is...
Christopher Watson
skygxproject
Offline Send Email
Nov 9, 2006
9:02 am
Messages 3797 - 3827 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