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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2048 - 2077 of 4134   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2048
I'm familiar with ColdFusion FB3, and am try to do a new projec tin PHP FB3. I'm using MVC (as taught by Hal Helms). The initial page goes to a dsp, which...
pwshjg1
Offline Send Email
Jul 2, 2003
1:20 pm
2049
Hello, Over the last year I have been working on several projects and personal work developing session management services, security group based permissions,...
Robert
emptyvoid
Offline Send Email
Jul 3, 2003
12:06 am
2050
I had this problem too. I found ADODB and loaded it at the root of my fusebox application. Each class instance has its own memory space so you don't have to ...
Robert
emptyvoid
Offline Send Email
Jul 3, 2003
12:08 am
2051
Hi everyone:) I've been out of the PHP loop for some time, as I'm eagerly anticipating the release of Fusebox 4. Still, over the past couple of months I've...
Calvin Cheah
cheah_csl
Offline Send Email
Jul 3, 2003
7:02 am
2052
... What are you defining as a "service"? I have written a bunch of classes/libraries to do various things... I have my own session handling class. ... I am...
Keith Young
tca_ky
Online Now Send Email
Jul 3, 2003
5:19 pm
2053
... That's very interesting. I just made a OOPHP form element library of my own that does all the design stuff without knowledge of validation, etc. Wonder if...
Hoffman, Geoffrey
m2guru
Offline Send Email
Jul 3, 2003
7:36 pm
2054
... allows all the elements to self- ... boxes must have data). Very cool. I've been pretty happy with oohforms, but this is one thing it lacks. I probably...
Derek Scruggs
derekscruggs
Offline Send Email
Jul 3, 2003
7:46 pm
2055
I guess this just goes to show there are a million ways to approach something. I deliberately didn't impose any formatting on the generated elements since I...
Keith Young
tca_ky
Online Now Send Email
Jul 4, 2003
12:28 pm
2056
... That was one of the key things I wanted from the outset, since some of the forms we generate are 5 or 6 columns wide by 15-25 rows deep, and these types of...
Keith Young
tca_ky
Online Now Send Email
Jul 4, 2003
12:28 pm
2057
Any body interested in using "Cache Circuit" here is the Source code Links: http://www.haltebis.com/index.php?fuseaction=filemanager.main&path=modules%2Fcache/...
Boy Next Door
ekobudi@...
Send Email
Jul 6, 2003
9:36 am
2058
hello. in index.php i have done: require_once('common/SearchEngineSafe.php'); above everything else. my confusion lies with the httpd.conf or .htaccess file...
haptik
Offline Send Email
Jul 7, 2003
2:45 pm
2059
... I think I've tried 999,000 of them ;) ... That's a smart way to do it. ... That's more elegant than how I'm doing it to be sure. ... <snip> ... can you...
Hoffman, Geoffrey
m2guru
Offline Send Email
Jul 7, 2003
3:48 pm
2060
... I probably phrased it in a misleading way :) Example: <input type="textbox" name="a_tb" value="" /> Assuming the above element is submited via post to a...
Keith Young
tca_ky
Online Now Send Email
Jul 7, 2003
4:16 pm
2061
... Is this a feature or a bug? ;) And to think all this time I've been parsing the name of the get variable: e.g. <input name="scc_dynamicrow_0_1999" > ...
Hoffman, Geoffrey
m2guru
Offline Send Email
Jul 7, 2003
4:21 pm
2062
Hi All, I'm trying to run multiple applications off a single instance of my Fusebox app i.e. without having to make multiple copies of the directory tree. The ...
Derek Scruggs
derekscruggs
Offline Send Email
Jul 7, 2003
11:52 pm
2063
David, ... Yes, it appears to be working. Its not throwing a 500 and will actually do the rewrite removing the index.php string from the URL. However, the ...
John Cole
johnmcole
Offline Send Email
Jul 8, 2003
4:08 pm
2064
Alan, ... It seems as if /index.php/fuseaction/ does get inserted, as a URL like the following actually works: http://www.timrandle.com/home.map However, the...
John Cole
johnmcole
Offline Send Email
Jul 8, 2003
4:13 pm
2065
I'm interested in learning more about Model View Controller with Fusebox. I took a look at Hal Helms' article at http://www.halhelms.com/writings/MVC.htm, but...
Derek Scruggs
derekscruggs
Offline Send Email
Jul 8, 2003
9:30 pm
2066
You may want to take a look at CF FB4 anyway. It allows calls to multiple fuseactions w/ each page request, "allowing you to easily use an MVC design pattern...
Mike Britton
mbritton72
Offline Send Email
Jul 8, 2003
9:53 pm
2067
Ok I am using module within multiple fuseactions/circuits. 1) When I call a module function from the root of my application within a layout file the layout...
Robert
emptyvoid
Offline Send Email
Jul 8, 2003
11:08 pm
2068
... Maybe I missed something, but why are you setting suppressLayout to true if you want to display the layout? -Derek...
Derek Scruggs
derekscruggs
Offline Send Email
Jul 8, 2003
11:23 pm
2069
] 2) When I attempt to call module from within a circuit below the root ] circuit. The Layout at the root is lost and everything (the fuseaction ] content) and...
Alan Richmond
alanr1138
Online Now Send Email
Jul 8, 2003
11:40 pm
2070
Hi Robert, if you specify "suppressLayout"=>true, your Layout won't display regardless of using Module() or calling the circuit directly. Marc Aragnou ...
Marc Aragnou - MULTIWEB
multiwe8
Offline Send Email
Jul 8, 2003
11:46 pm
2071
I usually check for a these few things when using mod_rewrite. Got it working ok so far. 1_ Make sure you have Options FollowSymLinks in your apache conf file...
Marc Aragnou - MULTIWEB
multiwe8
Offline Send Email
Jul 8, 2003
11:54 pm
2072
] It seems as if /index.php/fuseaction/ does get inserted, as a URL like the ] following actually works: http://www.timrandle.com/home.map ] ] However, the...
Alan Richmond
alanr1138
Online Now Send Email
Jul 9, 2003
12:11 am
2073
] 1_ Make sure you have Options FollowSymLinks in your apache conf file for ] the website root directory. (that did sort out my code 500 errors) I thought this...
Alan Richmond
alanr1138
Online Now Send Email
Jul 9, 2003
12:21 am
2074
hey I'm no Apache expert either :) I'm running Apache 1.3.27 which is not exactly new but I had the same 500 error codes and doing this fixed. I did a bit of...
Marc Aragnou - MULTIWEB
multiwe8
Offline Send Email
Jul 9, 2003
12:31 am
2075
While we're on the mod_rewrite topic another problem I found in my logs that I had to work around: I now explicitly write the full URL in redirections like so:...
Marc Aragnou - MULTIWEB
multiwe8
Offline Send Email
Jul 9, 2003
12:42 am
2076
... I don't have access to the apache conf file so I'm using the .htaccess file in the root dir. This will achieve the same effect, right? In any case, I have...
John Cole
johnmcole
Offline Send Email
Jul 9, 2003
2:41 am
2077
I include the Options like so: <Directory /server_document_root/> ... Options FollowSymLinks </Directory> The base tag is in you lay_MainLayout.php file or...
Marc Aragnou - MULTIWEB
multiwe8
Offline Send Email
Jul 9, 2003
2:58 am
Messages 2048 - 2077 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