Ryan
Member since Dec 11, 2008
- Profile: /members/2162-ryan.htm
- URL: http://blog.ryaneverhart.com
- Comments: 3
Recent Blog Comments By Ryan
-
How Do You Use The ColdFusion CFParam Tag?
Posted on Mar 23, 2007 at 1:15 PM
@Dmitriy Dave Shuck had a couple good posts on his site about testing isDefined() vs structKeyExists(). Below is the link. http://daveshuck.instantspot.com/blog/index.cfm/2006/1/30/Benchmarks-revisited Ryan... read more »
-
How Do You Use The ColdFusion CFParam Tag?
Posted on Mar 23, 2007 at 10:55 AM
Ben, I use <cfparam> the same way you do, however I never use the type attribute, I will have to start looking into that. I also use them when my pages are looking for certain URL variables like so: <cfparam name="url.entry_ID" default="0" /> That way if for some reason entry_ID doesn... read more »