RE: more php vs cf (cfcase and constants)

2003-08-28 Thread Dave Watts
Again with a PHP-related question (trying to convert some PHP code to CF). This one has to do with CFCASE. In PHP you can define a constant using define(constantname,constantvalue). From there on the variable is indeed treated as a constant (like true or false). I have a switch/case in

more php vs cf (cfcase and constants)

2003-08-26 Thread Mauricio Giraldo
Hello Again with a PHP-related question (trying to convert some PHP code to CF). This one has to do with CFCASE. In PHP you can define a constant using define(constantname,constantvalue). From there on the variable is indeed treated as a constant (like true or false). I have a switch/case in