<?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>Open source blog, linux, php, python, security &#187; code igniter</title>
	<atom:link href="http://www.alonon.net/tag/code-igniter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alonon.net</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 07:23:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>

   <image>
    <title>Open source blog, linux, php, python, security</title>
    <url>http://0.gravatar.com/avatar/5152c5736f5f8dd9570ffb2f9068e8ab.png?s=48</url>
    <link>http://www.alonon.net</link>
   </image>
		<item>
		<title>Codeigniter</title>
		<link>http://www.alonon.net/codeigniter/</link>
		<comments>http://www.alonon.net/codeigniter/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 21:20:14 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[code igniter]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[framework]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=36</guid>
		<description><![CDATA[While i was talking to mehmet ,he mentioned about php frameworks.  I heard somethings about them but not realy knew what they do. After some research i found codeigniter. Codeignter is an open source php framework. You can use it to make faster, easier web applications. Also it has rich php library. To understand how &#8230; <a href="http://www.alonon.net/codeigniter/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>While i was talking to <a href="http://www.yuzonyedi.net">mehmet</a> ,he mentioned about php frameworks.  I heard somethings about them but not realy knew what they do.</p>
<p>After some research i found codeigniter. Codeignter is an open source php framework. You can use it to make faster, easier web applications. Also it has rich php library. To understand how it works , you can watch video tutorial of Codeigniter from <a href="http://codeigniter.com/tutorials/">here</a></p>
<p>This code gets all information from your database table named category</p>
<pre lang="php">$data['query'] = $this-&gt;db-&gt;get('category');</pre>
<p>To get last 2 data i used only this code:</p>
<pre lang="php">$data['query'] = $this-&gt;db-&gt;get('category',2);</pre>
<p>Codeigniter makes up a form for your database tables to instert your data, you don&#8217;t have to write any mysql, and html code <img src='http://www.alonon.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>i hope you like it</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/codeigniter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

