Entries Tagged as 'BlogCFC'

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:

</p>
<p>&lt;!--- Try to get the articles. ---&gt;<br />
&lt;cftry&gt;<br />
&nbsp;&nbsp;&nbsp; &lt;cfset articles = application.blog.getEntries(params)&gt;<br />
&nbsp;&nbsp;&nbsp; &lt;!--- if using alias, switch mode to entry ---&gt;<br />
&nbsp;&nbsp;&nbsp; &lt;cfif url.mode is &quot;alias&quot;&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;cfset url.mode = &quot;entry&quot;&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;cfset url.entry = articles.id&gt;<br />
&nbsp;&nbsp;&nbsp; &lt;/cfif&gt;<br />
&nbsp;&nbsp;&nbsp; &lt;cfcatch&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;cfset articles = queryNew(&quot;id&quot;)&gt;<br />
&nbsp;&nbsp;&nbsp; &lt;/cfcatch&gt;<br />
&lt;/cftry&gt;</p>
<p>