<?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>Udi Mosayev &#187; CodeIgniter</title>
	<atom:link href="http://udiudi.com/tag/codeigniter/feed/" rel="self" type="application/rss+xml" />
	<link>http://udiudi.com</link>
	<description>coding, freelancing, entrepreneurship and more</description>
	<lastBuildDate>Sat, 04 Feb 2012 19:35:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>MY_Model v2.0 For CodeIgniter</title>
		<link>http://udiudi.com/2010/12/19/my_model-v2-0-for-codeigniter/</link>
		<comments>http://udiudi.com/2010/12/19/my_model-v2-0-for-codeigniter/#comments</comments>
		<pubDate>Sun, 19 Dec 2010 16:21:18 +0000</pubDate>
		<dc:creator>Udi Mosayev</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://udiudi.com/?p=84632</guid>
		<description><![CDATA[EDIT:
This is an old MY_Model library, I use a newer version these day that I'll share with you as fast as possible.]]></description>
		<wfw:commentRss>http://udiudi.com/2010/12/19/my_model-v2-0-for-codeigniter/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Book Review: &#8220;CodeIgniter 1.7 Professional Development&#8221; by Adam Griffiths</title>
		<link>http://udiudi.com/2010/06/04/book-review-codeigniter-1-7-professional-development-by-adam-griffiths/</link>
		<comments>http://udiudi.com/2010/06/04/book-review-codeigniter-1-7-professional-development-by-adam-griffiths/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 20:19:26 +0000</pubDate>
		<dc:creator>Udi Mosayev</dc:creator>
				<category><![CDATA[Book Review]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://udiudi.com/?p=205</guid>
		<description><![CDATA[The book &#8220;CodeIgniter 1.7 Professional Development&#8221; written by Adam Griffiths. I&#8217;ve already wrote a little bit about the book before, and Few days ago I got it in the mail and finished reading it already. The author is a well known developer in the CodeIgniter community, who also contributed nice authentication library. So as expected, I saw a [...]]]></description>
		<wfw:commentRss>http://udiudi.com/2010/06/04/book-review-codeigniter-1-7-professional-development-by-adam-griffiths/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My experience with CloudIgniter</title>
		<link>http://udiudi.com/2010/05/29/my-experience-with-cloudigniter/</link>
		<comments>http://udiudi.com/2010/05/29/my-experience-with-cloudigniter/#comments</comments>
		<pubDate>Sat, 29 May 2010 11:38:01 +0000</pubDate>
		<dc:creator>Udi Mosayev</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CloudIgniter]]></category>

		<guid isPermaLink="false">http://udiudi.com/?p=203</guid>
		<description><![CDATA[Recently I got an opportunity to use CloudIgniter &#8211; Codeigniter Hosting, with your own database and ftp account. In my account I can have 3 domains, I&#8217;ve added the first one: helloworld.co.il and I have few options: Platform &#8211; CodeIgniter 1.7.2, CodeIgniter 2.0 beta Application &#8211; Different versions of PyroCMS and MyClientBase. I chose PyroCMS. [...]]]></description>
		<wfw:commentRss>http://udiudi.com/2010/05/29/my-experience-with-cloudigniter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MY_Model in CodeIgniter</title>
		<link>http://udiudi.com/2010/05/17/my_model-in-codeigniter/</link>
		<comments>http://udiudi.com/2010/05/17/my_model-in-codeigniter/#comments</comments>
		<pubDate>Mon, 17 May 2010 14:55:50 +0000</pubDate>
		<dc:creator>Udi Mosayev</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://udiudi.com/?p=188</guid>
		<description><![CDATA[Hi, I wanted to share with you MY_Model I&#8217;ve written and use for most of my CodeIgniter apps. 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141/** &#160;* This is the basic model class. &#160;* &#160;* @package - Infrastructure &#160;* @category - Model &#160;* @author - Udi Mosayev @ umNet &#160;*/ class MY_Model extends CI_Model &#123; &#160; &#160; // The main table name [...]]]></description>
		<wfw:commentRss>http://udiudi.com/2010/05/17/my_model-in-codeigniter/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Database Interaction with Codeigniter 1.7</title>
		<link>http://udiudi.com/2010/05/15/database-interaction-with-codeigniter-1-7/</link>
		<comments>http://udiudi.com/2010/05/15/database-interaction-with-codeigniter-1-7/#comments</comments>
		<pubDate>Sat, 15 May 2010 16:17:13 +0000</pubDate>
		<dc:creator>Udi Mosayev</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://udiudi.com/?p=184</guid>
		<description><![CDATA[Hi, Yesterday I wrote about the new CodeIgniter book: CodeIgniter 1.7 Professional Development By Adam Griffiths. Packt Publishing extracted an article from the book, &#8220;Database Interaction with Codeigniter 1.7&#8221; which can be very helpful for beginners. You&#8217;ll read about the Database class, ActiveRecord and Database Forge class that gives you few methods to perform different [...]]]></description>
		<wfw:commentRss>http://udiudi.com/2010/05/15/database-interaction-with-codeigniter-1-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New CodeIgniter Book: CodeIgniter 1.7 Professional Development (by Adam Griffiths)</title>
		<link>http://udiudi.com/2010/05/14/new-codeigniter-book-codeigniter-1-7-professional-development-by-adam-griffiths/</link>
		<comments>http://udiudi.com/2010/05/14/new-codeigniter-book-codeigniter-1-7-professional-development-by-adam-griffiths/#comments</comments>
		<pubDate>Fri, 14 May 2010 12:34:45 +0000</pubDate>
		<dc:creator>Udi Mosayev</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://udiudi.com/?p=175</guid>
		<description><![CDATA[Hi, Recently, new Codeigniter book came out. CodeIgniter 1.7 Professional Development by Adam Griffiths. Packt Publishing asked me to review this book, so once I&#8217;ll get it in the mail I review it for you. Take a look at the TOC of the book, Personally I&#8217;m really excited about Chapter 7: Building a Large-Scale Application and Chapter 10: [...]]]></description>
		<wfw:commentRss>http://udiudi.com/2010/05/14/new-codeigniter-book-codeigniter-1-7-professional-development-by-adam-griffiths/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CodeIgniter 2.0</title>
		<link>http://udiudi.com/2010/03/13/codeigniter-2-0/</link>
		<comments>http://udiudi.com/2010/03/13/codeigniter-2-0/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 13:10:11 +0000</pubDate>
		<dc:creator>Udi Mosayev</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://udiudi.com/?p=106</guid>
		<description><![CDATA[Hi, EllisLab recently wrote about CodeIgniter 2.0 Baking and some other cool news. So yes, CodeIgniter 2.0 is in development right now and you can follow their process through BitBucket. I won&#8217;t write the new cool features we already can see in CI 2.0-dev, because other great guys already done it, so I collected all [...]]]></description>
		<wfw:commentRss>http://udiudi.com/2010/03/13/codeigniter-2-0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lessons I’ve learned working with Flash File Uploaders &#8211; SWFUpload and YUI Uploader</title>
		<link>http://udiudi.com/2010/02/08/lessons-ive-learned-working-with-flash-file-uploaders/</link>
		<comments>http://udiudi.com/2010/02/08/lessons-ive-learned-working-with-flash-file-uploaders/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 23:21:45 +0000</pubDate>
		<dc:creator>Udi Mosayev</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[SWFUpload]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://udiudi.com/?p=99</guid>
		<description><![CDATA[For the last two weeks I&#8217;ve worked with two Flash File Uploaders: YUI Uploader SWFUpload I this post I&#8217;ll describe the problems I had with it and how I solved them. Lesson 1: NO COOKIES If you add the uploader to authentication based application you might see no files actually got uploaded. Why is that? [...]]]></description>
		<wfw:commentRss>http://udiudi.com/2010/02/08/lessons-ive-learned-working-with-flash-file-uploaders/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Developing Content Managment System with CodeIgniter &#8211; Part 3</title>
		<link>http://udiudi.com/2010/01/01/developing-content-managment-system-with-codeigniter-part-3/</link>
		<comments>http://udiudi.com/2010/01/01/developing-content-managment-system-with-codeigniter-part-3/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 20:00:47 +0000</pubDate>
		<dc:creator>Udi Mosayev</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CMS Development]]></category>

		<guid isPermaLink="false">http://udiudi.com/?p=84</guid>
		<description><![CDATA[Hi. Well, As my development process continues I would like to write you about the features and structure of my application now. I&#8217;ve talked about the basics in my previous posts, I covered the structure of my application [modules], I showed you how I extend CI_Controller and CI_Model. Now I want to share with you [...]]]></description>
		<wfw:commentRss>http://udiudi.com/2010/01/01/developing-content-managment-system-with-codeigniter-part-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Developing Content Managment System With CodeIgniter &#8211; Part 2</title>
		<link>http://udiudi.com/2009/12/19/developing-content-managment-system-with-codeigniter-part-2/</link>
		<comments>http://udiudi.com/2009/12/19/developing-content-managment-system-with-codeigniter-part-2/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 16:28:35 +0000</pubDate>
		<dc:creator>Udi Mosayev</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[CMS Development]]></category>

		<guid isPermaLink="false">http://udiudi.com/?p=73</guid>
		<description><![CDATA[Hi, if  you haven&#8217;t read my previous post, please read it now: Developing Content Management System With CodeIgniter Part 1. MY_Controller and other extended core libraries As I told you, I always write my own controllers that extends CI&#8217;s Controllers. The method is simple, I write 2-3 Controllers and looking for similarities. 1234567891011121314class Add extends [...]]]></description>
		<wfw:commentRss>http://udiudi.com/2009/12/19/developing-content-managment-system-with-codeigniter-part-2/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  udiudi.com/tag/codeigniter/feed/ ) in 0.72022 seconds, on Feb 5th, 2012 at 1:47 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 12th, 2012 at 1:47 am UTC -->
