<?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 2009</dc:rights>
    <dc:date>2009-07-04T21:59:32-06:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.pmachine.com/" />
    

    <item>
      <title>All Post Data</title>
      <link>http://codeigniter.com/forums/viewthread/122083/</link>
      <guid>http://codeigniter.com/forums/viewthread/122083/#When:21:56:58Z</guid>
      <description>&lt;p&gt;Is there a way to loop though all post data using $this&#45;&amp;gt;input&#45;&amp;gt;post()? Like you would do with traditional post data:&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;foreach(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$_POST &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;as &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$key &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;gt; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$val&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;// do something&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
?
&lt;/p&gt;</description>
      <dc:date>2009-07-04T21:56:58-06:00</dc:date>
    </item>

    <item>
      <title>The Easiest Authentication Library for CodeIgniter just got easier.</title>
      <link>http://codeigniter.com/forums/viewthread/112654/</link>
      <guid>http://codeigniter.com/forums/viewthread/112654/#When:17:12:49Z</guid>
      <description>&lt;p&gt;Hey guys,&lt;/p&gt;

&lt;p&gt;Over the past few days I have been working hard on adding an administration panel to The Authentication Library.&lt;/p&gt;

&lt;p&gt;I have added the ability to add, edit and delete users without writing any code. I have also created a helper to reduce the code you need to write for some other tasks.&lt;/p&gt;

&lt;p&gt;I have also changed the location of the user guide to my personal domain name. The user guide can be found &lt;a href=&quot;http://adamgriffiths.co.uk/user_guide/&quot;&gt;here&lt;/a&gt; and has been updated for this new 1.0.5 release.&lt;/p&gt;

