<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    
    <channel>
    
    <title>CodeIgniter Forums</title>
    <link>http://codeigniter.com/forums/</link>
    <description>CodeIgniter Forums</description>
    <dc:language>en</dc:language>
    <dc:rights>Copyright 2012</dc:rights>
    <dc:date>2012-02-13T06:56:20+00:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.pmachine.com/" />
    

    <item>
      <title>xamppWin&#45;1.7.3 vs CodeIgniter (version problem)</title>
      <link>http://codeigniter.com/forums/viewthread/210921/</link>
      <guid>http://codeigniter.com/forums/viewthread/210921/#When:06:56:20Z</guid>
      <description>&lt;p&gt;I am using &lt;span style=&quot;color:orange;&quot;&gt;&lt;b&gt;codeigniter 2.1.0&lt;/b&gt;&lt;/span&gt; on &lt;span style=&quot;color:green;&quot;&gt;&lt;b&gt;xampp 1.7.3&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
But now i want to use &lt;span style=&quot;color:orange;&quot;&gt;&lt;b&gt;CI 1.7.1&lt;/b&gt;&lt;/span&gt;&lt;img src=&quot;http://ellislab.com/images/smileys/tongue_laugh.gif&quot; width=&quot;19&quot; height=&quot;19&quot; alt=&quot;tongue laugh&quot; style=&quot;border:0;&quot; /&gt; (bcoz there are many tutorials of older versions&#8230;.like &lt;span style=&quot;color:green;&quot;&gt;&lt;b&gt;net&#45;tuts&lt;/b&gt;&lt;/span&gt;)&lt;/p&gt;

&lt;p&gt;So pls suggest me a &lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;xampp version&lt;/b&gt; according to &lt;b&gt;CI 1.7.1&lt;/b&gt;&lt;/span&gt; and give me some links of &lt;b&gt;CI 2.1.0&lt;/b&gt; tutorials.&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
THANKS IN ADVANCE&#8230;.&lt;img src=&quot;http://ellislab.com/images/smileys/smirk.gif&quot; width=&quot;19&quot; height=&quot;19&quot; alt=&quot;smirk&quot; style=&quot;border:0;&quot; /&gt;&lt;/p&gt;</description>
      <dc:date>2012-02-13T06:56:20+00:00</dc:date>
    </item>

    <item>
      <title>pagination problem</title>
      <link>http://codeigniter.com/forums/viewthread/210917/</link>
      <guid>http://codeigniter.com/forums/viewthread/210917/#When:06:23:36Z</guid>
      <description>&lt;p&gt;Hi,&lt;br /&gt;
I just tried the pagination class. And want to show one item per page. But it is not working and displaying 2 items per page. Here is my code&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #007700&quot;&gt;function&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;show_products&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$this&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;load&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;library&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;pagination&apos;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$config&#91;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;base_url&apos;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#93;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;http://localhost/ci_series/gallery/show_products/&apos;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$config&#91;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;total_rows&apos;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#93;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;4&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$config&#91;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;per_page&apos;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#93;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$this&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;pagination&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;initialize&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$config&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$this&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;load&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;model&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;Gallery_model&apos;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$data&#91;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;products&apos;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#93;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$this&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Gallery_model&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;show_products&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$data&#91;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;images&apos;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#93;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$this&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Gallery_model&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;get_images&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$this&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;load&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;view&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;show_products&apos;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$data&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&amp;nbsp;&lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;
&lt;p&gt;and view&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;div&amp;nbsp;id&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;blank_gallery&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Product&amp;nbsp;Description&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;div&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;foreach(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$products&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;as&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$product&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;):&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;?php&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;echo&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;Product&amp;nbsp;Name&apos;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;echo&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$product&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;name&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;br&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;echo&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;Product&amp;nbsp;Price&apos;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;echo&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$product&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;price&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;br&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;COLOR&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;echo&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$product&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;option_color&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;br&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;SIZE&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;echo&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$product&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;option_size&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;br&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;IMG&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&amp;nbsp;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;img&amp;nbsp;src&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&amp;lt;?php&amp;nbsp;echo&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$images&#91;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$product&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;id&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&amp;nbsp;&#93;&#91;&apos;url&apos;&#93;&amp;nbsp;?&amp;gt;&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;br&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;THUMB&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&amp;nbsp;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;img&amp;nbsp;src&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&amp;lt;?php&amp;nbsp;echo&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$images&#91;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$product&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;id&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&amp;nbsp;&#93;&#91;&apos;thumb_url&apos;&#93;&amp;nbsp;?&amp;gt;&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;br&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;endforeach;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&amp;nbsp;&lt;br /&gt;&amp;lt;?php&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;echo&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$this&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;pagination&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;create_links&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;();&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&amp;nbsp;&lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;
&lt;p&gt;Suggestions please..&lt;/p&gt;</description>
      <dc:date>2012-02-13T06:23:36+00:00</dc:date>
    </item>

    <item>
      <title>upload</title>
      <link>http://codeigniter.com/forums/viewthread/210911/</link>
      <guid>http://codeigniter.com/forums/viewthread/210911/#When:03:28:13Z</guid>
      <description>&lt;p&gt;hi, i am newbie in codeigniter.&lt;/p&gt;

