<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mike Whitman</title>
	<atom:link href="http://mikewhitman.biz/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://mikewhitman.biz/blog</link>
	<description></description>
	<lastBuildDate>Mon, 22 Mar 2010 12:27:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Getting ready to move this week</title>
		<link>http://mikewhitman.biz/blog/?p=26</link>
		<comments>http://mikewhitman.biz/blog/?p=26#comments</comments>
		<pubDate>Mon, 22 Mar 2010 12:27:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mikewhitman.biz/blog/?p=26</guid>
		<description><![CDATA[Not much time for anything but packing and paperwork these last few weeks. Looking forward to getting it done. Interesting things to checkout when internet is reconnected and life settles a bit.  Google App Engine and Spring Roo. Also would like to continue investigating Symfony.
]]></description>
			<content:encoded><![CDATA[<p>Not much time for anything but packing and paperwork these last few weeks. Looking forward to getting it done. Interesting things to checkout when internet is reconnected and life settles a bit.  Google App Engine and Spring Roo. Also would like to continue investigating Symfony.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikewhitman.biz/blog/?feed=rss2&amp;p=26</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bluehost support comes through</title>
		<link>http://mikewhitman.biz/blog/?p=24</link>
		<comments>http://mikewhitman.biz/blog/?p=24#comments</comments>
		<pubDate>Tue, 16 Feb 2010 13:36:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mikewhitman.biz/blog/?p=24</guid>
		<description><![CDATA[I submitted a support ticket and received an intelligent response with in 12 hours.  I followed that up with further info and received the resolution in another few hours. Turns out there was a misconfiguration in their standard php.ini.  The extension_dir was not set correctly. Anyway I am a satisfied customer.  Good job Bluehost!
]]></description>
			<content:encoded><![CDATA[<p>I submitted a support ticket and received an intelligent response with in 12 hours.  I followed that up with further info and received the resolution in another few hours. Turns out there was a misconfiguration in their standard php.ini.  The extension_dir was not set correctly. Anyway I am a satisfied customer.  Good job Bluehost!</p>
]]></content:encoded>
			<wfw:commentRss>http://mikewhitman.biz/blog/?feed=rss2&amp;p=24</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bluehost and Symfony Issues</title>
		<link>http://mikewhitman.biz/blog/?p=18</link>
		<comments>http://mikewhitman.biz/blog/?p=18#comments</comments>
		<pubDate>Sun, 14 Feb 2010 02:29:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Technology]]></category>

		<guid isPermaLink="false">http://mikewhitman.biz/blog/?p=18</guid>
		<description><![CDATA[When running symfony commands in an ssh session to create tables in the database:
php  symfony doctrine:insert-sql
I get
Couldn&#8217;t locate driver named mysql
phpinfo accessed via http indicates the presence on pdo_mysql and the mysql driver.  It seems like the command line php cannot find it. php -m does not mention pdo as a module.
Two hours of my [...]]]></description>
			<content:encoded><![CDATA[<p>When running symfony commands in an ssh session to create tables in the database:</p>
<blockquote><p>php  symfony doctrine:insert-sql</p></blockquote>
<p>I get</p>
<blockquote><p>Couldn&#8217;t locate driver named mysql</p></blockquote>
<p>phpinfo accessed via http indicates the presence on pdo_mysql and the mysql driver.  It seems like the command line php cannot find it. php -m does not mention pdo as a module.</p>
<p>Two hours of my life is gone and the problem is still not solved. Sent a ticket to Bluehost.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikewhitman.biz/blog/?feed=rss2&amp;p=18</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony continued</title>
		<link>http://mikewhitman.biz/blog/?p=11</link>
		<comments>http://mikewhitman.biz/blog/?p=11#comments</comments>
		<pubDate>Fri, 12 Feb 2010 14:58:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Technology]]></category>

		<guid isPermaLink="false">http://mikewhitman.biz/blog/?p=11</guid>
		<description><![CDATA[Symfony has the choice of two ORM tools, Doctrine and Propel, will be interesting to see how they stack up to Rails&#8217; ORM, ActiveRecord,  and the Java ORM, Hibernate. This blog suggests that Doctrine is superior.  Looks like Doctrine, which is the default tool, is setup with a .yaml file which is what Active Record [...]]]></description>
			<content:encoded><![CDATA[<p>Symfony has the choice of two ORM tools, Doctrine and Propel, will be interesting to see how they stack up to Rails&#8217; ORM, ActiveRecord,  and the Java ORM, Hibernate. This <a href="http://codeutopia.net/blog/2008/03/02/doctrine-vs-propel/" target="_blank">blog</a> suggests that Doctrine is superior.  Looks like Doctrine, which is the default tool, is setup with a .yaml file which is what Active Record uses. If Symfony is Rails for PHP I am not sure I will like it.  I prefer linking pieces together with XML descriptors rather than by assumed naming conventions that I always forget because either I don&#8217;t use the framework enough or I killed those brain cells with the beer I drank last night.  I like an xml descriptor file to refresh myself on how an application is put together.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikewhitman.biz/blog/?feed=rss2&amp;p=11</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php MVC</title>
		<link>http://mikewhitman.biz/blog/?p=1</link>
		<comments>http://mikewhitman.biz/blog/?p=1#comments</comments>
		<pubDate>Thu, 11 Feb 2010 22:53:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Technology]]></category>

		<guid isPermaLink="false">http://mikewhitman.biz/blog/?p=1</guid>
		<description><![CDATA[I am playing around with the Symfony MVC framework for PHP.  I have worked with Smarty templates before to at least separate out the presentation from the logic but have never worked with a full stack MVC framework in PHP.  In the java world I use Spring MVC and I have written a few Ruby [...]]]></description>
			<content:encoded><![CDATA[<p>I am playing around with the <a href="http://www.symfony-project.org" target="_blank">Symfony</a> MVC framework for PHP.  I have worked with Smarty templates before to at least separate out the presentation from the logic but have never worked with a full stack MVC framework in PHP.  In the java world I use Spring MVC and I have written a few Ruby on Rails apps.  I wonder how Symfony will, ahem, stack up. More later&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://mikewhitman.biz/blog/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

