<?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 for MirthLab</title>
	<link>http://mirthlab.com</link>
	<description>visions of graphic splendor</description>
	<pubDate>Thu, 07 Aug 2008 20:19:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>Comment on Pake Task Locations and File Naming Conventions by Joel Wickard</title>
		<link>http://mirthlab.com/2008/02/17/pake-task-locations-and-file-naming-conventions/#comment-211</link>
		<dc:creator>Joel Wickard</dc:creator>
		<pubDate>Fri, 18 Jul 2008 19:40:37 +0000</pubDate>
		<guid>http://mirthlab.com/2008/02/17/pake-task-locations-and-file-naming-conventions/#comment-211</guid>
		<description>good article. I was creating my pake task to run phpdocumentor in a pre-configured symfony specific manner and couldn't figure out why it wasn't getting picked up by the symfony command.</description>
		<content:encoded><![CDATA[<p>good article. I was creating my pake task to run phpdocumentor in a pre-configured symfony specific manner and couldn&#8217;t figure out why it wasn&#8217;t getting picked up by the symfony command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MAMP Might Break Your Time Machine Backups by Gerald</title>
		<link>http://mirthlab.com/2008/04/05/mamp-might-break-your-time-machine-backups/#comment-135</link>
		<dc:creator>Gerald</dc:creator>
		<pubDate>Mon, 07 Apr 2008 14:41:07 +0000</pubDate>
		<guid>http://mirthlab.com/2008/04/05/mamp-might-break-your-time-machine-backups/#comment-135</guid>
		<description>nice tip indeed! this is good to know and I am going to check right now...</description>
		<content:encoded><![CDATA[<p>nice tip indeed! this is good to know and I am going to check right now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamically Loading Symfony Applications Via Subdomains by Mark Quezada</title>
		<link>http://mirthlab.com/2008/03/04/dynamically-loading-symfony-applications-via-subdomains/#comment-74</link>
		<dc:creator>Mark Quezada</dc:creator>
		<pubDate>Thu, 06 Mar 2008 21:24:57 +0000</pubDate>
		<guid>http://mirthlab.com/2008/03/04/dynamically-loading-symfony-applications-via-subdomains/#comment-74</guid>
		<description>@Hugo: Thanks! Glad you found it useful.

@hartym: Also a good article and basically the same approach I've used here. I think my goal is a bit different though as I wanted applications to be dynamically loaded if they exist where you're only checking for specific sub-domains. Also, since I don't put my 'dev' controllers on my production server (since the databases used on dev are named differently and wouldn't work with the production machine anyway) I'm not specifically allowing access to that environment. Thanks for the link!</description>
		<content:encoded><![CDATA[<p>@Hugo: Thanks! Glad you found it useful.</p>
<p>@hartym: Also a good article and basically the same approach I&#8217;ve used here. I think my goal is a bit different though as I wanted applications to be dynamically loaded if they exist where you&#8217;re only checking for specific sub-domains. Also, since I don&#8217;t put my &#8216;dev&#8217; controllers on my production server (since the databases used on dev are named differently and wouldn&#8217;t work with the production machine anyway) I&#8217;m not specifically allowing access to that environment. Thanks for the link!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamically Loading Symfony Applications Via Subdomains by hartym</title>
		<link>http://mirthlab.com/2008/03/04/dynamically-loading-symfony-applications-via-subdomains/#comment-72</link>
		<dc:creator>hartym</dc:creator>
		<pubDate>Thu, 06 Mar 2008 18:10:40 +0000</pubDate>
		<guid>http://mirthlab.com/2008/03/04/dynamically-loading-symfony-applications-via-subdomains/#comment-72</guid>
		<description>I wrote an article about this a while ago on http://www.symforc.com/post/2007/06/28/A-new-indexphp-controller-for-subdomains</description>
		<content:encoded><![CDATA[<p>I wrote an article about this a while ago on <a href="http://www.symforc.com/post/2007/06/28/A-new-indexphp-controller-for-subdomains" rel="nofollow">http://www.symforc.com/post/2007/06/28/A-new-indexphp-controller-for-subdomains</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamically Loading Symfony Applications Via Subdomains by Hugo</title>
		<link>http://mirthlab.com/2008/03/04/dynamically-loading-symfony-applications-via-subdomains/#comment-71</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Thu, 06 Mar 2008 12:45:28 +0000</pubDate>
		<guid>http://mirthlab.com/2008/03/04/dynamically-loading-symfony-applications-via-subdomains/#comment-71</guid>
		<description>Nice presentation of a specific Symfony configuration ! I bookmark it ;)</description>
		<content:encoded><![CDATA[<p>Nice presentation of a specific Symfony configuration ! I bookmark it <img src='http://mirthlab.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on sfLucene Quick Tip 2: Automatic Re-indexing by Mark Quezada</title>
		<link>http://mirthlab.com/2008/02/28/sflucene-quick-tip-2-automatic-re-indexing/#comment-67</link>
		<dc:creator>Mark Quezada</dc:creator>
		<pubDate>Sun, 02 Mar 2008 23:48:38 +0000</pubDate>
		<guid>http://mirthlab.com/2008/02/28/sflucene-quick-tip-2-automatic-re-indexing/#comment-67</guid>
		<description>It's *supposed* to automatically reindex all of the model objects whenever they are added or changed, but that hasn't really worked for me for some reason. It's definitely in the Propel Behavior to do so, but I haven't been able to get it to work reliably. Also, the benefit of doing this is that static file changes that are being indexed (through the Action indexer) also get updated if you've made changes to them. I use the "symfony sync" pake task to rsync changes to my production server, so this helps keep even the static pages fresh in the index. I haven't used this with an extremely large number of records, so Your Mileage May Vary, but it works well for what I use it for. I've read that Carl (the creator of the plugin) doesn't really intend for people to use the rebuild task from a cron job, but rather only for development, but I haven't had any issues thus far.</description>
		<content:encoded><![CDATA[<p>It&#8217;s *supposed* to automatically reindex all of the model objects whenever they are added or changed, but that hasn&#8217;t really worked for me for some reason. It&#8217;s definitely in the Propel Behavior to do so, but I haven&#8217;t been able to get it to work reliably. Also, the benefit of doing this is that static file changes that are being indexed (through the Action indexer) also get updated if you&#8217;ve made changes to them. I use the &#8220;symfony sync&#8221; pake task to rsync changes to my production server, so this helps keep even the static pages fresh in the index. I haven&#8217;t used this with an extremely large number of records, so Your Mileage May Vary, but it works well for what I use it for. I&#8217;ve read that Carl (the creator of the plugin) doesn&#8217;t really intend for people to use the rebuild task from a cron job, but rather only for development, but I haven&#8217;t had any issues thus far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on sfLucene Quick Tip 2: Automatic Re-indexing by Gunnar Lium</title>
		<link>http://mirthlab.com/2008/02/28/sflucene-quick-tip-2-automatic-re-indexing/#comment-66</link>
		<dc:creator>Gunnar Lium</dc:creator>
		<pubDate>Sun, 02 Mar 2008 20:47:07 +0000</pubDate>
		<guid>http://mirthlab.com/2008/02/28/sflucene-quick-tip-2-automatic-re-indexing/#comment-66</guid>
		<description>Doesn't sfLucenePlugin automatically update the index whenever the model changes?</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t sfLucenePlugin automatically update the index whenever the model changes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pake Task Locations and File Naming Conventions by Mark Quezada</title>
		<link>http://mirthlab.com/2008/02/17/pake-task-locations-and-file-naming-conventions/#comment-59</link>
		<dc:creator>Mark Quezada</dc:creator>
		<pubDate>Tue, 26 Feb 2008 07:18:34 +0000</pubDate>
		<guid>http://mirthlab.com/2008/02/17/pake-task-locations-and-file-naming-conventions/#comment-59</guid>
		<description>I'm sure it was a conscious decision by them since most of the classes that you can override are prefixed with "my"... just like the myUser.class.php and myActions.class.php files. It's just not documented anywhere (at least as far as I can tell). Then again, making your own pake tasks isn't really documented either.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sure it was a conscious decision by them since most of the classes that you can override are prefixed with &#8220;my&#8221;&#8230; just like the myUser.class.php and myActions.class.php files. It&#8217;s just not documented anywhere (at least as far as I can tell). Then again, making your own pake tasks isn&#8217;t really documented either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pake Task Locations and File Naming Conventions by Markus.Staab</title>
		<link>http://mirthlab.com/2008/02/17/pake-task-locations-and-file-naming-conventions/#comment-58</link>
		<dc:creator>Markus.Staab</dc:creator>
		<pubDate>Mon, 25 Feb 2008 11:05:19 +0000</pubDate>
		<guid>http://mirthlab.com/2008/02/17/pake-task-locations-and-file-naming-conventions/#comment-58</guid>
		<description>maybe you should create a ticket about this because it's kind of counter intuitv..
probably even the developers aren't aware of this</description>
		<content:encoded><![CDATA[<p>maybe you should create a ticket about this because it&#8217;s kind of counter intuitv..<br />
probably even the developers aren&#8217;t aware of this</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on sfZendPlugin Alternative to Installing the Zend Framework 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>
</channel>
</rss>

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