<?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>PersonalBlog &#187; Ellislab</title>
	<atom:link href="http://arimita.web.id/tag/ellislab/feed/" rel="self" type="application/rss+xml" />
	<link>http://arimita.web.id</link>
	<description>Just another personal weblog</description>
	<lastBuildDate>Mon, 19 Jul 2010 08:31:10 +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>CodeIgniter 2.0</title>
		<link>http://arimita.web.id/2010/07/codeigniter-2-0/</link>
		<comments>http://arimita.web.id/2010/07/codeigniter-2-0/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 08:31:10 +0000</pubDate>
		<dc:creator>mythworks</dc:creator>
				<category><![CDATA[Code Igniter]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[CodeIgniter 2.0]]></category>
		<category><![CDATA[Core]]></category>
		<category><![CDATA[Ellislab]]></category>

		<guid isPermaLink="false">http://arimita.web.id/?p=250</guid>
		<description><![CDATA[CodeIgniter 2.0 is a new version after CodeIgniter 1.7.2. You can not update as simple as version before like from 1.7.1 to 1.7.2, using replace files and directories in ‘system’ folder. As of CodeIgniter 2.0, Scaffolding and Plugins have been removed. But developers are encouraged to refactor existing plugins as helpers or libraries. 
There is [...]]]></description>
			<content:encoded><![CDATA[<p>CodeIgniter 2.0 is a new version after CodeIgniter 1.7.2. You can not update as simple as version before like from 1.7.1 to 1.7.2, using replace files and directories in ‘system’ folder. As of CodeIgniter 2.0, Scaffolding and Plugins have been removed. But developers are encouraged to refactor existing plugins as helpers or libraries. </p>
<p>There is a new feature of Loader Class in this version. That is Application &#8216;Package&#8217; which allows for the easy distribution of complete sets of resource in a single directory complete with its own libraries, models, helpers, config and language files. It is recommended that these packages be placed in the application/third_party folder. Lets see a sample map of an package directory:<br />
Sample Package named &#8216;Left Bar&#8217; on a Directory Map:</p>
<pre class="brush: php;">
/application/third_party/foo_bar

config/
helpers/
language/
libraries/
models/
</pre>
<p>It has it’s own config files, helpers, language files, libraries, and models. How to use this resource in controllers, you can read fully in CodeIgniter 2.0 user_guide/libraries/loader.html.</p>
<p>Core System Classes<br />
Every time CodeIgniter runs there are several base classes that are initialized automatically. It is possible to swap any of the core system classes with your own version. To use your own class please place on local application/core/your_class.php. In 1.7.2 or before you should place on application/libraries/your_class.php.</p>
<p>To download and see the fully significant about CodeIgniter 2.0 please visit <a href="http://bitbucket.org/ellislab/codeigniter/wiki/What%27s%20New#">ellislab</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://arimita.web.id/2010/07/codeigniter-2-0/feed/</wfw:commentRss>
		<slash:comments>101</slash:comments>
		</item>
	</channel>
</rss>

