<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: sfZendPlugin Alternative to Installing the Zend Framework</title>
	<link>http://mirthlab.com/2008/01/29/sfzendplugin-alternative-to-installing-the-zend-framework/</link>
	<description>visions of graphic splendor</description>
	<pubDate>Thu, 07 Aug 2008 20:17:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Mark Quezada</title>
		<link>http://mirthlab.com/2008/01/29/sfzendplugin-alternative-to-installing-the-zend-framework/#comment-35</link>
		<dc:creator>Mark Quezada</dc:creator>
		<pubDate>Sun, 17 Feb 2008 02:48:58 +0000</pubDate>
		<guid>http://mirthlab.com/2008/01/29/sfzendplugin-alternative-to-installing-the-zend-framework/#comment-35</guid>
		<description>Interesting Gerald, thanks for posting an update! You may in fact be correct about the path. I used a slightly different approach in my actual project, so I've updated the post accordingly with your fix.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Interesting Gerald, thanks for posting an update! You may in fact be correct about the path. I used a slightly different approach in my actual project, so I&#8217;ve updated the post accordingly with your fix.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerald</title>
		<link>http://mirthlab.com/2008/01/29/sfzendplugin-alternative-to-installing-the-zend-framework/#comment-34</link>
		<dc:creator>Gerald</dc:creator>
		<pubDate>Sat, 16 Feb 2008 09:51:30 +0000</pubDate>
		<guid>http://mirthlab.com/2008/01/29/sfzendplugin-alternative-to-installing-the-zend-framework/#comment-34</guid>
		<description>Hi Mark,
I finally found out! When I looked at sfZendFrameworkBridge.class.php it actually add Zend/ at the end of sf_zend_lib_dir. I simply declare zend_lib_dir: %SF_ROOT_DIR%/lib/vendor and it now find it and I do not get any error. I have not test to actually do something with Zend in symfony yet but I believe it should works now, I will try later and give feedback if any issue.
I am a bit surprise it works for you this way, unless you have Zend/Zend structure.</description>
		<content:encoded><![CDATA[<p>Hi Mark,<br />
I finally found out! When I looked at sfZendFrameworkBridge.class.php it actually add Zend/ at the end of sf_zend_lib_dir. I simply declare zend_lib_dir: %SF_ROOT_DIR%/lib/vendor and it now find it and I do not get any error. I have not test to actually do something with Zend in symfony yet but I believe it should works now, I will try later and give feedback if any issue.<br />
I am a bit surprise it works for you this way, unless you have Zend/Zend structure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Quezada</title>
		<link>http://mirthlab.com/2008/01/29/sfzendplugin-alternative-to-installing-the-zend-framework/#comment-32</link>
		<dc:creator>Mark Quezada</dc:creator>
		<pubDate>Fri, 15 Feb 2008 02:40:05 +0000</pubDate>
		<guid>http://mirthlab.com/2008/01/29/sfzendplugin-alternative-to-installing-the-zend-framework/#comment-32</guid>
		<description>Hmm, I'm not sure what it could be then. I'd say double check that your zend_lib_dir path matches where you have the library installed and then clear your cache again just to be sure. I can't really think of why else this wouldn't work for you...</description>
		<content:encoded><![CDATA[<p>Hmm, I&#8217;m not sure what it could be then. I&#8217;d say double check that your zend_lib_dir path matches where you have the library installed and then clear your cache again just to be sure. I can&#8217;t really think of why else this wouldn&#8217;t work for you&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerald</title>
		<link>http://mirthlab.com/2008/01/29/sfzendplugin-alternative-to-installing-the-zend-framework/#comment-31</link>
		<dc:creator>Gerald</dc:creator>
		<pubDate>Thu, 14 Feb 2008 15:22:56 +0000</pubDate>
		<guid>http://mirthlab.com/2008/01/29/sfzendplugin-alternative-to-installing-the-zend-framework/#comment-31</guid>
		<description>Hi Mark,
I've checked and yes I put all files under myproject/lib/vendor/Zend. I do have Loader.php inside this folder and all php classes from Zend but it still does not work. It keeps saying:

[sfAutoloadException]
Invalid Zend Framework library structure, unable to find Zend/Loader.php (ZF &#62;= 0.9.0) or Zend.php (ZF &#60; 0.9.0) library

I really can not understand what's wrong...
Symfony goes up do the Zend bridge and cannot get the Loader.php.
(sf 1.0.11)</description>
		<content:encoded><![CDATA[<p>Hi Mark,<br />
I&#8217;ve checked and yes I put all files under myproject/lib/vendor/Zend. I do have Loader.php inside this folder and all php classes from Zend but it still does not work. It keeps saying:</p>
<p>[sfAutoloadException]<br />
Invalid Zend Framework library structure, unable to find Zend/Loader.php (ZF &gt;= 0.9.0) or Zend.php (ZF &lt; 0.9.0) library</p>
<p>I really can not understand what&#8217;s wrong&#8230;<br />
Symfony goes up do the Zend bridge and cannot get the Loader.php.<br />
(sf 1.0.11)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Quezada</title>
		<link>http://mirthlab.com/2008/01/29/sfzendplugin-alternative-to-installing-the-zend-framework/#comment-23</link>
		<dc:creator>Mark Quezada</dc:creator>
		<pubDate>Mon, 11 Feb 2008 10:41:03 +0000</pubDate>
		<guid>http://mirthlab.com/2008/01/29/sfzendplugin-alternative-to-installing-the-zend-framework/#comment-23</guid>
		<description>Hi Gerald,

Make sure that you're only putting the Zend *library files* in lib/vendor and not the whole download. The download comes with a bunch of extra stuff, but you really only need the library files inside lib/vendor/Zend. Let me know if that helps.</description>
		<content:encoded><![CDATA[<p>Hi Gerald,</p>
<p>Make sure that you&#8217;re only putting the Zend *library files* in lib/vendor and not the whole download. The download comes with a bunch of extra stuff, but you really only need the library files inside lib/vendor/Zend. Let me know if that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerald</title>
		<link>http://mirthlab.com/2008/01/29/sfzendplugin-alternative-to-installing-the-zend-framework/#comment-21</link>
		<dc:creator>Gerald</dc:creator>
		<pubDate>Fri, 08 Feb 2008 17:56:52 +0000</pubDate>
		<guid>http://mirthlab.com/2008/01/29/sfzendplugin-alternative-to-installing-the-zend-framework/#comment-21</guid>
		<description>Hi,
I've been very interested by your post linking Zend inside a symfony project, however when I tried  I always have an error message that it cannot find Loader.php (although I correctly set it up exactly the way you said and if I check sf_zend_lib_dir it is actually the correct path).
I simply download Zend1.5PR and put it in lib/vendor...</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;ve been very interested by your post linking Zend inside a symfony project, however when I tried  I always have an error message that it cannot find Loader.php (although I correctly set it up exactly the way you said and if I check sf_zend_lib_dir it is actually the correct path).<br />
I simply download Zend1.5PR and put it in lib/vendor&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.256 seconds -->
