<?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, 22 May 2013 22:56:46 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Jason Grimes' Blog: Using Doctrine 2 in Zend Framework 2]]></title>
      <guid>http://www.phpdeveloper.org/news/17463</guid>
      <link>http://www.phpdeveloper.org/news/17463</link>
      <description><![CDATA[<p>
<i>Jason Grimes</i> has posted a new tutorial to his blog about <a href="http://www.jasongrimes.org/2012/01/using-doctrine-2-in-zend-framework-2/">integrating Zend Framework 2 with Doctrine</a>, the powerful (and popular) ORM tool for PHP. In his example, he shows how to use them to store the album information from Rob's tutorial.
</p>
<blockquote>
Zend Framework 2 is getting close to release, and among the changes are new ways to handle dependency injection, and new ways to work with third-party code as modules. Rob "Akrabat" Allen has updated his iconic <a href="http://akrabat.com/getting-started-with-zend-framework-2/">Getting Started with Zend Framework</a> tutorial for ZF2, and it's a great place to start. After working through that tutorial, the next thing I wanted to do was figure out how to get the Doctrine 2 ORM up and running. This article shows how to set up and use Doctrine 2 in Zend Framework 2, by extending Rob's Getting Started tutorial to use Doctrine instead of Zend_Db.
</blockquote>
<p>
Using <a href="http://akrabat.com/getting-started-with-zend-framework-2/">Rob's example</a> as a starting point, he shows how to install the Doctrine modules, update the "Album" model and controller to use Doctrine instead of Zend_Db and create the entity for the Albums.
</p>]]></description>
      <pubDate>Mon, 30 Jan 2012 10:02:36 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Symfony Blog: Books for symfony 1.3/1.4]]></title>
      <guid>http://www.phpdeveloper.org/news/13593</guid>
      <link>http://www.phpdeveloper.org/news/13593</link>
      <description><![CDATA[<p>
The Symfony blog has <a href="http://www.symfony-project.org/blog/2009/11/26/books-for-symfony-1-3-1-4">a new post</a> with links to some books to help you work with the latest version of the framework - Symfony 1.3/1.4.
</p>
<blockquote>
The symfony 1.3 and 1.4 final releases are just around the corner, and will probably be published next Monday. As you might have noticed, the symfony documentation have also been updated to take into account the changes made in those two new versions.
</blockquote>
<p>
They mention the books "Getting Started with Symfony 1.3 & 1.4", the "Symfony 1.3 & 1.4 Reference Guide" and "Practical symfony 1.3 & 1.4". You can either read the contents of them online or you can order them directly from Amazon as a published book. 
</p>]]></description>
      <pubDate>Thu, 26 Nov 2009 15:47:11 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Symfony Blog: The new Getting Started tutorial]]></title>
      <guid>http://www.phpdeveloper.org/news/12576</guid>
      <link>http://www.phpdeveloper.org/news/12576</link>
      <description><![CDATA[<p>
On the symfony blog <i>Fabien Potencier</i> has <a href="http://www.symfony-project.org/blog/2009/05/26/the-new-getting-started-tutorial">posted about the new "getting started" tutorial</a> that's been posted for the symfony 1.2 release of the framework.
</p>
<blockquote>
This new tutorial aims to become the definitive place to find all information related to the symfony installation process. It describes in great details everything you need to know to install symfony correctly. The goal is to also provide a single resource for people wanting to try out the framework and avoid discouraging them with a bad installation experience.
</blockquote>
<p>
You can find <a href="http://www.symfony-project.org/getting-started/1_2/en/01-Introduction">the new tutorial</a> and a newly rewritten <a href="http://www.symfony-project.org/installation/1_2">installation guide</a> on the cleaned up <a href="http://www.symfony-project.org/">symfony homepage</a>.
</p>]]></description>
      <pubDate>Wed, 27 May 2009 10:21:09 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Paul Jones' Blog: Quick Hits: New Solar Blog Entries]]></title>
      <guid>http://www.phpdeveloper.org/news/12141</guid>
      <link>http://www.phpdeveloper.org/news/12141</link>
      <description><![CDATA[<p>
<i>Paul Jones</i> has a <a href="http://paul-m-jones.com/?p=432">quick hit</a> reminder of some of the recent blog entries around the web about using the Solar framework:
</p>
<ul>
<li><a href="http://solarphp.com/blog/read/29-solar-cli-make-model">Solar CLI: Make-model</a> - a look at the auto-generation feature of the Solar command-line tool to create model classes based on your database tables.
<li>A more in-depth look at <a href="http://elofson.ca/?p=22">the solar configuration file</a>
<li>And, for those new to the framework, a <a href="http://elofson.ca/?p=10">Getting Started</a> guide.
</ul>
<p>
You can find out more about the Solar framework on <a href="http://solarphp.com">the project's website</a> including documentation, a current bugs list and a link to the community wiki.
</p>]]></description>
      <pubDate>Mon, 16 Mar 2009 11:16:37 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Paul Jones' Blog: Updates "Getting Started" Docs for Solar]]></title>
      <guid>http://www.phpdeveloper.org/news/11761</guid>
      <link>http://www.phpdeveloper.org/news/11761</link>
      <description><![CDATA[<p>
<i>Paul Jones</i> has <a href="http://paul-m-jones.com/?p=394">a quick note</a> on his blog today mentioning the updates recently made to the "Getting Started" documentation for the <a href="http://www.solarphp.com">Solar PHP framework</a>. There's five new sections as a result of the overhaul:
</p>
<ul>
<li>A <a href="http://solarphp.org/manual:getting_started:first_run">howto on download and installation</a>
<li><a href="http://solarphp.org/manual:getting_started:first_vendor">Creating a workspace</a>
<li><a href="http://solarphp.org/manual:getting_started:first_basic_app">Making an application inside it</a>
<li>Working with <a href="http://solarphp.org/manual:getting_started:first_model">your first model</a>
<li><a href="http://solarphp.org/manual:getting_started:first_model_app">Combining the model and app</a>.
</ul>
<p>
You can find out more about this PHP MVC framework on its site - <a href="http://www.solarphp.com">SolarPHP.com</a>.
</p>]]></description>
      <pubDate>Mon, 19 Jan 2009 07:56:22 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Sebastian Bergmann's Blog: Getting Started with Hamcrest]]></title>
      <guid>http://www.phpdeveloper.org/news/9384</guid>
      <link>http://www.phpdeveloper.org/news/9384</link>
      <description><![CDATA[<p>
Following up on the <a href="http://www.phpdeveloper.org/news/9337">start of his port</a> of the Hamcrest (a library of "matchers") functionality over to PHP, <i>Sebastian Bergmann</i> has posted <a href="http://sebastian-bergmann.de/archives/735-Getting-Started-with-Hamcrest.html">the getting started guide</a> to show you how to use it with the popular <a href="http://www.phpunit.de/">PHPUnit</a> unit testing software.
</p>
<blockquote>
There are a number of situations where matchers are invaluble, such as UI validation, or data filtering, but it is in the area of writing flexible tests that matchers are most commonly used.
</blockquote>
<p>
His <a href="http://sebastian-bergmann.de/archives/735-Getting-Started-with-Hamcrest.html">example</a> that checks to see if one object is equal to another object. The Hamcrest matcher allows for a "assertThat" method making it easier to create and use pre-existing unit testing assertions.
</p>
<p>
He also includes a list of some of the most common matchers broken up into groups of core, logical, object, number and text.
</p>]]></description>
      <pubDate>Wed, 09 Jan 2008 10:23:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Rob Allen's Blog: Tutorial Notes - Zend_Auth in French & Using Oracle ]]></title>
      <guid>http://www.phpdeveloper.org/news/7984</guid>
      <link>http://www.phpdeveloper.org/news/7984</link>
      <description><![CDATA[<p>
<i>Rob Allen</i> has two new notes today related to the tutorials he's created for the Zend Framework, both the Getting Started and the Zend_Auth ones.
</p>
<ul>
<li>The team at <a href="http://www.developpez.com/">developpez.com</a> have created a <a href="http://r-benyacoub.developpez.com/tutoriels/php/zend-framework/zend-auth/">French version</a> of his <a href="http://akrabat.com/zend-auth-tutorial/">Zend_Auth tutorial</a> - <a href="http://g-rossolini.developpez.com/tutoriels/php/zend-framework/debuter/">D&eacute;butez avec le Zend Framework</a>
<li>A <a href="http://liamgraham.wordpress.com/2007/06/05/oracle-modifications-for-rob-allens-zend-framework-tutorial/">link to some handy tips</a> on combining the Getting Started tutorial with Oracle.
</ul>
<p>
Both of these tutorials are found on <i>Rob</i>'s site - <a href="http://akrabat.com/zend-framework-tutorial/">Getting Started with the Zend Framework</a> and <a href="http://akrabat.com/zend-auth-tutorial/">Getting Started with Zend_Auth</a>.
</p>]]></description>
      <pubDate>Wed, 06 Jun 2007 08:38:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Rob Allen's Blog: Premiers pas avec le Zend Framework]]></title>
      <guid>http://www.phpdeveloper.org/news/7608</guid>
      <link>http://www.phpdeveloper.org/news/7608</link>
      <description><![CDATA[<p>
<i>Rob Allen</i> has a <a href="http://akrabat.com/2007/04/11/premiers-pas-avec-le-zend-framework/">quick note</a> that all French speakers out there will be interested to hear:
</p>
<blockquote>
My tutorial is now available in <a href="http://g-rossolini.developpez.com/tutoriels/php/zend-framework/debuter/">French</a> thanks to Guillaume Rossolini!
</blockquote>
<p>
Speaking of course of his <a href="http://akrabat.com/zend-framework-tutorial/">Getting Started</a> guide to the Zend Framework. The guide walks you through the installation, structure, setup, and creation of a simple application within the framework (displaying/updating/adding to an album listing).
</p>]]></description>
      <pubDate>Thu, 12 Apr 2007 07:05:43 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Rob Allen's Blog: Zend Framework Tutorial for ZF v0.8]]></title>
      <guid>http://www.phpdeveloper.org/news/7396</guid>
      <link>http://www.phpdeveloper.org/news/7396</link>
      <description><![CDATA[<p>
<i>Rob Allen</i> has a <a href="http://akrabat.com/2007/03/05/zend-framework-tutorial-for-zf-v08/">quick note</a> on his blog about his tutorial for the Zend Framework:
</p>
<blockquote>
A few people have asked about updating my <a href="http://akrabat.com/zend-framework-tutorial/">Getting Started tutorial</a> for version 0.8 of the Zend Framework. I finally had a chance to check the code and it worked fine with no changes (as expected!)
</blockquote>
<p>
The <a href="http://akrabat.com/zend-framework-tutorial/">tutorial</a> covers all of the "get you up and working" aspects of getting into the Zend Framework including download, setup, bootstrapping, and a simple application to get you familiar with how to develop in it and where to put everything.
</p>]]></description>
      <pubDate>Wed, 07 Mar 2007 07:48:00 -0600</pubDate>
    </item>
  </channel>
</rss>
