Forum Moderators: coopster

Message Too Old, No Replies

coldf fusion to php

         

urfi

7:56 am on Aug 24, 2005 (gmt 0)



hi
i m converting a coldfusion project to php. i have problem
.i dont understabd that what r doing Evaluate function in this condition. plz tell me about Evaluate menthod that whats it function? and alternate of this function in php.
thnx in advance

<cfif #Evaluate(paramName & "_change")# EQ 'open'>

dcrombie

10:42 am on Aug 24, 2005 (gmt 0)



Just a guess:

if(${$paramName . "_change"} == 'open') { 
// do something
}

;)

coopster

10:19 pm on Aug 29, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld, urfi.

I would only be able to guess as well. Have you tried looking up that function in some online coldfusion manual pages or anything?

[macromedia.com...]