evaluate() is still a cry for help
Line 169 of Entity.cfc from Blade 0.62 (an ORM example):
evaluate('this.set#local.property#(arguments.properties[local.property])');
Even with all the CF9 conventions this is still the only way to do it?
Line 169 of Entity.cfc from Blade 0.62 (an ORM example):
evaluate('this.set#local.property#(arguments.properties[local.property])');
Even with all the CF9 conventions this is still the only way to do it?
I added Loss of A Loved One to my Facebook TimeLine and someone 'Liked' it.
Nicolas Bousquet said: I'm sorry for your loss, really. But why, really why did you add that kind of event on your Facebook...
[More]
Adobe should host ColdFusion code examples with access to Performance Monitoring.
Me said: The big companies that use all types of server also use Coldfusion.
[More]
Adobe should host ColdFusion code examples with access to Performance Monitoring.
James said: Coldfusion don't seem to be attractive at all when
1) MongoDB+PHP+Nginx
2) Redis+PHP+Nginx
3) Snorke...
[More]
ColdFusion applications do not really exist
anonymous coward said: I have heard of http://reviewskeptic.com but now I need commentSkeptic.com.
[More]
Upgraded to Blade 0.62
Anonymous Coward said: It works for me
[More]
cfinvoke component="#this#" method="set#Local.property#"
cfinvokeargument value="#Arguments.properties['local.property']#"
/cfinvoke
Don't know if that will come through, but hope it helps. I know everyone is wiley about script these days, but I'm quite fond of the tags for reasons like these.
Glad to see you are exploring blade! :)
Unfortunately the evaluate-cry is the only one to achieve such dynamic method calls in cfscript. That's why I'm with Mike: There are a few things in cfscript which aren't possible yet, so generally I also prefer tags these days.
Nevertheless blade was my first "cfscript-only" outcome and since it's tend to act as "a new age rapid development framework" I had to investigate the cfscript possibilities in CF 9 :)
Hope you enjoy playing with blade and I would be happy about any response!