<?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>Subooa Studios Blog &#187; CodeIgniter</title>
	<atom:link href="http://blog.subooa.com/category/development/codeigniter/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.subooa.com</link>
	<description>Custom development by Chris Duell aka duellsy</description>
	<lastBuildDate>Wed, 28 Jul 2010 03:57:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Create your own link shortening site</title>
		<link>http://blog.subooa.com/development/codeigniter/create-your-own-link-shortening-site/</link>
		<comments>http://blog.subooa.com/development/codeigniter/create-your-own-link-shortening-site/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 07:40:49 +0000</pubDate>
		<dc:creator>Chris Duell</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>

		<guid isPermaLink="false">http://blog.subooa.com/?p=370</guid>
		<description><![CDATA[I recently created a complete site that is a link shortening tool which allows you to run your own public link shortener that keeps statistics on user clicks, and also displays a feed of what is 'hot' right now, based on the communities use / click throughs. This article is a quick rundown on how to set it up, and where to view a running demo.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-right: 10px; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.subooa.com%2Fdevelopment%2Fcodeigniter%2Fcreate-your-own-link-shortening-site%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.subooa.com%2Fdevelopment%2Fcodeigniter%2Fcreate-your-own-link-shortening-site%2F&amp;source=duellsy&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>This application is built using the CodeIgniter base and the MVC approach, and comes with the CodeIgniter userguide, which is located in the user_guide directory. For more information on CodeIgniter, please visit <a href="www.codeigniter.com?phpMyAdmin=22ec4c43865at4a9a78a">www.codeigniter.com</a></p>
<p>A full demo of the tool is at <a title="My Link Shortener" href="http://mls.subooa.com">http://mls.subooa.com</a> (the admin area is still private as this is a running site, you&#8217;ll have access to your own admin area when you setup your site)</p>
<p>First of all, you&#8217;ll need to download the package which you can get from Themeforest at the following location:</p>
<p><a href="http://themeforest.net/item/my-link-shortener/51104?ref=duellsy">http://themeforest.net/item/my-link-shortener/51104</a></p>
<p>So lets get started&#8230;</p>
<p>Create a new database called mls (you can change this if you like, however you&#8217;ll need to edit the database.php file to suit)<br />
Run the database.sql file on that database using your preferred method (import using phpmyadmin for example).</p>
<p>The following files need to be modified to match your environment:</p>
<p>application/config/database.php<br />
application/config/config.php<br />
application/config/site_config.php</p>
<p>You will also need to change the about and terms page content to reflect your own site.<br />
The files are located in the application/views folder as about.php and terms.php respectively.</p>
<p>Finally, you&#8217;ll need to edit template.htaccess, if you want to run this in a folder you&#8217;ll need to place the folder name before index.php (e.g., /folder/index.php ), otherwise the entry should read just /index.php. Rename template.htaccess to .htaccess</p>
<p>And that&#8217;s all there is to it! You now have your very own link shortening tool setup and running. If you have any questions / issues with the app, please post them on the discussion page on the item on Themeforst, not here as other people will also be able to benefit from the responses.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://blog.subooa.com/development/codeigniter/create-your-own-link-shortening-site/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.subooa.com/development/codeigniter/create-your-own-link-shortening-site/&amp;title=Create+your+own+link+shortening+site" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.subooa.com/development/codeigniter/create-your-own-link-shortening-site/&amp;title=Create+your+own+link+shortening+site" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://blog.subooa.com/development/codeigniter/create-your-own-link-shortening-site/&amp;title=Create+your+own+link+shortening+site&amp;desc=I%20recently%20created%20a%20complete%20site%20that%20is%20a%20link%20shortening%20tool%20which%20allows%20you%20to%20run%20your%20own%20public%20link%20shortener%20that%20keeps%20statistics%20on%20user%20clicks%2C%20and%20also%20displays%20a%20feed%20of%20what%20is%20%27hot%27%20right%20now%2C%20based%20on%20the%20communities%20use%20%2F%20click%20throughs.%20This%20article%20is%20a%20quick%20rundown%20on%20how%20to%20set%20it%20up%2C%20and%20where%20to%20view%20a%20running%20demo." rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://blog.subooa.com/development/codeigniter/create-your-own-link-shortening-site/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://blog.subooa.com/development/codeigniter/create-your-own-link-shortening-site/&amp;title=Create+your+own+link+shortening+site" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.subooa.com/development/codeigniter/create-your-own-link-shortening-site/&amp;title=Create+your+own+link+shortening+site" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://blog.subooa.com/development/codeigniter/create-your-own-link-shortening-site/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Create+your+own+link+shortening+site+-+http://bit.ly/3chh8I&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<script type="text/javascript">var wordpress_toolbar_urls = ["http:\/\/api.tweetmeme.com\/share?url=http%3A%2F%2Fblog.subooa.com%2Fdevelopment%2Fcodeigniter%2Fcreate-your-own-link-shortening-site%2F","http:\/\/mls.subooa.com","http:\/\/themeforest.net\/item\/my-link-shortener\/51104?ref=duellsy","http:\/\/twitter.com\/home?status=Create+your+own+link+shortening+site+-+http:\/\/bit.ly\/3chh8I&amp;source=shareaholic"];var wordpress_toolbar_url = "";var wordpress_toolbar_oinw = "oinw";var wordpress_toolbar_hash = "aHR0cDovL2Jsb2cuc3Vib29hLmNvbS9kZXZlbG9wbWVudC9jb2RlaWduaXRlci9jcmVhdGUteW91ci1vd24tbGluay1zaG9ydGVuaW5nLXNpdGUvPHdwdGI%2BQ3JlYXRlIHlvdXIgb3duIGxpbmsgc2hvcnRlbmluZyBzaXRlPHdwdGI%2BaHR0cDovL2Jsb2cuc3Vib29hLmNvbTx3cHRiPlN1Ym9vYSBTdHVkaW9zIEJsb2c%3D";</script>]]></content:encoded>
			<wfw:commentRss>http://blog.subooa.com/development/codeigniter/create-your-own-link-shortening-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Modules in Code Igniter (HMVC)</title>
		<link>http://blog.subooa.com/development/modules-in-code-igniter-hmvc/</link>
		<comments>http://blog.subooa.com/development/modules-in-code-igniter-hmvc/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 12:26:22 +0000</pubDate>
		<dc:creator>Chris Duell</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[CI]]></category>
		<category><![CDATA[HMVC]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.subooa.com/?p=42</guid>
		<description><![CDATA[Threw this on ShopTank tonight for Matt, looks very impressive. A way to create and load modules in code igniter&#8230; can&#8217;t be bothered explaining it, the details on their info page do a good job of it. Stupidly easy to install and get going, just add the libaries to your installation and you&#8217;re away. Might [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-right: 10px; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.subooa.com%2Fdevelopment%2Fmodules-in-code-igniter-hmvc%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.subooa.com%2Fdevelopment%2Fmodules-in-code-igniter-hmvc%2F&amp;source=duellsy&amp;style=normal&amp;service=bit.ly&amp;hashtags=CI,HMVC,PHP" height="61" width="50" /><br />
			</a>
		</div>
<p>Threw this on ShopTank tonight for Matt, looks very impressive. A way to create and load modules in code igniter&#8230; can&#8217;t be bothered explaining it, the details on their info page do a good job of it. Stupidly easy to install and get going, just add the libaries to your installation and you&#8217;re away.</p>
<p>Might write something up another day on integrating this into a template manager (ala subooa.com)</p>
<p><a href="http://codeigniter.com/wiki/Modular_Extensions_-_HMVC/">http://codeigniter.com/wiki/Modular_Extensions_-_HMVC/</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://blog.subooa.com/development/modules-in-code-igniter-hmvc/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.subooa.com/development/modules-in-code-igniter-hmvc/&amp;title=Modules+in+Code+Igniter+%28HMVC%29" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.subooa.com/development/modules-in-code-igniter-hmvc/&amp;title=Modules+in+Code+Igniter+%28HMVC%29" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://blog.subooa.com/development/modules-in-code-igniter-hmvc/&amp;title=Modules+in+Code+Igniter+%28HMVC%29&amp;desc=Threw%20this%20on%20ShopTank%20tonight%20for%20Matt%2C%20looks%20very%20impressive.%20A%20way%20to%20create%20and%20load%20modules%20in%20code%20igniter...%20can%27t%20be%20bothered%20explaining%20it%2C%20the%20details%20on%20their%20info%20page%20do%20a%20good%20job%20of%20it.%20Stupidly%20easy%20to%20install%20and%20get%20going%2C%20just%20add%20the%20libaries%20to%20your%20installation%20and%20you%27re%20away." rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://blog.subooa.com/development/modules-in-code-igniter-hmvc/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://blog.subooa.com/development/modules-in-code-igniter-hmvc/&amp;title=Modules+in+Code+Igniter+%28HMVC%29" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.subooa.com/development/modules-in-code-igniter-hmvc/&amp;title=Modules+in+Code+Igniter+%28HMVC%29" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://blog.subooa.com/development/modules-in-code-igniter-hmvc/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Modules+in+Code+Igniter+%28HMVC%29+-+http://bit.ly/3WQ5ik&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<script type="text/javascript">var wordpress_toolbar_urls = ["http:\/\/api.tweetmeme.com\/share?url=http%3A%2F%2Fblog.subooa.com%2Fdevelopment%2Fmodules-in-code-igniter-hmvc%2F","http:\/\/codeigniter.com\/wiki\/Modular_Extensions_-_HMVC\/","http:\/\/twitter.com\/home?status=Modules+in+Code+Igniter+%28HMVC%29+-+http:\/\/bit.ly\/3WQ5ik&amp;source=shareaholic"];var wordpress_toolbar_url = "";var wordpress_toolbar_oinw = "oinw";var wordpress_toolbar_hash = "aHR0cDovL2Jsb2cuc3Vib29hLmNvbS9kZXZlbG9wbWVudC9tb2R1bGVzLWluLWNvZGUtaWduaXRlci1obXZjLzx3cHRiPk1vZHVsZXMgaW4gQ29kZSBJZ25pdGVyIChITVZDKTx3cHRiPmh0dHA6Ly9ibG9nLnN1Ym9vYS5jb208d3B0Yj5TdWJvb2EgU3R1ZGlvcyBCbG9n";</script>]]></content:encoded>
			<wfw:commentRss>http://blog.subooa.com/development/modules-in-code-igniter-hmvc/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CodeIgniter 1.7 released</title>
		<link>http://blog.subooa.com/development/codeigniter-17-released/</link>
		<comments>http://blog.subooa.com/development/codeigniter-17-released/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 21:51:53 +0000</pubDate>
		<dc:creator>Chris Duell</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[CI]]></category>

		<guid isPermaLink="false">http://blog.subooa.com/?p=35</guid>
		<description><![CDATA[CodeIgniter Version 1.7 has been released. This version contains a number of new features and enhancements, as well as many small improvements and bug fixes. For a list of all changes please see the Change Log. If you are currently running Code Igniter please read the update instructions. Note: If your browser does not display [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-right: 10px; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.subooa.com%2Fdevelopment%2Fcodeigniter-17-released%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.subooa.com%2Fdevelopment%2Fcodeigniter-17-released%2F&amp;source=duellsy&amp;style=normal&amp;service=bit.ly&amp;hashtags=CI" height="61" width="50" /><br />
			</a>
		</div>
<p>CodeIgniter Version 1.7 has been released.  This version contains a number of new features and enhancements, as well as many small improvements and bug fixes. For a list of all changes please see the <a href="http://www.codeigniter.com/user_guide/changelog.html">Change Log</a>.</p>
<p>If you are currently running Code Igniter please read the <a href="http://www.codeigniter.com/user_guide/installation/upgrading.html">update instructions</a>.</p>
<p>Note:  If your browser does not display the 1.7 user guide please clear your cache and reload the page.</p>
<p><em>Posted by Rick Ellis on October 23, 2008</em></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://blog.subooa.com/development/codeigniter-17-released/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.subooa.com/development/codeigniter-17-released/&amp;title=CodeIgniter+1.7+released" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.subooa.com/development/codeigniter-17-released/&amp;title=CodeIgniter+1.7+released" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://blog.subooa.com/development/codeigniter-17-released/&amp;title=CodeIgniter+1.7+released&amp;desc=CodeIgniter%20Version%201.7%20has%20been%20released.%20%20This%20version%20contains%20a%20number%20of%20new%20features%20and%20enhancements%2C%20as%20well%20as%20many%20small%20improvements%20and%20bug%20fixes.%20For%20a%20list%20of%20all%20changes%20please%20see%20the%20Change%20Log.%0D%0A%0D%0AIf%20you%20are%20currently%20running%20Code%20Igniter%20please%20read%20the%20update%20instructions.%0D%0A%0D%0ANot" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://blog.subooa.com/development/codeigniter-17-released/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://blog.subooa.com/development/codeigniter-17-released/&amp;title=CodeIgniter+1.7+released" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.subooa.com/development/codeigniter-17-released/&amp;title=CodeIgniter+1.7+released" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://blog.subooa.com/development/codeigniter-17-released/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=CodeIgniter+1.7+released+-+http://bit.ly/2YezIR&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<script type="text/javascript">var wordpress_toolbar_urls = ["http:\/\/api.tweetmeme.com\/share?url=http%3A%2F%2Fblog.subooa.com%2Fdevelopment%2Fcodeigniter-17-released%2F","http:\/\/www.codeigniter.com\/user_guide\/changelog.html","http:\/\/www.codeigniter.com\/user_guide\/installation\/upgrading.html","http:\/\/twitter.com\/home?status=CodeIgniter+1.7+released+-+http:\/\/bit.ly\/2YezIR&amp;source=shareaholic"];var wordpress_toolbar_url = "";var wordpress_toolbar_oinw = "oinw";var wordpress_toolbar_hash = "aHR0cDovL2Jsb2cuc3Vib29hLmNvbS9kZXZlbG9wbWVudC9jb2RlaWduaXRlci0xNy1yZWxlYXNlZC88d3B0Yj5Db2RlSWduaXRlciAxLjcgcmVsZWFzZWQ8d3B0Yj5odHRwOi8vYmxvZy5zdWJvb2EuY29tPHdwdGI%2BU3Vib29hIFN0dWRpb3MgQmxvZw%3D%3D";</script>]]></content:encoded>
			<wfw:commentRss>http://blog.subooa.com/development/codeigniter-17-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up a CodeIgniter project in SVN</title>
		<link>http://blog.subooa.com/development/setting-up-a-ci-project-in-svn/</link>
		<comments>http://blog.subooa.com/development/setting-up-a-ci-project-in-svn/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 21:48:04 +0000</pubDate>
		<dc:creator>Chris Duell</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[CI]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://blog.subooa.com/?p=31</guid>
		<description><![CDATA[Only because I know I&#8217;m gonna have to use this&#8230; well I already am, but apparently not with the right setup, here&#8217;s a post on CodeIgniter.com on how to setup your project best in SVN. http://codeigniter.com/news/codeigniter_community_voice_howto_set_up_a_codeigniter_project_in_subversio/ Subscribe to the comments for this post? Share this on del.icio.us Digg this! Post this on Diigo Post on [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-right: 10px; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.subooa.com%2Fdevelopment%2Fsetting-up-a-ci-project-in-svn%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.subooa.com%2Fdevelopment%2Fsetting-up-a-ci-project-in-svn%2F&amp;source=duellsy&amp;style=normal&amp;service=bit.ly&amp;hashtags=CI,SVN" height="61" width="50" /><br />
			</a>
		</div>
<p>Only because I know I&#8217;m gonna have to use this&#8230; well I already am, but apparently not with the right setup, here&#8217;s a post on CodeIgniter.com on how to setup your project best in SVN.</p>
<p><span style="color: #551a8b; text-decoration: underline;"><a href="http://codeigniter.com/news/codeigniter_community_voice_howto_set_up_a_codeigniter_project_in_subversio/">http://codeigniter.com/news/codeigniter_community_voice_howto_set_up_a_codeigniter_project_in_subversio/</a><br />
</span></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://blog.subooa.com/development/setting-up-a-ci-project-in-svn/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.subooa.com/development/setting-up-a-ci-project-in-svn/&amp;title=Setting+up+a+CodeIgniter+project+in+SVN" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.subooa.com/development/setting-up-a-ci-project-in-svn/&amp;title=Setting+up+a+CodeIgniter+project+in+SVN" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://blog.subooa.com/development/setting-up-a-ci-project-in-svn/&amp;title=Setting+up+a+CodeIgniter+project+in+SVN&amp;desc=Only%20because%20I%20know%20I%27m%20gonna%20have%20to%20use%20this...%20well%20I%20already%20am%2C%20but%20apparently%20not%20with%20the%20right%20setup%2C%20here%27s%20a%20post%20on%20CodeIgniter.com%20on%20how%20to%20setup%20your%20project%20best%20in%20SVN.%0D%0A%0D%0Ahttp%3A%2F%2Fcodeigniter.com%2Fnews%2Fcodeigniter_community_voice_howto_set_up_a_codeigniter_project_in_subversio%2F%0D%0A" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://blog.subooa.com/development/setting-up-a-ci-project-in-svn/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://blog.subooa.com/development/setting-up-a-ci-project-in-svn/&amp;title=Setting+up+a+CodeIgniter+project+in+SVN" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.subooa.com/development/setting-up-a-ci-project-in-svn/&amp;title=Setting+up+a+CodeIgniter+project+in+SVN" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://blog.subooa.com/development/setting-up-a-ci-project-in-svn/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Setting+up+a+CodeIgniter+project+in+SVN+-+http://bit.ly/tX2Rs&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<script type="text/javascript">var wordpress_toolbar_urls = ["http:\/\/api.tweetmeme.com\/share?url=http%3A%2F%2Fblog.subooa.com%2Fdevelopment%2Fsetting-up-a-ci-project-in-svn%2F","http:\/\/codeigniter.com\/news\/codeigniter_community_voice_howto_set_up_a_codeigniter_project_in_subversio\/","http:\/\/twitter.com\/home?status=Setting+up+a+CodeIgniter+project+in+SVN+-+http:\/\/bit.ly\/tX2Rs&amp;source=shareaholic"];var wordpress_toolbar_url = "";var wordpress_toolbar_oinw = "oinw";var wordpress_toolbar_hash = "aHR0cDovL2Jsb2cuc3Vib29hLmNvbS9kZXZlbG9wbWVudC9zZXR0aW5nLXVwLWEtY2ktcHJvamVjdC1pbi1zdm4vPHdwdGI%2BU2V0dGluZyB1cCBhIENvZGVJZ25pdGVyIHByb2plY3QgaW4gU1ZOPHdwdGI%2BaHR0cDovL2Jsb2cuc3Vib29hLmNvbTx3cHRiPlN1Ym9vYSBTdHVkaW9zIEJsb2c%3D";</script>]]></content:encoded>
			<wfw:commentRss>http://blog.subooa.com/development/setting-up-a-ci-project-in-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
