<?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; framework</title>
	<atom:link href="http://www.alonon.net/tag/framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alonon.net</link>
	<description></description>
	<lastBuildDate>Wed, 02 Jun 2010 08:11:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>

   <image>
    <title>Open source blog, linux, php, python, security</title>
    <url>http://1.gravatar.com/avatar/5152c5736f5f8dd9570ffb2f9068e8ab?s=</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>

	Tags: <a href="http://www.alonon.net/tag/code-igniter/" title="code igniter" rel="tag">code igniter</a>, <a href="http://www.alonon.net/tag/codeigniter/" title="codeigniter" rel="tag">codeigniter</a>, <a href="http://www.alonon.net/tag/framework/" title="framework" rel="tag">framework</a>, <a href="http://www.alonon.net/tag/php/" title="Php" rel="tag">Php</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.alonon.net/unlimited-subcategory-with-adjacency-list-model/" title="Unlimited Subcategory with Adjacency List Model (February 1, 2009)">Unlimited Subcategory with Adjacency List Model</a> (8)</li>
	<li><a href="http://www.alonon.net/ubuntu-install-gd-support-for-apach/" title="Ubuntu install GD support for apache (December 11, 2009)">Ubuntu install GD support for apache</a> (0)</li>
	<li><a href="http://www.alonon.net/notice-use-of-undefined-constantvariable/" title="Notice: Use of undefined constant/variable (March 12, 2010)">Notice: Use of undefined constant/variable</a> (0)</li>
	<li><a href="http://www.alonon.net/mysql_insert_id/" title="mysql_insert_id (January 25, 2009)">mysql_insert_id</a> (0)</li>
	<li><a href="http://www.alonon.net/installing-apache-php-and-mysql-on-pardus/" title="installing apache php and mysql on Pardus (November 13, 2008)">installing apache php and mysql on Pardus</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/codeigniter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
