<?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 for LordSeeks</title>
	<atom:link href="http://lordseeks.com/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://lordseeks.com/blog</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Wed, 14 Mar 2012 12:33:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Zend Framework Blog by Cecilia</title>
		<link>http://lordseeks.com/blog/?page_id=14#comment-12</link>
		<dc:creator>Cecilia</dc:creator>
		<pubDate>Wed, 14 Mar 2012 12:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://lordseeks.com/blog/?page_id=14#comment-12</guid>
		<description>ok, self rescue: I put this in my botrstoap class, zf seems to call it for meprotected function _initDatabase()     {          Doctrine_Manager::connection( mysql://root:root@localhost/track );           Zend_Registry::set( doctrine_config&#039;, array(       data_fixtures_path&#039;  =&gt;  dirname(__FILE__).&#039;/doctrine/data/fixtures&#039;,       models_path&#039;         =&gt;  dirname(__FILE__).&#039;/models&#039;,       migrations_path&#039;     =&gt;  dirname(__FILE__).&#039;/doctrine/migrations&#039;,       sql_path&#039;            =&gt;  dirname(__FILE__).&#039;/doctrine/data/sql&#039;,       yaml_schema_path&#039;    =&gt;  dirname(__FILE__).&#039;/doctrine/schema&#039;      ));     }  Then in index.php, i added the generated models path, cos the models file structure  / class names don&#039;t match ZF&#039;s autoloading pattern (?)// Ensure library/ is on include_pathset_include_path(implode(PATH_SEPARATOR, array(    realpath(APPLICATION_PATH .  /../library&#039;),    realpath(APPLICATION_PATH .  /models/generated&#039;),    get_include_path(),)));oh, its not just generated, so just for a little variation, i added to the incude path in the config by sticking this line in the iniincludePaths.model = APPLICATION_PATH  /models presumable ZF adds any includePaths.whatevers to the path, why not say that in the comments is a bit of a mystery to me, i guess they only want *really clever* developers using it. grumble grumble.</description>
		<content:encoded><![CDATA[<p>ok, self rescue: I put this in my botrstoap class, zf seems to call it for meprotected function _initDatabase()     {          Doctrine_Manager::connection( mysql://root:root@localhost/track );           Zend_Registry::set( doctrine_config&#8217;, array(       data_fixtures_path&#8217;  =&gt;  dirname(__FILE__).&#8217;/doctrine/data/fixtures&#8217;,       models_path&#8217;         =&gt;  dirname(__FILE__).&#8217;/models&#8217;,       migrations_path&#8217;     =&gt;  dirname(__FILE__).&#8217;/doctrine/migrations&#8217;,       sql_path&#8217;            =&gt;  dirname(__FILE__).&#8217;/doctrine/data/sql&#8217;,       yaml_schema_path&#8217;    =&gt;  dirname(__FILE__).&#8217;/doctrine/schema&#8217;      ));     }  Then in index.php, i added the generated models path, cos the models file structure  / class names don&#8217;t match ZF&#8217;s autoloading pattern (?)// Ensure library/ is on include_pathset_include_path(implode(PATH_SEPARATOR, array(    realpath(APPLICATION_PATH .  /../library&#8217;),    realpath(APPLICATION_PATH .  /models/generated&#8217;),    get_include_path(),)));oh, its not just generated, so just for a little variation, i added to the incude path in the config by sticking this line in the iniincludePaths.model = APPLICATION_PATH  /models presumable ZF adds any includePaths.whatevers to the path, why not say that in the comments is a bit of a mystery to me, i guess they only want *really clever* developers using it. grumble grumble.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LordSeeks Blogs by Hill</title>
		<link>http://lordseeks.com/blog/?p=1#comment-1</link>
		<dc:creator>Hill</dc:creator>
		<pubDate>Thu, 26 Jan 2012 19:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://lordseeks.com/blog/?p=1#comment-1</guid>
		<description>Hi, this is a comment.&lt;br /&gt;To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.</description>
		<content:encoded><![CDATA[<p>Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

