<?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: Solar Views and Layouts</title>
	<atom:link href="http://paul-m-jones.com/archives/247/feed" rel="self" type="application/rss+xml" />
	<link>http://paul-m-jones.com/archives/247?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=solar-views-and-layouts</link>
	<description>It&#039;s not enough to be smart; you have to actually know things.</description>
	<lastBuildDate>Wed, 08 Feb 2012 21:50:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Paul M. Jones &#187; Blog Archive &#187; The Stenhouse CSS Framework and Solar</title>
		<link>http://paul-m-jones.com/archives/247/comment-page-1#comment-163452</link>
		<dc:creator>Paul M. Jones &#187; Blog Archive &#187; The Stenhouse CSS Framework and Solar</dc:creator>
		<pubDate>Thu, 19 Jul 2007 14:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://paul-m-jones.com/blog/?p=247#comment-163452</guid>
		<description>[...] Solar comes with a reference application, Solar_App_Bookmarks. As I outlined in an earlier post about views and layouts in Solar, the bookmarks application is extended from Solar_App_Base. The Base package holds all the layouts, and those layouts are what I want to talk about in this entry. [...]</description>
		<content:encoded><![CDATA[<p>[...] Solar comes with a reference application, Solar_App_Bookmarks. As I outlined in an earlier post about views and layouts in Solar, the bookmarks application is extended from Solar_App_Base. The Base package holds all the layouts, and those layouts are what I want to talk about in this entry. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pmjones</title>
		<link>http://paul-m-jones.com/archives/247/comment-page-1#comment-162034</link>
		<dc:creator>pmjones</dc:creator>
		<pubDate>Sun, 15 Jul 2007 13:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://paul-m-jones.com/blog/?p=247#comment-162034</guid>
		<description>Hi Rene -- well don&#039;t I feel dumb (&quot;method&quot; indeed).  I have changed the related code, thanks for pointing it out.  :-)</description>
		<content:encoded><![CDATA[<p>Hi Rene &#8212; well don&#8217;t I feel dumb (&#8220;method&#8221; indeed).  I have changed the related code, thanks for pointing it out.  :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rene L.</title>
		<link>http://paul-m-jones.com/archives/247/comment-page-1#comment-161953</link>
		<dc:creator>Rene L.</dc:creator>
		<pubDate>Sun, 15 Jul 2007 07:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://paul-m-jones.com/blog/?p=247#comment-161953</guid>
		<description>Nice tutorial, it seems like although the ZF has its roots in Solar, Solar has evolved further in some directions.

Although I am wondering if the method keyword finally has been introduced to PHP... ;)</description>
		<content:encoded><![CDATA[<p>Nice tutorial, it seems like although the ZF has its roots in Solar, Solar has evolved further in some directions.</p>
<p>Although I am wondering if the method keyword finally has been introduced to PHP&#8230; ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: developercast.com &#187; Paul Jones&#8217; Blog: Solar Views and Layouts</title>
		<link>http://paul-m-jones.com/archives/247/comment-page-1#comment-161454</link>
		<dc:creator>developercast.com &#187; Paul Jones&#8217; Blog: Solar Views and Layouts</dc:creator>
		<pubDate>Fri, 13 Jul 2007 21:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://paul-m-jones.com/blog/?p=247#comment-161454</guid>
		<description>[...] While the Zend Framework works out how it&#8217;s going to integrate complex views, Paul Jones posts about how the Solar framework makes it simple to work with views and layouts. [...]</description>
		<content:encoded><![CDATA[<p>[...] While the Zend Framework works out how it&#8217;s going to integrate complex views, Paul Jones posts about how the Solar framework makes it simple to work with views and layouts. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHPDeveloper.org</title>
		<link>http://paul-m-jones.com/archives/247/comment-page-1#comment-161326</link>
		<dc:creator>PHPDeveloper.org</dc:creator>
		<pubDate>Fri, 13 Jul 2007 13:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://paul-m-jones.com/blog/?p=247#comment-161326</guid>
		<description>&lt;strong&gt;Paul Jones&#039; Blog: Solar Views and Layouts...&lt;/strong&gt;

...</description>
		<content:encoded><![CDATA[<p><strong>Paul Jones&#8217; Blog: Solar Views and Layouts&#8230;</strong></p>
<p>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Weier O'Phinney</title>
		<link>http://paul-m-jones.com/archives/247/comment-page-1#comment-161038</link>
		<dc:creator>Matthew Weier O'Phinney</dc:creator>
		<pubDate>Thu, 12 Jul 2007 15:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://paul-m-jones.com/blog/?p=247#comment-161038</guid>
		<description>In large part, we haven&#039;t come up with a solution for layouts yet as we&#039;ve needed to finish some other infrastructure first. That stuff is now in place with 1.0.0, and layouts are a priority for 1.1.0. 

In all likelihood, layouts will be accomplished via a combination of a two-step view implemented as a plugin, and some view helpers, and should be flexible and coherent with how view automation currently works in the MVC layer.</description>
		<content:encoded><![CDATA[<p>In large part, we haven&#8217;t come up with a solution for layouts yet as we&#8217;ve needed to finish some other infrastructure first. That stuff is now in place with 1.0.0, and layouts are a priority for 1.1.0. </p>
<p>In all likelihood, layouts will be accomplished via a combination of a two-step view implemented as a plugin, and some view helpers, and should be flexible and coherent with how view automation currently works in the MVC layer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pmjones</title>
		<link>http://paul-m-jones.com/archives/247/comment-page-1#comment-161031</link>
		<dc:creator>pmjones</dc:creator>
		<pubDate>Thu, 12 Jul 2007 14:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://paul-m-jones.com/blog/?p=247#comment-161031</guid>
		<description>Hi Stan --

I should have linked to those articles; let me do so here.  Start with this from Maugrim and work your back backwards (it&#039;s part 7 of a series on how to work with views and layouts in Zend Framework):

http://blog.astrumfutura.com/archives/297-Complex-Views-with-the-Zend-Framework-Part-7-Zend_View-Enhanced.html

You can also take a look at this from Akrabat, who outlines the current lack of an &quot;offical&quot; layout solution in Zend Framework.

http://akrabat.com/2007/07/11/two-step-view-in-zf100/

Like I said, I&#039;m sure they&#039;ll hit on something soon, but in the meantime you can do layouts in Solar very easily.  ;-)</description>
		<content:encoded><![CDATA[<p>Hi Stan &#8211;</p>
<p>I should have linked to those articles; let me do so here.  Start with this from Maugrim and work your back backwards (it&#8217;s part 7 of a series on how to work with views and layouts in Zend Framework):</p>
<p><a href="http://blog.astrumfutura.com/archives/297-Complex-Views-with-the-Zend-Framework-Part-7-Zend_View-Enhanced.html" rel="nofollow">http://blog.astrumfutura.com/archives/297-Complex-Views-with-the-Zend-Framework-Part-7-Zend_View-Enhanced.html</a></p>
<p>You can also take a look at this from Akrabat, who outlines the current lack of an &#8220;offical&#8221; layout solution in Zend Framework.</p>
<p><a href="http://akrabat.com/2007/07/11/two-step-view-in-zf100/" rel="nofollow">http://akrabat.com/2007/07/11/two-step-view-in-zf100/</a></p>
<p>Like I said, I&#8217;m sure they&#8217;ll hit on something soon, but in the meantime you can do layouts in Solar very easily.  ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stan</title>
		<link>http://paul-m-jones.com/archives/247/comment-page-1#comment-161025</link>
		<dc:creator>Stan</dc:creator>
		<pubDate>Thu, 12 Jul 2007 14:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://paul-m-jones.com/blog/?p=247#comment-161025</guid>
		<description>Paul,
What exactly are the issues going on with Zend?

- Stan</description>
		<content:encoded><![CDATA[<p>Paul,<br />
What exactly are the issues going on with Zend?</p>
<p>- Stan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

