Another ColdFusion Blog About to Be Unleashed …

I’m planning on blogging my experiences with Model Glue and Coldbox. You’ll see code and ramblings about code.

<cffunction name="init" access="public" returntype="calendarDAO" output="false"
hint="Returns an instance of the CFC initialized with the correct settings.">
  <cfargument name="dsn">
  <cfset variables.dsn = arguments.dsn>
  <cfreturn this>
</cffunction>

Hope you enjoy suffering along with me on this journey. :)

Will

2 comments so far

  1. Zeus on

    Mr. CF Guru finally getting with the times:)

  2. Amy B. on

    He’s all 21st century, yo. But I think the name of the blog really should be “CF’s bringin’ sexy back…” :)


Leave a reply