ZoobieSoft's BlogCFC is up and running!
This is my obligatory "Hello World" post after a nice fresh installation of the latest version of BlogCFC. More posts to follow later...
Testing dp-syntaxhighlighter ColdFISH Plain Code Block:
<!--- Try to get the articles. --->
<cftry>
<cfset articles = application.blog.getEntries(params)>
<!--- if using alias, switch mode to entry --->
<cfif url.mode is "alias">
<cfset url.mode = "entry">
<cfset url.entry = articles.id>
</cfif>
<cfcatch>
<cfset articles = queryNew("id")>
</cfcatch>
</cftry>


