<?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>Sun, 19 May 2013 05:12:28 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Brian Swan's Blog: How to Use the Storage Emulator with the Windows Azure SDK for PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/16221</guid>
      <link>http://www.phpdeveloper.org/news/16221</link>
      <description><![CDATA[<p>
In a recent post to his blog <i>Brian Swan</i> shows you how to use the <a href="http://blogs.msdn.com/b/brian_swan/archive/2011/04/19/how-to-use-the-storage-emulator-with-the-windows-azure-sdk-for-php.aspx">Storage Emulator for Azure</a> with PHP via their provided SDK. It's a quick post but it has a helpful code snippet if you've been struggling with getting it set up.
</p>
<blockquote>
This is a short post to address this question: How do I use the local <a href="http://msdn.microsoft.com/en-us/library/gg432983.aspx">Storage Emulator</a> (formerly known as Development Storage) when using the <a href="http://phpazure.codeplex.com/">Windows Azure SDK for PHP</a>? The <a href="http://azurephptools.codeplex.com/releases/view/62345">Windows Azure Command Line Tools for PHP</a> provide an option for running an application locally in the <a href="http://msdn.microsoft.com/en-us/library/gg432968.aspx">Compute Emulator</a>, but I didn't see an option for using the local Storage Emulator.  As it turns out, the answer is very simple, although somewhat difficult to find.
</blockquote>
<p>
The trick is to omit the constructor parameters when creating a new table/blob/client to get it to create things locally instead of on your Azure instance. He also includes a set of links that can help fill in some of the gaps in the whole Windows Azure deployment process.
</p>]]></description>
      <pubDate>Wed, 20 Apr 2011 08:43:53 -0500</pubDate>
    </item>
  </channel>
</rss>
