<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Blaze 0.81 Release</title>
	<atom:link href="http://blaze.haughin.com/2008/02/19/blaze-081-release/feed/" rel="self" type="application/rss+xml" />
	<link>http://blaze.haughin.com/2008/02/19/blaze-081-release/</link>
	<description>The CodeIgniter CMS</description>
	<pubDate>Tue, 06 Jan 2009 11:01:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: phpwebdev</title>
		<link>http://blaze.haughin.com/2008/02/19/blaze-081-release/#comment-16</link>
		<dc:creator>phpwebdev</dc:creator>
		<pubDate>Thu, 21 Feb 2008 14:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/2008/02/19/blaze-081-release/#comment-16</guid>
		<description>Hi Elliot,   
  
I have uploaded the new version   
(some bugs were fixed, and a news section was created - backend and frontend)   
  
The location is here:    
http://blaze.nasstudio.com/ 
  
Everyone is free to make tests.  
Downloadable source code is uploaded to this location:   
http://blaze.nasstudio.com/blaze-21-fev-2008.zip</description>
		<content:encoded><![CDATA[<p>Hi Elliot,   </p>
<p>I have uploaded the new version<br />
(some bugs were fixed, and a news section was created - backend and frontend)   </p>
<p>The location is here:<br />
<a href="http://blaze.nasstudio.com/" rel="nofollow">http://blaze.nasstudio.com/</a> </p>
<p>Everyone is free to make tests.<br />
Downloadable source code is uploaded to this location:<br />
<a href="http://blaze.nasstudio.com/blaze-21-fev-2008.zip" rel="nofollow">http://blaze.nasstudio.com/blaze-21-fev-2008.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blaze.haughin.com/2008/02/19/blaze-081-release/#comment-15</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 21 Feb 2008 12:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/2008/02/19/blaze-081-release/#comment-15</guid>
		<description>I haven't had much luck getting this to work either.

I can get it to work by manually typing this for example:

http://localhost/blaze/page/admin/create

but the links within the app look like this:

http://localhost/blaze/admin/page/create

which results in page not found.

I assume this is something to do with the routing but I've only just started with CI and need to play around with it a bit more.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t had much luck getting this to work either.</p>
<p>I can get it to work by manually typing this for example:</p>
<p><a href="http://localhost/blaze/page/admin/create" rel="nofollow">http://localhost/blaze/page/admin/create</a></p>
<p>but the links within the app look like this:</p>
<p><a href="http://localhost/blaze/admin/page/create" rel="nofollow">http://localhost/blaze/admin/page/create</a></p>
<p>which results in page not found.</p>
<p>I assume this is something to do with the routing but I&#8217;ve only just started with CI and need to play around with it a bit more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliot</title>
		<link>http://blaze.haughin.com/2008/02/19/blaze-081-release/#comment-14</link>
		<dc:creator>Elliot</dc:creator>
		<pubDate>Thu, 21 Feb 2008 09:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/2008/02/19/blaze-081-release/#comment-14</guid>
		<description>Loading a model.... You need to specify which module first...

Like:

&lt;pre lang="PHP"&gt;
$this-&gt;load-&gt;model('blog', 'Blog_Model');
&lt;/pre</description>
		<content:encoded><![CDATA[<p>Loading a model&#8230;. You need to specify which module first&#8230;</p>
<p>Like:</p>
<pre lang="PHP">
$this->load->model('blog', 'Blog_Model');
</pre</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://blaze.haughin.com/2008/02/19/blaze-081-release/#comment-13</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Thu, 21 Feb 2008 00:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/2008/02/19/blaze-081-release/#comment-13</guid>
		<description>Hey Guys, 

I am getting an error
 
An Error Was Encountered

Unable to locate the model you have specified: page

Do you have any set-up instructions?

Rich</description>
		<content:encoded><![CDATA[<p>Hey Guys, </p>
<p>I am getting an error</p>
<p>An Error Was Encountered</p>
<p>Unable to locate the model you have specified: page</p>
<p>Do you have any set-up instructions?</p>
<p>Rich</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cflee</title>
		<link>http://blaze.haughin.com/2008/02/19/blaze-081-release/#comment-12</link>
		<dc:creator>cflee</dc:creator>
		<pubDate>Wed, 20 Feb 2008 12:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/2008/02/19/blaze-081-release/#comment-12</guid>
		<description>Is it just me? I can't seem to get to the Page admin bit from the admin panel - 404. 

But I do like how this thing is structured so far.</description>
		<content:encoded><![CDATA[<p>Is it just me? I can&#8217;t seem to get to the Page admin bit from the admin panel - 404. </p>
<p>But I do like how this thing is structured so far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliot</title>
		<link>http://blaze.haughin.com/2008/02/19/blaze-081-release/#comment-9</link>
		<dc:creator>Elliot</dc:creator>
		<pubDate>Tue, 19 Feb 2008 22:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/2008/02/19/blaze-081-release/#comment-9</guid>
		<description>Thanks for the comments guys...

I think that UTF-8 is a good idea, and when the 1.0  releases start rolling out, I wil be removing the Mac specific files.</description>
		<content:encoded><![CDATA[<p>Thanks for the comments guys&#8230;</p>
<p>I think that UTF-8 is a good idea, and when the 1.0  releases start rolling out, I wil be removing the Mac specific files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gunnar</title>
		<link>http://blaze.haughin.com/2008/02/19/blaze-081-release/#comment-8</link>
		<dc:creator>gunnar</dc:creator>
		<pubDate>Tue, 19 Feb 2008 21:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/2008/02/19/blaze-081-release/#comment-8</guid>
		<description>shave off the __MACOSX and .DS_Store to save a bunch of download size :)</description>
		<content:encoded><![CDATA[<p>shave off the __MACOSX and .DS_Store to save a bunch of download size <img src='http://blaze.haughin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://blaze.haughin.com/2008/02/19/blaze-081-release/#comment-7</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 19 Feb 2008 19:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/2008/02/19/blaze-081-release/#comment-7</guid>
		<description>Interesting - I like where you are going with this - I did notice some issues on the navigation pane (around line 43)</description>
		<content:encoded><![CDATA[<p>Interesting - I like where you are going with this - I did notice some issues on the navigation pane (around line 43)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phpwebdev</title>
		<link>http://blaze.haughin.com/2008/02/19/blaze-081-release/#comment-6</link>
		<dc:creator>phpwebdev</dc:creator>
		<pubDate>Tue, 19 Feb 2008 19:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/2008/02/19/blaze-081-release/#comment-6</guid>
		<description>My proposal change database  UTF 8 format</description>
		<content:encoded><![CDATA[<p>My proposal change database  UTF 8 format</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phpwebdev</title>
		<link>http://blaze.haughin.com/2008/02/19/blaze-081-release/#comment-5</link>
		<dc:creator>phpwebdev</dc:creator>
		<pubDate>Tue, 19 Feb 2008 19:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/2008/02/19/blaze-081-release/#comment-5</guid>
		<description>Hi 

I just  downloaded  new version on the CMS 

I can help u with transcription on the Bulgarian   language , or some else !

if u agree drop me the line</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>I just  downloaded  new version on the CMS </p>
<p>I can help u with transcription on the Bulgarian   language , or some else !</p>
<p>if u agree drop me the line</p>
]]></content:encoded>
	</item>
</channel>
</rss>
