<?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>Wed, 19 Jun 2013 00:17:39 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Mayank Kandpal: How I Start a New CodeIgniter Project]]></title>
      <guid>http://www.phpdeveloper.org/news/18344</guid>
      <link>http://www.phpdeveloper.org/news/18344</link>
      <description><![CDATA[<p>
For those interested in getting started with the CodeIgniter framework, but want a more step-by-step guide to getting it up and running, <a href="http://roomforcreativity.wordpress.com/2012/08/09/how-i-start-a-new-code-igniter-project/">this recent post</a> from <i>Mayank Kandpal</i> can help.
</p>
<blockquote>
Every other day, I develop new websites from scratch for various clients and sometimes for some of my own projects. Unless the project is really complex, I prefer to develop in CodeIgniter, a super-flexible (MVC) PHP framework which lets me develop super-quick !
</blockquote>
<p>
He walks you through all the steps you'll need - from <a href="http://codeigniter.com/download.php">downloading the latest</a> to creating the application and things like setting up <a href="http://roomforcreativity.wordpress.com/2012/06/14/setting-up-log4php-with-code-igniter/">logging</a> and <a href="https://github.com/ilkon/Tank-Auth/tarball/master">authentication</a>.
</p>]]></description>
      <pubDate>Fri, 10 Aug 2012 09:14:43 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Bogdan Albei's Blog: Create your perfect virtualised PHP development environment]]></title>
      <guid>http://www.phpdeveloper.org/news/12472</guid>
      <link>http://www.phpdeveloper.org/news/12472</link>
      <description><![CDATA[<p>
<i>Bogdan Albei</i> has <a href="http://bogdan-albei.blogspot.com/2009/05/create-your-perfect-virtualised-php.html">a new post</a> today looking at a development environment he's set up and considers one of the "perfect" ways to do it - a virtualized environment that lets you test in your deployment environment despite what OS you currently run.
</p>
<blockquote>
he environment has three basic elements: the operating system, the text editor and the test environment. The operating system is not really important as long as you're used to it, and this also applies to the text editor. [...] Unfortunately a lot of organisations have rules over rules that stop you from having your perfect environment. [...] How are you supposed to have a PHP test environment under Windows/MaxOS that is similar to your production Linux? The answer is quite simple: virtualisation. 
</blockquote>
<p>
He suggests using <a href="http://www.vmware.com/products/server/">VMware</a> to create a virtual environment (or multiple environments) for your development. They can even potentially share a folder on the drive so you can test the same code in multiple environments. He also includes a step-by-step guide that'll have you up and running in no time. Obviously, you'll need a copy of your OS of choice to install from once the VMware instance is all set up.
</p>]]></description>
      <pubDate>Thu, 07 May 2009 07:52:12 -0500</pubDate>
    </item>
  </channel>
</rss>
