RE: How do you pass the location of your CFCs to other CFCs?

2003-06-13 Thread Adam Wayne Lehman
-Talk Subject: How do you pass the location of your CFCs to other CFCs? We are trying to follow good OO coding standards as we develop our CFCs, but have hit a minor snag. Basically, an action page will call a business rule component. But first, it needs to know where we've stored the components

How do you pass the location of your CFCs to other CFCs?

2003-06-12 Thread Shawn Grover
We are trying to follow good OO coding standards as we develop our CFCs, but have hit a minor snag. Basically, an action page will call a business rule component. But first, it needs to know where we've stored the components. That's fine, I can set a variable in Application.cfm. Now the

RE: How do you pass the location of your CFCs to other CFCs?

2003-06-12 Thread Raymond Camden
] Blog : www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 4:32 PM To: CF-Talk Subject: How do you pass the location of your CFCs

RE: How do you pass the location of your CFCs to other CFCs?

2003-06-12 Thread Shawn Grover
. -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 4:35 PM To: CF-Talk Subject: RE: How do you pass the location of your CFCs to other CFCs? If the CFCs are related, why not use the same directory? Ie /root /root/wwwroot (web files here) /root

RE: How do you pass the location of your CFCs to other CFCs?

2003-06-12 Thread Raymond Camden
[mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 6:08 PM To: CF-Talk Subject: RE: How do you pass the location of your CFCs to other CFCs? If we had a single folder for CFCs, then I can see this working. However, we've separated our CFCs like so... /appRoot/cfc /appRoot/cfc/data