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 3257 - 3286 of 4136   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3257
[reposted from fusebox.org/forums:] Has anyone converted The Office from ColdFusion to PHP Fusebox 4.X? If so could you upload the code to the SourceForge Site...
Mike
starkraving2002
Offline Send Email
Sep 15, 2005
6:12 am
3258
Hello, On http://sourceforge.net/projects/phpfb4/ the latest version of PHP/ Fusebox is 4.1 from 10 january. But on http://www.fusebox.org/index.cfm? ...
Gregory Hedo
ghedo
Offline Send Email
Sep 15, 2005
12:06 pm
3259
I downloaded it with the intention of porting it a few weeks ago. Give me another couple of weeks and we'll see if I can provide something. Ted ... ...
Ted Stresen-Reuter
tedmasterweb
Online Now Send Email
Sep 15, 2005
3:26 pm
3260
Great, thanks Ted :)...
Mike
starkraving2002
Offline Send Email
Sep 15, 2005
3:29 pm
3261
Hi Gregory, JCQ renamed the files 4.1.1 because that's what the CFMX core files are using as a convention. It's dated August because that's when they were...
Mike
starkraving2002
Offline Send Email
Sep 15, 2005
3:31 pm
3262
Mike, Thanks for your answer ! For your info, I made a "Search Difference" with BBEdit and I found a lot of little diiference between the 410 and 411. Grégory...
Gregory Hedo
ghedo
Offline Send Email
Sep 19, 2005
9:05 am
3263
Has anyone here used ruby on rails and if so, what is your impression of it vs. fusebox? From what little i've ready, it seems that there is a similar approach...
Ted Stresen-Reuter
tedmasterweb
Online Now Send Email
Sep 19, 2005
10:31 am
3264
Hey Ted, Haven't used Rails yet, but I started watching the online demo. Here's some of my initial observations: Similarities: - MVC design pattern - 'Parsed'...
Mike
starkraving2002
Offline Send Email
Sep 19, 2005
11:02 pm
3265
Not enough to really feel comfortable commenting here. However, there is a Ruby on Rails session at the Fusebox & Frameworks Conference later this month. So...
jeff@...
cortplayer
Offline Send Email
Sep 20, 2005
7:51 pm
3266
We are in the process of developing a fairly complex application and have been using fusebox. I have posted a few messages regarding optimization, parsing etc...
Dean Lovell
d_legoman
Offline Send Email
Sep 22, 2005
6:30 pm
3267
... I've not seen those messages. Were they on this mailing list? ... Have you tried the fusebox.org forums? Damien...
Damien McKenna
d_mc_kenna
Offline Send Email
Sep 22, 2005
6:42 pm
3268
A poster on fusebox.org/forums mentioned that he was having trouble getting his fusebox and circuit xml files loaded while he had 'magic quotes' turned on....
Mike
starkraving2002
Offline Send Email
Sep 25, 2005
3:45 am
3269
... never ... I'm able to run PHP Fusebox4 apps with magic quotes either on or off without problems....
move3rd
Offline Send Email
Sep 25, 2005
11:23 am
3270
... What version of PHP? Did he post any code? I've not had any problems using the FB4.1 code from Fusebuilder in my limited amount of experience with it. --...
Damien McKenna
d_mc_kenna
Offline Send Email
Sep 27, 2005
2:01 am
3271
... piqued your interest? Since I've been added into Team Fusebox the PHP contingency is in a unique position that hasn't happened yet to my knowledge:...
Mike
starkraving2002
Offline Send Email
Sep 28, 2005
2:00 pm
3272
... I think I speak for everyone when I say: hubba hubba hubba! Congrats on being added into the inner circle! Damien...
Damien McKenna
d_mc_kenna
Offline Send Email
Sep 28, 2005
2:13 pm
3273
Okay list, this is a doozie. I've been stumped for several days with this one. It's semi-OT although the function in question is an act_ file within a FBX4...
Geoffrey Hoffman
m2guru
Offline Send Email
Sep 28, 2005
5:50 pm
3274
What about chmod to change the permissions? Can you do that on a folder or just files? Mike www.fusebuilder.net...
Mike
starkraving2002
Offline Send Email
Sep 28, 2005
6:15 pm
3275
I've read about something call suPHP (haven't used it myself) that lets you run PHP as a different user, it's an apache module so you shouldn't need to rebuild...
Mubashar (MUBS) Iqbal
iisbum
Offline Send Email
Sep 28, 2005
6:20 pm
3276
... This is a known design flaw in Apache httpd v1.x and is fixed in Apache httpd v2. Unfortunately most web hosting companies still use v1. Ultimately you...
Damien McKenna
d_mc_kenna
Offline Send Email
Sep 28, 2005
9:18 pm
3277
... Mike, chmod changes permissions, which can be done by the owner of the file... however, this does not solve his problem. If he wants to admin his files, he...
Wil Moore
laidbak6921
Offline Send Email
Sep 28, 2005
10:23 pm
3278
... Well, this is a totally logical statement. However in practice I have found that even though line 23 is mkdir (dir created, 'nobody' now owns it) line 24...
Geoffrey Hoffman
m2guru
Offline Send Email
Sep 29, 2005
12:16 am
3279
... Always looking for promising and engaging opportunities (that was my cliche answer) -- my simple answer is, "sure, What did you have in mind?" ...
Wil Moore
laidbak6921
Offline Send Email
Sep 30, 2005
8:21 pm
3280
Hello, I try to reproduce the exemple of Simple Layout from the "Discovering Fusebox 4" book. I added to the fusebox.xml.php the following line: <phase...
Gregory Hedo
ghedo
Offline Send Email
Oct 4, 2005
8:10 pm
3281
Hi Gregory, welcome! It looks like you're trying to add a globalfuseaction into the <plugins> block. Try this instead: <globalfuseactions> ...
Mike
starkraving2002
Offline Send Email
Oct 4, 2005
8:24 pm
3282
... I don't have that book, I've got Jeff Peter's book instead, so I don't know the exact example, but... ... Shouldn't this be: <postprocess> <do...
Damien McKenna
d_mc_kenna
Offline Send Email
Oct 4, 2005
8:26 pm
3283
Sorry too tired. I was in the wrong place: plugin and not globalfuseaction ... Thanks ! Grégory Hello, I try to reproduce the exemple of Simple Layout from...
Gregory Hedo
ghedo
Offline Send Email
Oct 4, 2005
8:29 pm
3284
Hello, I decided to give 4.1 a run and would like to have a sample app as we had in 3. Is there any place where I can find one ? Thanks ! /Phil ...
Philippe Back (High O...
PhilippeBack
Offline Send Email
Oct 8, 2005
7:22 am
3285
Hello, I wouldlike to use the Layouts way for my HTML header content. The header content change slightly (like the <TITLE> or <META NAME="keywords">). How do...
Gregory Hedo
ghedo
Offline Send Email
Oct 8, 2005
4:07 pm
3286
Hi Phillipe, the DemoApp sample application is available on the Sourceforge site. Let me know if you have trouble finding it. Mike www.fusebuilder.net ... we...
Mike
starkraving2002
Offline Send Email
Oct 8, 2005
5:30 pm
Messages 3257 - 3286 of 4136   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