<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by Squarespace Site Server v5.11.81 (http://www.squarespace.com/) on Thu, 23 Feb 2012 12:36:11 GMT--><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rss="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:cc="http://web.resource.org/cc/"><rss:channel rdf:about="http://www.ep-dev.com/blog/"><rss:title>PHP Scripts and Tutorials</rss:title><rss:link>http://www.ep-dev.com/blog/</rss:link><rss:description></rss:description><dc:language>en-US</dc:language><dc:date>2012-02-23T12:36:11Z</dc:date><admin:generatorAgent rdf:resource="http://www.squarespace.com/">Squarespace Site Server v5.11.81 (http://www.squarespace.com/)</admin:generatorAgent><rss:items><rdf:Seq><rdf:li rdf:resource="http://www.ep-dev.com/blog/2011/1/8/creating-models-in-zend-framework.html"/><rdf:li rdf:resource="http://www.ep-dev.com/blog/2011/1/2/new-website.html"/></rdf:Seq></rss:items></rss:channel><rss:item rdf:about="http://www.ep-dev.com/blog/2011/1/8/creating-models-in-zend-framework.html"><rss:title>Creating Models in Zend Framework</rss:title><rss:link>http://www.ep-dev.com/blog/2011/1/8/creating-models-in-zend-framework.html</rss:link><dc:creator>Patrick Brown</dc:creator><dc:date>2011-01-09T05:25:09Z</dc:date><dc:subject>Tutorials mappers models zend framework</dc:subject><content:encoded><![CDATA[While working on various projects using the popular Model-View-Controller (MVC) Zend Framework, I had to rapidly build several models that had 1-to-1 mappings to underlying data sources (such as a database). While Zend Framework offers specialty Controllers and Views, its definition of Models is left very open. My approach is similar the approach that is now part of the <a class="offsite-link-inline" href="http://framework.zend.com/manual/en/learning.quickstart.create-model.html" target="_blank">Zend Framework Quickstart Guide</a>. The guide details an example of using SQLite to create a guestbook. In this tutorial, I will show you how to abstract a generic model toolset so that creating new models takes only seconds.]]></content:encoded></rss:item><rss:item rdf:about="http://www.ep-dev.com/blog/2011/1/2/new-website.html"><rss:title>New Website</rss:title><rss:link>http://www.ep-dev.com/blog/2011/1/2/new-website.html</rss:link><dc:creator>Patrick Brown</dc:creator><dc:date>2011-01-03T01:53:27Z</dc:date><dc:subject>News ep-dev</dc:subject><content:encoded><![CDATA[<p>Welcome to the new EP-Dev.com.</p>]]></content:encoded></rss:item></rdf:RDF>
