<?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>John Bernard Abella [blog] &#187; Config</title>
	<atom:link href="http://www.johnbernardabella.com/tag/config/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnbernardabella.com</link>
	<description>A System Admin's Notebook, A Progrmmers Journal</description>
	<lastBuildDate>Wed, 16 Jun 2010 13:27:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Getting Started with CodeIgniter</title>
		<link>http://www.johnbernardabella.com/getting-started-with-codeigniter/</link>
		<comments>http://www.johnbernardabella.com/getting-started-with-codeigniter/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 10:09:05 +0000</pubDate>
		<dc:creator>jba_21</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[CI]]></category>
		<category><![CDATA[Config]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Framework]]></category>

		<guid isPermaLink="false">http://www.johnbernardabella.com/2008/02/04/getting-started-with-codeigniter/</guid>
		<description><![CDATA[Actually CodeIgniter framework (CI) is nearly zero configuration.  First is to put your CI files to your webserver, in this example will be using the web root directory of my webserver.
Host : www.johnbernardabella.com
Database :  localhost
Username : test
Password : test
After we need to modify system\application\config\config.php

Look for :
$config['base_url'] = ''
change to :
$config['base_url'] = "http://www.johnbernardabella.com/" //for [...]]]></description>
			<content:encoded><![CDATA[<p>Actually CodeIgniter framework (<strong>CI</strong>) is nearly zero configuration.  First is to put your CI files to your webserver, in this example will be using the web root directory of my webserver.</p>
<blockquote><p>Host : www.johnbernardabella.com<br />
Database :  localhost<br />
Username : test<br />
Password : test</p></blockquote>
<p>After we need to modify <strong>system\application\config\config.php</strong></p>
<p></p>
<p>Look for :</p>
<p><code>$config['base_url'] = ''</code></p>
<p>change to :</p>
<p><code>$config['base_url'] = "http://www.johnbernardabella.com/" //for we are using the web root of the server</code></p>
<p>Then Save.</p>
<p>Second is to open  <strong>system\application\config\database.php</strong></p>
<p><code>$db['default']['hostname'] = "localhost";     //Host of the database<br />
$db['default']['username'] = "test";             //Username of the database<br />
$db['default']['password'] = "test";             //Password of the database<br />
$db['default']['database'] = "test";             // Database Name<br />
$db['default']['dbdriver'] = "mysql";            // Database driver for this example I use mysql<br />
$db['default']['dbprefix'] = "";                          // Database prefix<br />
$db['default']['pconnect'] = FALSE;          // Connection type (pconnect of connect)</code></p>
<p>and you CI is now configured, it now able to connect the database.</p>
<p>Next topic would be tweaking defualt CI configuration.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.johnbernardabella.com/getting-started-with-codeigniter/&amp;t=Getting+Started+with+CodeIgniter" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Getting+Started+with+CodeIgniter+-+http://b2l.me/ca92m+(via+@jbabella)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.johnbernardabella.com/getting-started-with-codeigniter/&amp;title=Getting+Started+with+CodeIgniter&amp;summary=Actually%20CodeIgniter%20framework%20%28CI%29%20is%20nearly%20zero%20configuration.%20%20First%20is%20to%20put%20your%20CI%20files%20to%20your%20webserver%2C%20in%20this%20example%20will%20be%20using%20the%20web%20root%20directory%20of%20my%20webserver.%0D%0AHost%20%3A%20www.johnbernardabella.com%0D%0ADatabase%20%3A%20%20localhost%0D%0AUsername%20%3A%20test%0D%0APassword%20%3A%20test%0D%0AAfter%20we%20need%20to%20modif&amp;source=John Bernard Abella [blog]" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://www.johnbernardabella.com/getting-started-with-codeigniter/&amp;n=Getting+Started+with+CodeIgniter&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.johnbernardabella.com/getting-started-with-codeigniter/&amp;title=Getting+Started+with+CodeIgniter" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.johnbernardabella.com/getting-started-with-codeigniter/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.johnbernardabella.com/getting-started-with-codeigniter/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.johnbernardabella.com/getting-started-with-codeigniter/&amp;title=Getting+Started+with+CodeIgniter" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.johnbernardabella.com/getting-started-with-codeigniter/&amp;title=Getting+Started+with+CodeIgniter&amp;desc=Actually%20CodeIgniter%20framework%20%28CI%29%20is%20nearly%20zero%20configuration.%20%20First%20is%20to%20put%20your%20CI%20files%20to%20your%20webserver%2C%20in%20this%20example%20will%20be%20using%20the%20web%20root%20directory%20of%20my%20webserver.%0D%0AHost%20%3A%20www.johnbernardabella.com%0D%0ADatabase%20%3A%20%20localhost%0D%0AUsername%20%3A%20test%0D%0APassword%20%3A%20test%0D%0AAfter%20we%20need%20to%20modif" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.johnbernardabella.com/getting-started-with-codeigniter/&amp;title=Getting+Started+with+CodeIgniter" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.johnbernardabella.com/getting-started-with-codeigniter/&amp;submitHeadline=Getting+Started+with+CodeIgniter&amp;submitSummary=Actually%20CodeIgniter%20framework%20%28CI%29%20is%20nearly%20zero%20configuration.%20%20First%20is%20to%20put%20your%20CI%20files%20to%20your%20webserver%2C%20in%20this%20example%20will%20be%20using%20the%20web%20root%20directory%20of%20my%20webserver.%0D%0AHost%20%3A%20www.johnbernardabella.com%0D%0ADatabase%20%3A%20%20localhost%0D%0AUsername%20%3A%20test%0D%0APassword%20%3A%20test%0D%0AAfter%20we%20need%20to%20modif&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.johnbernardabella.com/getting-started-with-codeigniter/&amp;title=Getting+Started+with+CodeIgniter" 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="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.johnbernardabella.com/getting-started-with-codeigniter/&amp;t=Getting+Started+with+CodeIgniter" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=Getting+Started+with+CodeIgniter&amp;text=Actually%20CodeIgniter%20framework%20%28CI%29%20is%20nearly%20zero%20configuration.%20%20First%20is%20to%20put%20your%20CI%20files%20to%20your%20webserver%2C%20in%20this%20example%20will%20be%20using%20the%20web%20root%20directory%20of%20my%20webserver.%0D%0AHost%20%3A%20www.johnbernardabella.com%0D%0ADatabase%20%3A%20%20localhost%0D%0AUsername%20%3A%20test%0D%0APassword%20%3A%20test%0D%0AAfter%20we%20need%20to%20modif+-+http://www.johnbernardabella.com/getting-started-with-codeigniter/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.johnbernardabella.com/getting-started-with-codeigniter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
