<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 15 May 2008 23:34:11 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Tiffany Brown's Blog: Debugging tip: "Disallowed Key Character" error in CodeIgniter]]></title>
      <guid>http://www.phpdeveloper.org/news/10133</guid>
      <link>http://www.phpdeveloper.org/news/10133</link>
      <description><![CDATA[<p>
CodeIgniter fans might want to take note of <a href="http://tiffanybbrown.com/2008/05/06/debugging-tip-disallowed-key-character-error-in-codeigniter/">this tip</a> from <i>Tiffany Brown</i> concerning "disallowed key character" error messages.
</p>
<blockquote>
After 6 hours of massive anxiety, stress, near tears, one pound on my desk, and some hair pulling, I tracked down the source of a nagging Disallowed Key Character error that I received while using <a href="http://www.codeigniter.com/">CodeIgniter</a>: an extra line break.
</blockquote>
<p>
She eventually figured out that the newline and carriage return characters are not allowed as a part of the framework. Unfortunately, it was a random newline after a controller's code that did it for her.
</p>]]></description>
      <pubDate>Wed, 07 May 2008 12:09:29 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPClasses.org: Book Review - CodeIgniter for Rapid PHP Application Development]]></title>
      <guid>http://www.phpdeveloper.org/news/9777</guid>
      <link>http://www.phpdeveloper.org/news/9777</link>
      <description><![CDATA[<p>
The PHPClasses.org website has <a href="http://www.phpclasses.org/reviews/id/1847191746.html">posted their book review</a> of a recent Packt Publishing book targeted at introducing you to one of the PHP frameworks growing in recent popularity - <a href="http://www.codeigniter.com">CodeIgniter</a> - "CodeIgniter for Rapid PHP Application Development".
</p>
<blockquote>
I started reading "CodeIgniter for Rapid PHP Application Development" as a novice. This book is specially targeted to anybody like me: little or no prior experience of Object Oriented Programming or the MVC approach, with couple of years procedural PHP experience, and is after something that can really take you to the next level.
</blockquote>
<p>
The reviewer (<i>Ryan Partington</i>) talks about what the CodeIgniter framework is, his struggle with the MVC concept, how the book is divided up and the benchmarking of framework applications.
</p>]]></description>
      <pubDate>Tue, 11 Mar 2008 11:19:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Developer Tutorials: Rapid Application Development with CodeIgniter]]></title>
      <guid>http://www.phpdeveloper.org/news/9722</guid>
      <link>http://www.phpdeveloper.org/news/9722</link>
      <description><![CDATA[<p>
On the Developer Tutorials website, <a href="http://www.developertutorials.com/tutorials/php/rapid-application-development-with-codeigniter-8-02-17/page1.html">this new tutorial</a> has been posted looking to help you get started with the PHP application framework CodeIgniter.
</p>
<blockquote>
Chances are, however, that you just want to get on with coding, and don't want to have to deal with complex libraries. CodeIgniter achieves this wonderfully, staying out of your way but offering a lot of functionality if and when you need it.
</blockquote>
<p>
<a href="http://www.developertutorials.com/tutorials/php/rapid-application-development-with-codeigniter-8-02-17/page1.html">The tutorial</a> takes a little time to explain what an MVC framework is before getting in to how to use it (it makes more sense when you know how requests are handled). They create a simple "jobs" application to get you started that not only shows the structure of a simple app, but also includes how interface it with a (MySQL) database as well.
</p>]]></description>
      <pubDate>Fri, 29 Feb 2008 08:47:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Developer Tutorials Blog: Zend Framework: The Best Framework for Use With Other Frameworks]]></title>
      <guid>http://www.phpdeveloper.org/news/9717</guid>
      <link>http://www.phpdeveloper.org/news/9717</link>
      <description><![CDATA[<p>
The Developer Tutorials blog has an <a href="http://www.developertutorials.com/blog/php/zend-framework-use-with-other-frameworks-56/">interesting perspective</a> on the whole framework front today - use whatever framework you choose, but be sure to "add a little Zend" when you need it.
</p>
<blockquote>
The Zend Framework is a fairly standard, (optionally) MVC PHP application framework. It comes with all the usual functionality; request routing, database access, templates (through view files) etc. [...] But here's the kicker: it works entirely standalone. The classes and their methods can, generally, be used statically in any context, or at least independently of the framework.
</blockquote>
<p>
They <a href="http://www.developertutorials.com/blog/php/zend-framework-use-with-other-frameworks-56/">point out</a> that the components of the Zend Framework, while able to happily live in their self-contained MVC bubble, can also break "out of the box" and live their own happy, separate lives. He even points out <a href="http://thislab.com/2008/02/21/using-zend-framework-with-codeigniter/">another blog entry</a> looking at using the Zend Framework right along side CodeIgniter in a web application.
</p>]]></description>
      <pubDate>Thu, 28 Feb 2008 08:47:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[ThisLab: Notes on Choosing a PHP Framework: A Quick Comparison of CodeIgniter and Kohana]]></title>
      <guid>http://www.phpdeveloper.org/news/9702</guid>
      <link>http://www.phpdeveloper.org/news/9702</link>
      <description><![CDATA[<p>
On the ThisLab website, they've <a href="http://thislab.com/2008/02/23/notes-on-choosing-a-php-framework-a-quick-comparison-of-codeigniter-and-kohana/">posted their comparison</a> of two PHP frameworks, both based on some of the same code - CodeIgniter and Kohana.
</p>
<blockquote>
<p>
I began hunting for PHP frameworks ever since Ruby on Rails hit the street. [...] I did a lot of searches, and researches, and finally I was happy to see <a href="http://codeigniter.com/">CodeIgniter</a>.
</p>
<p>
CodeIgniter has progressed well and gained many web developers' trust, despite a few glitches. One of which was the spawn of the fork: <a href="http://kohanaphp.com/">Kohana</a>.
</p>
</blockquote>
<p>
He points out <a href="http://en.wikipedia.org/wiki/KohanaPHP#Differences_Between_Kohana_and_CodeIgniter">the Wikipedia page</a> showing some of the differences but the real interest in this post is the more than complete table directly comparing the two frameworks (specific versions of each). Items compared on include supported databases, community, conventions, caching, web service support and unit testing integration.
</p>]]></description>
      <pubDate>Tue, 26 Feb 2008 09:58:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[CodeIgniter: CodeIgniter 1.6.1 Released]]></title>
      <guid>http://www.phpdeveloper.org/news/9621</guid>
      <link>http://www.phpdeveloper.org/news/9621</link>
      <description><![CDATA[<p>
The CodeIgniter development group has <a href="http://codeigniter.com/news/codeigniter_161_released/">released the latest version</a> of the framework - CodeIgniter 1.6.1:
</p>
<blockquote>
Version 1.6.1 is primarily a maintenance release, but does bring a handful of nice feature additions and enhancements.  After a very successful 1.6.0 release, a series of bugs have been squashed and enhancements have been made that we wanted to roll out as a formal release. 
</blockquote>
<p>
The update process is just replacing a few files from your current installation. Check out <a href="http://www.codeigniter.com/user_guide/changelog.html">the Changelog</a> for more information on the updates made and, if you're not quite sure what you're doing on the update, check out their handy <A href="http://www.codeigniter.com/user_guide/installation/upgrading.html">update instructions.
</p>]]></description>
      <pubDate>Wed, 13 Feb 2008 09:47:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[CodeIgniter.com: CodeIgniter 1.6 Hits the Streets]]></title>
      <guid>http://www.phpdeveloper.org/news/9534</guid>
      <link>http://www.phpdeveloper.org/news/9534</link>
      <description><![CDATA[<p>
The latest version of the <a href="http://www.codeigniter.com">CodeIgniter</a> framework has officially been released - version 1.6:
</p>
<blockquote>
EllisLab is proud to announce the release of CodeIgniter 1.6, our open source web application framework.  The release marks a new turn in the development of the framework, and has received considerable attention from both EllisLab developers and the community.
</blockquote>
<p>
There's lots of new features in <a href="http://codeigniter.com/downloads/">this new release</a> including a Database Forge class, improvements to their Active Record implementation, an extendable Model class, and the addition of extendable Helpers.
</p>
<p>
You can find out more about the framework on <a href="http://codeigniter.com">the project's homepage</a> or just head straight to the <a href="http://codeigniter.com/downloads/">downloads section</a> and grab the latest updates.
</p>
]]></description>
      <pubDate>Thu, 31 Jan 2008 07:59:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[CodeIgniter Blog: Calling all CodeIgniter-ers - join us at South By Southwest!]]></title>
      <guid>http://www.phpdeveloper.org/news/9516</guid>
      <link>http://www.phpdeveloper.org/news/9516</link>
      <description><![CDATA[<p>
If you're a Code Igniter fan and happen to be going to this year's <a href="http://2008.sxsw.com/interactive/">South By Southwest Conference</a>, you'll hvave a chance to meet up with the core development team for the framework for a little social time.
</p>
<blockquote>
For the upcoming <a href="http://2008.sxsw.com/interactive/">2008 South by Southwest</a>, EllisLab has several <a href="http://camp.ellislab.com/">exciting events</a> planned; including an open panel discussion, a brunch event... and heck, let's just cut to it, the Party at the Moonshine Grill!  (This WILL be the highlight of the conference for you - promise).
</blockquote>
<p>
You can get more on the conference from <a href="http://2008.sxsw.com/interactive/">its website</a> and more about the EllisLab group from <a href="http://ellislab.com/">their homepage</a>.
</p>]]></description>
      <pubDate>Tue, 29 Jan 2008 11:19:00 -0600</pubDate>
    </item>
  </channel>
</rss>