&lt;p&gt;You can download the new set of files from &lt;a href=&quot;http://github.com/adamgriffiths/the&#45;codeigniter&#45;authentication&#45;library/tree/master&quot;&gt;Github&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;If you have any questions that are not covered in the user guide, please post here.&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
Thanks.&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
(Sorry for the brief post, it&#8217;s late here.)
&lt;/p&gt;</description>
      <dc:date>2009-04-25T17:12:49-06:00</dc:date>
    </item>

    <item>
      <title>No $_POST data</title>
      <link>http://codeigniter.com/forums/viewthread/119244/</link>
      <guid>http://codeigniter.com/forums/viewthread/119244/#When:18:47:21Z</guid>
      <description>&lt;p&gt;New to codeigniter, actually have to use it for this project.&lt;/p&gt;

&lt;p&gt;Ok, I&#8217;m working with a situation where there will be dynamic number of input fields in a form so i need to use $_POST to iterate thru them&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: #FF8000&quot;&gt;//Set post arg to vars&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;foreach (&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$_POST &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;as &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$name&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$values&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) &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;global_class&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;checkArgFiltered&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$name&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;echo &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&#123;$name&#125; = &#123;$value&#125;&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;my form action is&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;form action&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 $_SERVER&#91;&#39;SERVER_NAME&#39;&#93;;?&amp;gt;/index.php/pdf/write&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;method&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;POST&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;enctype&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;text/plain&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;I need $_POST to work or I need a codeignter method.&lt;/p&gt;

&lt;p&gt;i tried calling $this&#45;&amp;gt;input&#45;&amp;gt;post() with out param hoping that it would return an array of the post args&lt;/p&gt;

&lt;p&gt;Please help!
&lt;/p&gt;</description>
      <dc:date>2009-06-04T18:47:21-06:00</dc:date>
    </item>

    <item>
      <title>base_url, site_url better handling of SSL / https</title>
      <link>http://codeigniter.com/forums/viewthread/122080/</link>
      <guid>http://codeigniter.com/forums/viewthread/122080/#When:19:14:10Z</guid>
      <description>&lt;p&gt;The problem is some pages you want to be https, some http, and sometimes it depends.&amp;nbsp; For example, if you&#8217;re on a https page, you want site_url to point to a stylesheet with https so your visitors don&#8217;t get unsecured content messages scaring them.&amp;nbsp; Sure, this can be accomplished with .htaccess hacks and doing &#8220;if ssl str_replace&#8221; on your stylesheet tags.&amp;nbsp; And sure, some of this can be avoided with relative URLs for your stylesheets and javascript, but then you have problems if some of your pages exist on different subdomains.&lt;/p&gt;

&lt;p&gt;What about this?&lt;/p&gt;

&lt;p&gt;normal: base_url()&lt;br /&gt;
force ssl: base_url(&#8216;ssl&#8217;);&lt;br /&gt;
detect: base_url(&#8216;detect&#8217;);&lt;/p&gt;

&lt;p&gt;(same could go for site_url())&lt;/p&gt;

&lt;p&gt;So you use null parameter to use the standard base URL.&lt;br /&gt;
The &#8216;ssl&#8217; parameter does a str_replace on te base URL&lt;br /&gt;
and the &#8216;detect&#8217; parameter detects whether the current page has been loaded using https and if so applies the above.
&lt;/p&gt;</description>
      <dc:date>2009-07-04T19:14:10-06:00</dc:date>
    </item>

    <item>
      <title>No free speech over here or what&#63;</title>
      <link>http://codeigniter.com/forums/viewthread/122068/</link>
      <guid>http://codeigniter.com/forums/viewthread/122068/#When:13:13:22Z</guid>
      <description>&lt;p&gt;My topic: &#8220;CI Caching almost useless?&#8221; was deleted today:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://codeigniter.com/forums/viewreply/604511/&quot;&gt;http://codeigniter.com/forums/viewreply/604511/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;WHY?
&lt;/p&gt;</description>
      <dc:date>2009-07-04T13:13:22-06:00</dc:date>
    </item>

    <item>
      <title>Cache hash not unique with subdomains</title>
      <link>http://codeigniter.com/forums/viewthread/122078/</link>
      <guid>http://codeigniter.com/forums/viewthread/122078/#When:19:06:12Z</guid>
      <description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Our site uses the following scheme for searches:&lt;/p&gt;

&lt;p&gt;category1.oursite.com/Location&lt;br /&gt;
category2.oursite.com/Location&lt;/p&gt;

&lt;p&gt;which using htaccess map to:&lt;/p&gt;

&lt;p&gt;/find/results/category1/Location&lt;br /&gt;
/find/results/category2/Location&lt;/p&gt;

&lt;p&gt;Unfortunately, it appears that the above two get the same cache md5 hash, since the hash uses base_url (which for us is always http://www.oursite.com) to determine the domain of the page being loaded.&amp;nbsp; This really limits the routability and use of subdomains with CodeIgniter.&lt;/p&gt;

&lt;p&gt;I did a quick hack to our output library and changed to:&lt;/p&gt;

&lt;p&gt;$uri = $_SERVER[&#8220;HTTP_HOST&#8221;] . $_SERVER[&#8220;REQUEST_URI&#8221;];&lt;/p&gt;

&lt;p&gt;But having hacked core files is obviously not ideal.
&lt;/p&gt;</description>
      <dc:date>2009-07-04T19:06:12-06:00</dc:date>
    </item>

    <item>
      <title>Image Manipulation Problems</title>
      <link>http://codeigniter.com/forums/viewthread/119945/</link>
      <guid>http://codeigniter.com/forums/viewthread/119945/#When:22:26:11Z</guid>
      <description>&lt;p&gt;Hello All, &lt;br /&gt;
I am trying to use the image manipulation class to make thumbnails just after the raw images are uploaded, but I keep getting this error msg:&lt;br /&gt;
Unable to save the image. Please make sure the image and file directory are writable.&lt;/p&gt;

&lt;p&gt;I have set the uploads folder permissions to 0777 but every image that is uploaded within this folder reverts to 644.&lt;/p&gt;

&lt;p&gt;I am running Mac OSX10.5.7, My pathing seems correct and I am using both a local server with MAMP as well as account with Dreamhost.&lt;/p&gt;

&lt;p&gt;I have tried chmod() function to no avail, I have set the uploads folder to inherit permissions to all included files (on mamp server), I am at my wit&#8217;s end.&lt;/p&gt;

&lt;p&gt;Any help is greatly appreciated.&lt;/p&gt;

&lt;p&gt;my code is as follows:&lt;br /&gt;
//$img_path is from &#8216;file_name&#8217; data from uploaded raw image&lt;br /&gt;
$thumb[&#8216;image_library&#8217;] = &#8216;gd2&#8217;;&lt;br /&gt;
$thumb[&#8216;source_image&#8217;] = &#8216;./uploads_liquor/&#8217;.$img_path;&lt;br /&gt;
$thumb[&#8216;new_image&#8217;] = &#8216;./uploads/&#8217;.$img_path.&#8216;_thumb&#8217;;&lt;br /&gt;
$thumb[&#8216;create_thumb&#8217;] = TRUE;&lt;br /&gt;
$thumb[&#8216;maintain_ratio&#8217;] = TRUE;&lt;br /&gt;
$thumb[&#8216;width&#8217;] = 75;&lt;br /&gt;
$thumb[&#8216;height&#8217;] = 50;&lt;br /&gt;
&amp;nbsp;  &amp;nbsp;  &amp;nbsp; &lt;br /&gt;
$this&#45;&amp;gt;image_lib&#45;&amp;gt;initialize($thumb);&lt;br /&gt;
&amp;nbsp;   &lt;br /&gt;
$this&#45;&amp;gt;image_lib&#45;&amp;gt;resize();&lt;br /&gt;
if ($this&#45;&amp;gt;image_lib&#45;&amp;gt;resize())&lt;br /&gt;
&#123;&lt;br /&gt;
&amp;nbsp;  echo &#8216;image resized&#8217;;&lt;br /&gt;
&#125;&lt;br /&gt;
else&lt;br /&gt;
&#123;&lt;br /&gt;
&amp;nbsp;  echo $this&#45;&amp;gt;image_lib&#45;&amp;gt;display_errors();&amp;nbsp;  &amp;nbsp;  &amp;nbsp;  &amp;nbsp;  &lt;br /&gt;
&#125;
&lt;/p&gt;</description>
      <dc:date>2009-06-11T22:26:11-06:00</dc:date>
    </item>

    <item>
      <title>CI 1.6.1 htacces changed via web</title>
      <link>http://codeigniter.com/forums/viewthread/121954/</link>
      <guid>http://codeigniter.com/forums/viewthread/121954/#When:02:34:02Z</guid>
      <description>&lt;p&gt;Hi all.&lt;br /&gt;
We use CI 1.6.1.&lt;br /&gt;
Yesterday htaccess somehow was changed on our hosting. System administrators don`t make this changes, so i think our project was hacked or framework somehow change htaccess file.&lt;/p&gt;

&lt;p&gt;Iam right, or it just my paranoia?
&lt;/p&gt;</description>
      <dc:date>2009-07-03T02:34:02-06:00</dc:date>
    </item>

    <item>
      <title>BackendPro 0.5.1</title>
      <link>http://codeigniter.com/forums/viewthread/76078/</link>
      <guid>http://codeigniter.com/forums/viewthread/76078/#When:17:22:37Z</guid>
      <description>&lt;p&gt;&lt;i&gt;Title:&lt;/i&gt; &lt;b&gt;BackendPro&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Version:&lt;/i&gt; &lt;b&gt;0.5.1 (Only available for CodeIgniter 1.7)&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Homepage:&lt;/i&gt; &lt;b&gt;&lt;a href=&quot;http://www.kaydoo.co.uk/projects/backendpro&quot;&gt;BackendPro Project at Kaydoo.co.uk&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;Download From:&lt;/i&gt; &lt;b&gt;&lt;a href=&quot;http://www.assembla.com/spaces/dashboard/index/backendpro&quot;&gt;Assembla&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Well its finished (well up to a point I am happy to release it). BackendPro is finally ready for its first initial public trials. Now some of you I know have been waiting for me to release it while others don&#8217;t have a clue what I am talking about. So lets have a look at it shall we?&lt;/p&gt;

&lt;p&gt;&lt;b&gt;What is it?&lt;/b&gt;&lt;br /&gt;
BackendPro is a control panel for developers written in PHP for the CodeIgniter framework. Its not like a CMS where it provides you with a full working system but it does provide you with part of a system. What I mean by this is it provides you with functionality to do all the simple repetitive tasks like authentication, permissions and a basic look and feel for your websites control panel. So using your current PHP and CodeIgniter knowledge you can use BackendPro to built a fully working website quickly since you can concentrate on your application instead of the bits to manage the system.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;What can it do then?&lt;/b&gt;&lt;br /&gt;
It can do lots, not everything I have planned, there is still a lot I want to add like language detection, better error logging (with viewing features) but its been quite a while and I wanted to release something so people can try it. At the moment it has all the following features.&lt;/p&gt;

&lt;p&gt; * User Authentication with registration and account activation&lt;br /&gt;
 * User Permissions by using Access Control Lists (Has Access Control area to manage your websites access permissions)&lt;br /&gt;
 * Site Preferences (Stored in a database with simple to use UI to update and change preferences)&lt;br /&gt;
 * Asset Library (Means loading assets onto pages is quick and simple, also has asset caching to speed up the loading of asset files)&lt;br /&gt;
 * PHP to javascript variable conversion (Easy way to pass PHP variables into your javascript scripts)&lt;br /&gt;
 * ReCAPTCHA&lt;br /&gt;
 * Status messages (Can display info/success/warning/error messages to the user)&lt;br /&gt;
 * Breadcrumb trail creation&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font&#45;size:14px;&quot;&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.kaydoo.co.uk/projects/backendpro&quot;&gt;For screenshots visit my blog post on BackendPro&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Where do I get it?&lt;/b&gt;&lt;br /&gt;
You can currently get it off my &lt;a href=&quot;http://www.assembla.com/spaces/dashboard/index/backendpro&quot;&gt;project&lt;/a&gt; page and also there are &lt;a href=&quot;http://www.kaydoo.co.uk/projects/backendpro&quot;&gt;screenshots on my blog&lt;/a&gt; if anyone wants.&lt;/p&gt;

&lt;p&gt;So there we go, download it and give it a go. Do read the installation instructions first, since its a developer control panel it doesn&#8217;t have protective features on everything, so without knowing what your doing you could corrupt the system (The reason for this is otherwise it takes away your ability to make the system how you want&#41;. You have been warned.
&lt;/p&gt;</description>
      <dc:date>2008-04-06T17:22:37-06:00</dc:date>
    </item>

    <item>
      <title>Problems with accents and special characters</title>
      <link>http://codeigniter.com/forums/viewthread/84802/</link>
      <guid>http://codeigniter.com/forums/viewthread/84802/#When:15:47:08Z</guid>
      <description>&lt;p&gt;Hi guys&lt;br /&gt;
I&#8217;ve been developing a CI app, and now I&#8217;m facing some implementation/testing problems&lt;br /&gt;
It is about accents and some special spanish characters like Ñ&lt;/p&gt;

&lt;p&gt;&#45; My config/database.php has this value
&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;$db&#91;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#39;default&#39;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#93;&#91;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#39;dbcollat&#39;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#93; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;utf8_general_ci&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;&#45; My database and tables were created as &#8220;utf8_general_ci&#8221;&lt;/p&gt;

&lt;p&gt;When I add a new record to the table, with an accent, The record gets saved, but it looses all the characters after the accent (including the accented char.)&lt;/p&gt;

&lt;p&gt;Also, the special characters aren&#8217;t stored.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;What should I change? Both, database.php and my db/tables are using the same coll.&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;EDIT: Can this be generating some conflict?
&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;meta http&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;equiv&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;content&#45;type&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;content&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;text/html;charset=iso&#45;8859&#45;1&quot; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&amp;gt; &lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Thanks a lot in advance for any help you can give me
&lt;/p&gt;</description>
      <dc:date>2008-07-10T15:47:08-06:00</dc:date>
    </item>

    
    </channel>
</rss>