<?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, 23 May 2013 19:01:37 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Courtney Robinson's Blog: Apache Cassandra+PHPcassa+Code Igniter = large scale PHP app in 5 minutes]]></title>
      <guid>http://www.phpdeveloper.org/news/16171</guid>
      <link>http://www.phpdeveloper.org/news/16171</link>
      <description><![CDATA[<p>
In a new post today <i>Courtney Robinson</i> shows how the combination of Cassandra, PHPcassa and CodeIgniter can be used to create a <a href="http://crlog.info/2011/04/07/apache-cassandra-phpcassa-code-igniter-large-scale-php-app-in-5-minutes/">large scale PHP application in five minutes </a>.
</p>
<blockquote>
I'm working on a new project, migrating an existing site using custom code with a very monolithic design on top of <a href="http://www.mysql.com/">MySQL</a>. Design goals : Implement all the same functionality using a manageable framework with a small footprint on a distributed NoSQL database. Small footprint? I'm thinking <a href="http://codeigniter.com/">Code Igniter (CI)</a>...Distributed NoSQL (my favorite part)? I'm thinking <a href="http://cassandra.apache.org/">Apache Cassandra</a>!!!
</blockquote>
<p>
The basic idea was to have the CodeIgniter database object (the $this->db) available but still allow the application access to the Cassandra database as well. <a href="https://github.com/hoan/phpcassa">PHPcassa</a> was the answer. One created configuration file and a custom database library later and the tool was implemented into the CodeIgniter structure.
</p>]]></description>
      <pubDate>Mon, 11 Apr 2011 08:48:00 -0500</pubDate>
    </item>
  </channel>
</rss>