&lt;p&gt;i want to create an upload page where user can upload files to the server (it is only a testing for me so it will run on localhost), and i want to make sure that the file is not vulnerable. is it enough to use the upload class or should i integrate it with antivirus too? if i should make an integration, how to do it?&lt;/p&gt;

&lt;p&gt;thank you.&lt;/p&gt;</description>
      <dc:date>2012-02-13T03:28:13+00:00</dc:date>
    </item>

    <item>
      <title>question about session</title>
      <link>http://codeigniter.com/forums/viewthread/210906/</link>
      <guid>http://codeigniter.com/forums/viewthread/210906/#When:02:20:05Z</guid>
      <description>&lt;p&gt;I save user login ID in session. And when user logout, I update user table in postgresql database with logout time and user ID from session data. I found sometimes logout time on user table wasn&#8217;t updated. I wonder the user ID in session data has already gone(expired) before user logout. Does session expire by some exception rather than settings on &lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;$config&#91;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;sess_expiration&apos;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#93;&amp;nbsp;&lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;? Because the default value is long enough, 7200.&lt;/p&gt;</description>
      <dc:date>2012-02-13T02:20:05+00:00</dc:date>
    </item>

    <item>
      <title>online to offline &#8220;error 404 page not found&#8221;</title>
      <link>http://codeigniter.com/forums/viewthread/210880/</link>
      <guid>http://codeigniter.com/forums/viewthread/210880/#When:09:18:12Z</guid>
      <description>&lt;p&gt;Dear all,&lt;br /&gt;
i have a problem when migrate from online to offline(xampp) station.&lt;br /&gt;
when i type localhost/xxxx. appear error 404 page no found. what do i have to change in source code?&lt;/p&gt;

&lt;p&gt;need your help, thank&lt;/p&gt;</description>
      <dc:date>2012-02-12T09:18:12+00:00</dc:date>
    </item>

    <item>
      <title>CodeIgniter suitable for my project&#63;</title>
      <link>http://codeigniter.com/forums/viewthread/210857/</link>
      <guid>http://codeigniter.com/forums/viewthread/210857/#When:14:31:28Z</guid>
      <description>&lt;p&gt;Hi everyone,&lt;/p&gt;

&lt;p&gt;I have been presented with a project to update an old and dated website; www.rccdams.co.uk&lt;/p&gt;

&lt;p&gt;It was originally built using PHP 4 and a variety of static html templates.&lt;/p&gt;

&lt;p&gt;My question is this:&lt;br /&gt;
Since it&#8217;s not a complex site (the most complex it gets is the dam database search) is it worth reworking the site in CodeIgniter? Will there be any benefit?&lt;/p&gt;

&lt;p&gt;I have to add that although I&#8217;m well versed in designing and building HTML sites and have used WordPress and Concrete5 in the past, I&#8217;d classify myself as a PHP novice and have never used CodeIgniter before.&lt;/p&gt;

&lt;p&gt;There is additional functionality that the site owner has requested (apart from dragging it into this century!) and I thought I could do this using add&#45;ons.&lt;/p&gt;

&lt;p&gt;The site has no content management system to speak of, so I was thinking of using PyroCMS.&lt;/p&gt;

&lt;p&gt;Anyway, any help, advice, information would be gratefully received.&lt;/p&gt;

&lt;p&gt;Many thanks,&lt;br /&gt;
Tony.&lt;/p&gt;</description>
      <dc:date>2012-02-11T14:31:28+00:00</dc:date>
    </item>

    <item>
      <title>SpareRoom (sajjad786)</title>
      <link>http://codeigniter.com/forums/viewthread/210843/</link>
      <guid>http://codeigniter.com/forums/viewthread/210843/#When:09:28:31Z</guid>
      <description>&lt;p&gt;Find a flatshare or flatmate fast! 1000s of rooms for rent in flatshares across London, Manchester, Birmingham, Bristol, Leeds, Edinburgh, Glasgow and the rest. http://www.spareroom.co.uk/&lt;/p&gt;</description>
      <dc:date>2012-02-11T09:28:31+00:00</dc:date>
    </item>

    <item>
      <title>cannot overwrite URI method _detect_uri</title>
      <link>http://codeigniter.com/forums/viewthread/210763/</link>
      <guid>http://codeigniter.com/forums/viewthread/210763/#When:11:28:00Z</guid>
      <description>&lt;p&gt;My situation is a bit complicated, i&#8217;ll try to explain.&lt;br /&gt;
