<?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>Sat, 25 May 2013 18:20:51 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Tibo Beijen's Blog: Controlled initialization of domain objects]]></title>
      <guid>http://www.phpdeveloper.org/news/12837</guid>
      <link>http://www.phpdeveloper.org/news/12837</link>
      <description><![CDATA[<p>
<i>Tibo Beijen</i> takes a look at domain objects in <a href="http://www.tibobeijen.nl/blog/2009/07/09/controlled-initialization-of-domain-objects/">this new post</a> to his blog and how they have them working in a project he's been developing.
</p>
<blockquote>
In a recent project I've been working on, we have used the <a href="http://en.wikipedia.org/wiki/Domain_model">'Domain Model'</a> to describe and design our application. Doing so we decouple persistency logic from the objects that are being passed around and modified throughout our application: The Domain objects.
</blockquote>
<p>
He talks about challenges associated with the development (issues separating out the business logic) and how they solved it in two ways - reflection and a pattern where the domain object uses itself. Code is also included to help illustrate the problem and these two methods of resolving it.
</p>]]></description>
      <pubDate>Thu, 09 Jul 2009 10:06:02 -0500</pubDate>
    </item>
  </channel>
</rss>
