<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>stu.mp &#187; framework</title>
	<atom:link href="http://stu.mp/category/framework/feed" rel="self" type="application/rss+xml" />
	<link>http://stu.mp</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 25 Oct 2012 18:52:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Framework 0.4.0</title>
		<link>http://stu.mp/2007/12/framework-040.html</link>
		<comments>http://stu.mp/2007/12/framework-040.html#comments</comments>
		<pubDate>Sat, 29 Dec 2007 04:24:33 +0000</pubDate>
		<dc:creator>joestump</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[pear]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.joestump.net/2007/12/framework-040.html</guid>
		<description><![CDATA[Thanks to Southwest delaying my 1.5 hour flight to Portland by 2 hours I&#8217;ve finally gotten time to package up the latest release of Framework. I jumped ahead to 0.4.0 from the 0.2.x series due to the fact that 0.4.0 &#8230; <a href="http://stu.mp/2007/12/framework-040.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Thanks to Southwest delaying my 1.5 hour flight to Portland by 2 hours I&#8217;ve finally gotten time to package up the latest release of Framework. I jumped ahead to <a href="http://bugs.joestump.net/trac.cgi/framework/wiki/Framework040">0.4.0</a> from the 0.2.x series due to the fact that 0.4.0 isn&#8217;t really 100% backwards compatible and because I felt it was a major enough release to skip ahead a number. Lots of bug fixes, features, etc.</p>
<p>The biggest enhancements are that I switched to a pure exception model for error handling. I even went so far to switch the default PEAR_Error handler to throw Framework_Exception&#8217;s. Also, as asked by a ton of people I&#8217;ve created the ability to change your DB abstraction layers or not use one at all.</p>
]]></content:encoded>
			<wfw:commentRss>http://stu.mp/2007/12/framework-040.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Framework 0.1.8</title>
		<link>http://stu.mp/2006/11/framework-018.html</link>
		<comments>http://stu.mp/2006/11/framework-018.html#comments</comments>
		<pubDate>Wed, 29 Nov 2006 02:33:35 +0000</pubDate>
		<dc:creator>joestump</dc:creator>
				<category><![CDATA[framework]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[pear]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.joestump.net/2006/11/framework-018.html</guid>
		<description><![CDATA[I won&#8217;t be talking about Framework much here any more, but I did want to mention that I released Framework 0.1.8 and that it&#8217;s now installable via my very own PEAR channel at http://pear.joestump.net. $ pear channel-discover pear.joestump.net $ pear &#8230; <a href="http://stu.mp/2006/11/framework-018.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I won&#8217;t be talking about Framework much here any more, but I did want to mention that I released <a href="http://bugs.joestump.net/trac.cgi/framework/wiki/Framework018">Framework 0.1.8</a> and that it&#8217;s now installable via my very own PEAR channel at <a href="http://pear.joestump.net">http://pear.joestump.net</a>.<code></code></p>
<pre><code>
$ pear channel-discover pear.joestump.net
$ pear install --alldeps joestump/Framework
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://stu.mp/2006/11/framework-018.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Framework Finds a Home</title>
		<link>http://stu.mp/2006/10/framework-finds-a-home.html</link>
		<comments>http://stu.mp/2006/10/framework-finds-a-home.html#comments</comments>
		<pubDate>Thu, 19 Oct 2006 03:35:13 +0000</pubDate>
		<dc:creator>joestump</dc:creator>
				<category><![CDATA[framework]]></category>
		<category><![CDATA[pear]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.joestump.net/2006/10/framework-finds-a-home.html</guid>
		<description><![CDATA[I&#8217;ve finally gotten around to creating a home for Framework. I&#8217;ve installed Trac, imported the repository into SVN, tagged various releases, etc. Please feel free to submit bugs and write some documentation for me.]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve finally gotten around to creating <a href="http://bugs.joestump.net/trac.cgi/framework">a home for Framework</a>. I&#8217;ve installed Trac, imported the repository into SVN, tagged various releases, etc. Please feel free to submit bugs and write some documentation for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://stu.mp/2006/10/framework-finds-a-home.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Framework 0.1.4</title>
		<link>http://stu.mp/2006/10/framework-014.html</link>
		<comments>http://stu.mp/2006/10/framework-014.html#comments</comments>
		<pubDate>Tue, 17 Oct 2006 23:03:05 +0000</pubDate>
		<dc:creator>joestump</dc:creator>
				<category><![CDATA[framework]]></category>
		<category><![CDATA[pear]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.joestump.net/2006/10/framework-014.html</guid>
		<description><![CDATA[This is a fairly major upgrade for the little framework that could. I haven&#8217;t stopped developing Framework. Quite the contrary, I&#8217;ve been working on it extensively as I&#8217;m starting to build sites utilizing it. Other than the extensive changes, fixes, &#8230; <a href="http://stu.mp/2006/10/framework-014.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>This is a fairly major upgrade for the little framework that could. I haven&#8217;t stopped developing Framework. Quite the contrary, I&#8217;ve been working on it extensively as I&#8217;m starting to build sites utilizing it. Other than the extensive changes, fixes, etc. anybody wishing to try this out will be pleasantly surprised that there is now an example document root in the examples.</p>
<ul>
<li>Added <code>Framework_Exception</code></li>
<li>Added <code>Framework_Template</code> for unified templating in modules</li>
<li>Added <code>__sleep()</code> and <code>__wakeup()</code> to <code>Framework_Object</code> and <code>Framework_Object_DB</code></li>
<li>Added <code>$this->template->plugins_dir = array('plugins',$path.'/'.'plugins')</code> to <code>Framework_Presenter_Smarty</code></li>
<li>Added <code>Framework_Auth_ACL</code> to handle Access Control Lists based on module/event pairings</li>
<li>Added <code>Framework_Request</code></li>
<li>Added <code>Framework_User::__isset()</code></li>
<li>Added <code>Framework_Site_Common::stop()</code> which is ran from <code>Framework::stop()</code> when processing has completed</li>
<li>Added <code>config.xml</code> for site configuration data</li>
<li>Added <code>Framework_Presenter_JSON</code> which utilizes <a href="http://www.aurore.net/projects/php-json/">php-json</a></li>
<li>Fixed a bug when creating custom user classes in <code>Framework_Uset::singleton()</code></li>
<li>Fixed how <code>Framework_User::__construct()</code> detected the userField from <code>Framework_Session</code></li>
<li>Fixed misspelled function call in <code>Framework_User</code></li>
<li>Fixed a bug where <code>Framework_Object</code> was attempting to create a log file before <code>Framework_Site_Common</code> had been created</li>
<li>Fixed mispelled return code in <code>Framework::start()</code></li>
<li>Fixed a bug where a module&#8217;s event was running before the session/user had been authenticated</li>
<li>Changed <code>Framework_Presenter_REST</code> to include <code>XML_Serializer</code> options</li>
<li>Changed all <code>Exception</code>&#8216;s to <code>Framework_Exception</code></li>
<li><code>Changed Framework_Object::__construct()</code> to use <code>Framework_Site_Common::$logFile</code> to create instance of PEAR Log in <code>Framework::$log</code></li>
<li>Removed a few references to deprecated constants in <code>Framework_Presenter_Module</code></li>
<li>Deprecated <code>Framework_User::$userTable</code>, <code>Framework_User::$userField</code>, <code>Framework_User::$defaultUser</code>, <code>Framework_User::$userClass</code> (see <code>config.xml</code>)</li>
</ul>
<h3 class="download"><a href="/jax/content/source/Framework/Framework-0.1.4.tgz">Download Framework 0.1.1</a></h3>
]]></content:encoded>
			<wfw:commentRss>http://stu.mp/2006/10/framework-014.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached

 Served from: stu.mp @ 2013-05-19 08:35:48 by W3 Total Cache -->