Hello

When developing in PHP, it is common to have something like this in a class
document:

// start
include 'my_config_file.php';

class MyClass {
  // properties and functions
}
// end

Where my_config_file.php is a file that has constants and other shared
variables. I am familiar with CFCs also but am not sure what would be the
right way to go on this issue. It is good to have an external file with
common variables, and sometimes people have them inside Application.cfm but
you don't always want to have them there.

Can anyone shed any light on this issue?

Thanks


- mga

_________________________________________________________________
MSN 8: Get 6 months for $9.95/month http://join.msn.com/?page=dept/dialup

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Reply via email to