<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: the problem with frameworks</title>
	<atom:link href="http://equivalence.co.uk/archives/1128/feed" rel="self" type="application/rss+xml" />
	<link>http://equivalence.co.uk/archives/1128</link>
	<description>Technical Blog for Software Developers</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:49:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Viddo</title>
		<link>http://equivalence.co.uk/archives/1128/comment-page-1#comment-452</link>
		<dc:creator>Viddo</dc:creator>
		<pubDate>Mon, 18 May 2009 18:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.equivalence.co.uk/?p=1128#comment-452</guid>
		<description>Also, I strongly recommend one to use XDebug (or equal) to be able to debug more effeciently, just as with any programming language. That way you could also have found the problem more quickly. But of course, everything (reading the manual, debugging etc) complements each other :)

http://xdebug.com/
http://devzone.zend.com/article/2803-Introducing-xdebug</description>
		<content:encoded><![CDATA[<p>Also, I strongly recommend one to use XDebug (or equal) to be able to debug more effeciently, just as with any programming language. That way you could also have found the problem more quickly. But of course, everything (reading the manual, debugging etc) complements each other <img src='http://equivalence.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://xdebug.com/" rel="nofollow">http://xdebug.com/</a><br />
<a href="http://devzone.zend.com/article/2803-Introducing-xdebug" rel="nofollow">http://devzone.zend.com/article/2803-Introducing-xdebug</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregg</title>
		<link>http://equivalence.co.uk/archives/1128/comment-page-1#comment-451</link>
		<dc:creator>Gregg</dc:creator>
		<pubDate>Mon, 18 May 2009 09:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.equivalence.co.uk/?p=1128#comment-451</guid>
		<description>Thanks for the comments guys. I will take a look at the links you have suggested.</description>
		<content:encoded><![CDATA[<p>Thanks for the comments guys. I will take a look at the links you have suggested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeroen van der Gulik</title>
		<link>http://equivalence.co.uk/archives/1128/comment-page-1#comment-450</link>
		<dc:creator>Jeroen van der Gulik</dc:creator>
		<pubDate>Mon, 18 May 2009 09:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.equivalence.co.uk/?p=1128#comment-450</guid>
		<description>Take a look at CodeIgniter. It has very good documentation and is much easier to grasp than most PHP frameworks.</description>
		<content:encoded><![CDATA[<p>Take a look at CodeIgniter. It has very good documentation and is much easier to grasp than most PHP frameworks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donald Organ</title>
		<link>http://equivalence.co.uk/archives/1128/comment-page-1#comment-449</link>
		<dc:creator>Donald Organ</dc:creator>
		<pubDate>Mon, 18 May 2009 02:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.equivalence.co.uk/?p=1128#comment-449</guid>
		<description>Take a look at Andromeda it is a PHP based  Meta Data drive business Rule framework.

http://www.andromeda-project.org</description>
		<content:encoded><![CDATA[<p>Take a look at Andromeda it is a PHP based  Meta Data drive business Rule framework.</p>
<p><a href="http://www.andromeda-project.org" rel="nofollow">http://www.andromeda-project.org</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregg</title>
		<link>http://equivalence.co.uk/archives/1128/comment-page-1#comment-448</link>
		<dc:creator>Gregg</dc:creator>
		<pubDate>Fri, 15 May 2009 13:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.equivalence.co.uk/?p=1128#comment-448</guid>
		<description>It&#039;s not really a problem with the framework per say. However, the more complicated and the greater the functionality provided the harder it becomes to know every part of it - or for that matter find the correct part of the documentation as can happen in the MSDN docs. In my situation it was a case of not paying enough attention to the documentation, but I wanted to state it as problem with the framework as an example of how easy it is to heap blame on something else. No doubt there will also be cases when the documentation itself is poor. One other problem was also that debugging the PHP stuff was not as straightforward as firing up Visual Studio and putting in a breakpoint.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not really a problem with the framework per say. However, the more complicated and the greater the functionality provided the harder it becomes to know every part of it &#8211; or for that matter find the correct part of the documentation as can happen in the MSDN docs. In my situation it was a case of not paying enough attention to the documentation, but I wanted to state it as problem with the framework as an example of how easy it is to heap blame on something else. No doubt there will also be cases when the documentation itself is poor. One other problem was also that debugging the PHP stuff was not as straightforward as firing up Visual Studio and putting in a breakpoint.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richie B</title>
		<link>http://equivalence.co.uk/archives/1128/comment-page-1#comment-447</link>
		<dc:creator>Richie B</dc:creator>
		<pubDate>Fri, 15 May 2009 13:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.equivalence.co.uk/?p=1128#comment-447</guid>
		<description>Yip, we&#039;ve all done it, steaming ahead without fully reading the documentation. Is that a problem with frameworks or a problem with the developers who use them? Is it reasonable to expect us to have to RTFM or is it a failing of the framework or library if it is not instantly obvious how it should be used?</description>
		<content:encoded><![CDATA[<p>Yip, we&#8217;ve all done it, steaming ahead without fully reading the documentation. Is that a problem with frameworks or a problem with the developers who use them? Is it reasonable to expect us to have to RTFM or is it a failing of the framework or library if it is not instantly obvious how it should be used?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