I use CI with query strings disabled, with the default URI system based on segments.&lt;/p&gt;

&lt;p&gt;Unfortunately sometimes i&#8217;m forced to accept query strings in my URL&#8217;s becuase google adwords manual tagging campaigns need that:&lt;/p&gt;

&lt;p&gt;http://support.google.com/adwords/certification/bin/answer.py?hl=en&amp;amp;answer=156114&lt;/p&gt;

&lt;p&gt;The solution to my problem is to tell apache rewrite th e url ignoring every query string (question mark at the end of the rule):&lt;/p&gt;

&lt;p&gt;RewriteCond $1 !^(index\.php|assets|media|robots\.txt)&lt;br /&gt;
RewriteRule ^(.*)$ /index.php/$1? [L]&lt;/p&gt;

&lt;p&gt;The system works well almost everywhere, except if i have an URL without segments with a query string:&lt;/p&gt;

&lt;p&gt;http://site.com/?string&lt;/p&gt;

&lt;p&gt;in this case URI class take the query string as the first segment of URI, this happen becuase insisde function _detect_uri:&lt;/p&gt;&lt;blockquote&gt;
&lt;p&gt;// This section ensures that even on servers that require the URI to be in the query string (Nginx) a correct&lt;br /&gt;
// URI is found, and also fixes the QUERY_STRING server var and $_GET array.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Ok, i had to deal with that, no problem, i just have to extend URI and rewrite tyhat function.&lt;br /&gt;
But i couldn&#8217;t because _detect_uri is declared as private and cannot be extended unless a change directly inside the system core URI class, that is something i prefer avoid, to keep my code portable between CI installation (and hopefully versions).&lt;/p&gt;

&lt;p&gt;So the question is, what&#8217;s the point to have private functions inside  CI libraries?&lt;br /&gt;
Why do not let the developer make all the changes he wants?&lt;br /&gt;
And, at last, why don&#8217;t you declare all non public functions as protected instead private?&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
thanks a lot &lt;/p&gt;

&lt;p&gt;Andrea Consigli&lt;/p&gt;</description>
      <dc:date>2012-02-10T11:28:00+00:00</dc:date>
    </item>

    <item>
      <title>How to add FOREIGN KEY constraint when creating a table&#63;</title>
      <link>http://codeigniter.com/forums/viewthread/210748/</link>
      <guid>http://codeigniter.com/forums/viewthread/210748/#When:07:59:39Z</guid>
      <description>&lt;p&gt;I am trying to create a table which has a foreign key reference to another table. The table is being created by CodeIgnier. However, in&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;$this&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;dbforge&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;add_key&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;()&amp;nbsp;&lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt; I cannot see how would I indicate that this key should be a foreign key which references another key. How would I do that?&lt;/p&gt;</description>
      <dc:date>2012-02-10T07:59:39+00:00</dc:date>
    </item>

    <item>
      <title>An experiment about translation special characters among html,php and mysql. Some problems.</title>
      <link>http://codeigniter.com/forums/viewthread/210740/</link>
      <guid>http://codeigniter.com/forums/viewthread/210740/#When:04:49:52Z</guid>
      <description>&lt;p&gt;First I get data from html: &lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;addslashes&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$POST&#91;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;text&apos;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#93;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&amp;nbsp;&lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;
&lt;p&gt;I found that mysql_real_escape_string() can work too, but there is no function to delete the &#8216;\&#8217; that mysql_real_escape_string() add.&lt;br /&gt;
Second insert data into MYSQL.&lt;/p&gt;

&lt;p&gt;The reverse action:&lt;br /&gt;
First get data from MYSQL:&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;stripslashes&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$result&#91;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;text&apos;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#93;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&amp;nbsp;&lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;
&lt;p&gt;Then show data in html,with htmlspecialchars() and nl2br().&lt;br /&gt;
Finally, I surprisingly see that some of data is shown with entity in html, not characters such as &amp;lt; &amp;gt; &#8217; &#8220;.However some of data is shown correctly.&lt;br /&gt;
That is why? &lt;/p&gt;</description>
      <dc:date>2012-02-10T04:49:52+00:00</dc:date>
    </item>

    
    </channel>
</rss>
