<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">CodeIgniter Forums</title>
    <link rel="alternate" type="text/html" href="http://codeigniter.com/forums/" />
    <link rel="self" type="application/atom+xml" href="http://codeigniter.com/forums/atom/" />
    <updated></updated>
    <rights>Copyright (c) 2009</rights>
    <generator uri="http://www.pmachine.com/" version="1.6.6">ExpressionEngine</generator>
    <id>tag:codeigniter.com,2009:01:05</id>


    <entry>
      <title>URI Language Identifier</title>
      <link rel="alternate" type="text/html" href="http://codeigniter.com/forums/viewthread/84593/" />      
      <id>tag:codeigniter.com,2008:forums/viewthread/.84593</id>
      <published>2008-07-09T07:16:10Z</published>
      <updated></updated>
      <author><name>Sherlock_Brett</name></author>
      <content type="html">
      <![CDATA[
        <p>I think this is the best implementation to multilingual sites, and I&#8217;ve been reviewing the code to learn how it works. I don&#8217;t know if I re-wrote the code accidentally, and that&#8217;s the cause that it doesn&#8217;t work for me but the problem is:</p>

<p>If I set this two variables to: </p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">$config&#91;</span><span style="color: #DD0000">'language_abbr'</span><span style="color: #0000BB">&#93; </span><span style="color: #007700">= </span><span style="color: #DD0000">"en"<br /></span><span style="color: #0000BB">$config&#91;</span><span style="color: #DD0000">'lang_ignore'</span><span style="color: #0000BB">&#93; </span><span style="color: #007700">= </span><span style="color: #DD0000">"es" </span>
</span>
</code></div><p> when I write the URL without a &#8216;lang_uri_abbr&#8217; (URI-&gt;segment(1), the language code) it <b>redirects me to &#8216;en&#8217; instead to the ignored language</b> (&#8216;es&#8217;).</p>

<p>I know this is kind of stupid: the ignored language should be the default one, but, in that case, wouldn&#8217;t it be easier to use only one variable, &#8216;language_abbr&#8217;, instead of two different that have to be the same?</p>

<p>Again, I don&#8217;t know if this is because I re-wrote the code and then it&#8217;s my fault. If not, it&#8217;d be easier to use just one variable, wouldn&#8217;t it?</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>AMF Flash Remoting with Zend and CI</title>
      <link rel="alternate" type="text/html" href="http://codeigniter.com/forums/viewthread/101328/" />      
      <id>tag:codeigniter.com,2009:forums/viewthread/.101328</id>
      <published>2009-01-05T12:29:04Z</published>
      <updated></updated>
      <author><name>drezden79</name></author>
      <content type="html">
      <![CDATA[
        <p>Hello everyone, </p>

<p>Just wanted to let you know that I created a new Wiki article on integrating the minimal Zend Framework with CodeIgniter specifically for using the new AMF Remoting classes.&nbsp; Please let me know if you see any glaring errors on my part so I can make corrections to the article and on my projects.</p>

<p>Thanks,</p>

<p><a href="http://codeigniter.com/wiki/AMF_Flash_Remoting_with_Zend_and_CI/">http://codeigniter.com/wiki/AMF_Flash_Remoting_with_Zend_and_CI/</a></p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Cron job bootstrapper</title>
      <link rel="alternate" type="text/html" href="http://codeigniter.com/forums/viewthread/88635/" />      
      <id>tag:codeigniter.com,2008:forums/viewthread/.88635</id>
      <published>2008-08-19T16:41:30Z</published>
      <updated>2008-08-19T17:02:58Z</updated>
      <author><name>Jonathon Hill</name></author>
      <content type="html">
      <![CDATA[
        <p>Here is a very simple bootstrapper file that you can use to directly run your CodeIgniter controllers from the commandline. It&#8217;s a very easy and elegant solution for using CI controllers for cron jobs. It also logs the date/time and output each time it runs. </p>

<p><b><a href="http://codeigniter.com/wiki/File:cron-1.1.zip/">Download</a></b></p>

<p>Please let me know if you find this useful, or have an idea of how to improve this further.</p>

<p>Example:</p>

<p></p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">cron</span><span style="color: #007700">.</span><span style="color: #0000BB">php </span><span style="color: #007700">--</span><span style="color: #0000BB">run</span><span style="color: #007700">=/</span><span style="color: #0000BB">controller</span><span style="color: #007700">/</span><span style="color: #0000BB">method &#91;</span><span style="color: #007700">--</span><span style="color: #0000BB">show</span><span style="color: #007700">-</span><span style="color: #0000BB">output&#93; &#91;</span><span style="color: #007700">--</span><span style="color: #0000BB">log</span><span style="color: #007700">-</span><span style="color: #0000BB">file</span><span style="color: #007700">=</span><span style="color: #0000BB">logfile&#93; </span>
</span>
</code></div><p></p>

<p>The default logfile is cron.log, but you can change that with the&#8212;log-file switch. It does not show the output by default, but you can force it to using the -S or&#8212;show-output switch.</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>MY Table</title>
      <link rel="alternate" type="text/html" href="http://codeigniter.com/forums/viewthread/101233/" />      
      <id>tag:codeigniter.com,2009:forums/viewthread/.101233</id>
      <published>2009-01-04T13:35:00Z</published>
      <updated></updated>
      <author><name>jaswinder_rana</name></author>
      <content type="html">
      <![CDATA[
        <p>I found following code missing. If it&#8217;s not there then without adding heading (set_heading), width feature won&#8217;t take effect.</p>

<p>Add this code AFTER line#148 ($replace = &#8221; &#8220;;)<br />
</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #007700">if( ! empty (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">widths&#91;$j&#93;</span><span style="color: #007700">)) </span><span style="color: #0000BB">&#123;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$replace </span><span style="color: #007700">.= </span><span style="color: #DD0000">"width='&#123;$this-&gt;widths&#91;$j&#93;&#125;' "</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#125; </span>
</span>
</code></div><p></p>

<p>I wasn&#8217;t sure if I should edit that article as it&#8217;s not mine so I am posting it here.</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Aulib isLogged correction</title>
      <link rel="alternate" type="text/html" href="http://codeigniter.com/forums/viewthread/101169/" />      
      <id>tag:codeigniter.com,2009:forums/viewthread/.101169</id>
      <published>2009-01-03T11:21:54Z</published>
      <updated>2009-01-04T05:31:53Z</updated>
      <author><name>robbedoes</name></author>
      <content type="html">
      <![CDATA[
        <p>I used this function without any success in my controller:</p>

<p>$this-&gt;load-&gt;library(&#8216;aulib&#8217;);&nbsp;  &nbsp;  &nbsp; // load AU library<br />
if ( !$this-&gt;aulib-&gt;isLogged() ) $this-&gt;aulib-&gt;denyAccess();</p>

<p>After making some changes in the library aulib.php it does work.</p>

<p>OLD<br />
function isLogged() &#123; return (bool) getSessionId();&#125;</p>

<p><br />
NEW<br />
function isLogged() &#123;<br />
&nbsp;   return (bool) $this-&gt;getSessionId();<br />
&#125;</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>PDF of CI Documentation</title>
      <link rel="alternate" type="text/html" href="http://codeigniter.com/forums/viewthread/98591/" />      
      <id>tag:codeigniter.com,2008:forums/viewthread/.98591</id>
      <published>2008-12-02T09:25:56Z</published>
      <updated></updated>
      <author><name>Julien Desrosiers</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi,</p>

<p>I added a PDF manual for CodeIgniter 1.7.<br />
<a href="http://codeigniter.com/wiki/PDF_of_CI_Documentation/">http://codeigniter.com/wiki/PDF_of_CI_Documentation/</a></p>

<p>(the topics are alphabetically ordered)</p>

<p>Created with the Loop Firefox plugin.</p>

<p>Hope you find it useful!</p>

<p>-Julien</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Modular Extensions &#45; Notices and errors</title>
      <link rel="alternate" type="text/html" href="http://codeigniter.com/forums/viewthread/100608/" />      
      <id>tag:codeigniter.com,2008:forums/viewthread/.100608</id>
      <published>2008-12-24T02:26:25Z</published>
      <updated>2008-12-24T02:26:59Z</updated>
      <author><name>nguyen phan van quang teo</name></author>
      <content type="html">
      <![CDATA[
        <p>A PHP Error was encountered</p>

<p>Severity: Notice</p>

<p>Message: Undefined property: menu::$mmenu</p>

<p>Filename: controllers/menu.php</p>

<p>Line Number: 12</p>

<p>Help!</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>please help</title>
      <link rel="alternate" type="text/html" href="http://codeigniter.com/forums/viewthread/94344/" />      
      <id>tag:codeigniter.com,2008:forums/viewthread/.94344</id>
      <published>2008-10-20T01:44:51Z</published>
      <updated></updated>
      <author><name>JIYA</name></author>
      <content type="html">
      <![CDATA[
        <p>How can we achieve good PR links ?</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Modular Extensions &#45; HMVC</title>
      <link rel="alternate" type="text/html" href="http://codeigniter.com/forums/viewthread/92212/" />      
      <id>tag:codeigniter.com,2008:forums/viewthread/.92212</id>
      <published>2008-09-27T02:03:11Z</published>
      <updated></updated>
      <author><name>Velizar N.</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi! Congratulations for the great library!<br />
But what about standard query string based URLs:<br />
if I run CI+HMVC </p>

<p><a href="http://localhost/index.php/welcome/welcome">http://localhost/index.php/welcome/welcome</a> </p>

<p>how can I run this</p>

<p><a href="http://localhost/index.php?c=welcome&amp;m=methodname">http://localhost/index.php?c=welcome&amp;m=methodname</a></p>

<p>Did I miss something?</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Taggly</title>
      <link rel="alternate" type="text/html" href="http://codeigniter.com/forums/viewthread/100403/" />      
      <id>tag:codeigniter.com,2008:forums/viewthread/.100403</id>
      <published>2008-12-21T16:22:03Z</published>
      <updated></updated>
      <author><name>Jonas G</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi.</p>

<p>First of all thanks for at great lib. </p>

<p>I&#8217;m having trouble sorting the tagCloud alphabetically. It seems that if you don&#8217;t turn the &#8220;shuffle&#8221; function on it sorts by frequency and thereby lists all the big tags in the end. I would like to sort the list alphabetically&#8230;</p>

<p>What am I missing?</p>
      ]]>
      </content>
    </entry>


</feed>