<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Christian Schneider &#187; BackendPro</title>
	<atom:link href="http://christian.is.blogorio.us/category/codeigniter/backendpro/feed/" rel="self" type="application/rss+xml" />
	<link>http://christian.is.blogorio.us</link>
	<description>Just another blogorio.us weblog</description>
	<lastBuildDate>Tue, 10 May 2011 08:04:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New BackendPro version released</title>
		<link>http://christian.is.blogorio.us/2009/08/04/new-backendpro-version-released/</link>
		<comments>http://christian.is.blogorio.us/2009/08/04/new-backendpro-version-released/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 07:01:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BackendPro]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://christian.is.blogorio.us/?p=34</guid>
		<description><![CDATA[Last week I saw that there was a new version of BackendPro. Not it is 0.6.
On one of our projects I started to update the version, but after some time I saw that there a lot of changes which make the software really good. At all it costs me two days to update the single [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I saw that there was a new version of BackendPro. Not it is 0.6.</p>
<p>On one of our projects I started to update the version, but after some time I saw that there a lot of changes which make the software really good. At all it costs me two days to update the single project (three are waiting for an update <img src='http://christian.is.blogorio.us/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  )</p>
<p>Yesterday I want to bring the new version on the LiveSystem, but here I got some further problem, which are not there on my MacBookPro with MAMP:</p>
<p>I had a problem with the installation on my webserver (Debian Etch with Apache 2). I guess that this is a known CodeIgniter problem, so I want to please Adam for the next release to change the things&#8230; For all other interested people read the following solutions:</p>
<p>1) CamelCase doesn&#8217;t really working good with CodeIgniter.<br />
I got an error on my webserver which told me &#8220;Unable to load the requested class: bep_site&#8221;.</p>
<p>Solution: Change all filenames in modules/site/libraries to</p>
<p>Bep_assetfile.php<br />
Bep_assets.php<br />
Bep_browser.php<br />
Bep_site.php</p>
<p>2) File changes<br />
In the file modules/site/libraries/Bep_assets.php I had to change the following line:</p>
<p>- include_once(&#8217;Bep_AssetFile.php&#8217;);<br />
+ include_once(&#8217;Bep_assetfile.php&#8217;);</p>
<p>- $this-&gt;CI-&gt;load-&gt;library(&#8217;Bep_Browser&#8217;);<br />
+ $this-&gt;CI-&gt;load-&gt;library(&#8217;bep_browser&#8217;);</p>
<p>The reason is located in 1)</p>
<p>For all other: If you have any further question, please the comments of this post&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://christian.is.blogorio.us/2009/08/04/new-backendpro-version-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeIgniter BackendPro</title>
		<link>http://christian.is.blogorio.us/2009/03/22/codeigniter-backendpro/</link>
		<comments>http://christian.is.blogorio.us/2009/03/22/codeigniter-backendpro/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 12:42:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BackendPro]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://christian.is.blogorio.us/?p=15</guid>
		<description><![CDATA[Some time ago we started to develop our projects with CodeIgniter. On this basis we were looking for good backend tool and we found BackendPro. Today I started a new project and was looking for some updates on the systems we use. I was surprised to find out that BackendPro was yesterday released in a [...]]]></description>
			<content:encoded><![CDATA[<p>Some time ago we started to develop our projects with CodeIgniter. On this basis we were looking for good backend tool and we found BackendPro. Today I started a new project and was looking for some updates on the systems we use. I was surprised to find out that BackendPro was yesterday released in a new version:<a href="http://www.kaydoo.co.uk/2009/03/backendpro-05" target="_blank"> BackendPro 0.5</a> (THANK YOU very much Adam Price for this good work).</p>
<p>Here are the tools we actually using:</p>
<ul>
<li><a href="http://codeigniter.com/">Codeigniter 1.7.1</a></li>
<li><a href="http://www.kaydoo.co.uk/2009/03/backendpro-05" target="_blank">BackendPro 0.5</a></li>
<li><a href="http://www.mrkirkland.com/codeigniter-language-file-translator/" target="_blank">CodeIgniter Language File Translator</a></li>
<li><a href="http://www.williamsconcepts.com/ci/codeigniter/libraries/template/reference.html">Template Library for CodeIgniter</a></li>
</ul>
<p>With the above mentioned tools you can do a lot of good things and get a lot of work done&#8230; Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://christian.is.blogorio.us/2009/03/22/codeigniter-backendpro/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

