<?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>obachi.org &#187; PHP</title>
	<atom:link href="http://www.obachi.org/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.obachi.org</link>
	<description></description>
	<lastBuildDate>Sun, 11 Jul 2010 22:59:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP Code Completion in Textmate</title>
		<link>http://www.obachi.org/2009/11/26/php-code-completion-in-textmate/</link>
		<comments>http://www.obachi.org/2009/11/26/php-code-completion-in-textmate/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 10:11:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.obachi.org/2009/11/26/php-code-completion-in-textmate/</guid>
		<description><![CDATA[Textmate doesn&#8217;t support code completion for PHP out of the box so here are the instructions for getting the PHP code completion bundle from macromates. Some of the instructions online are currently outdated.
So lets get started. To download and install the bundle please follow these instructions.

Open Terminal
Run the following commands


mkdir -p /Library/Application\ Support/TextMate/Bundles
cd /Library/Application\ Support/TextMate/Bundles
svn [...]]]></description>
			<content:encoded><![CDATA[<p>Textmate doesn&#8217;t support code completion for PHP out of the box so here are the instructions for getting the PHP code completion bundle from macromates. Some of the instructions online are currently outdated.</p>
<p>So lets get started. To download and install the bundle please follow these instructions.</p>
<ol>
<li>Open Terminal</li>
<li>Run the following commands</li>
</ol>
<p><code></p>
<p>mkdir -p /Library/Application\ Support/TextMate/Bundles</p>
<p>cd /Library/Application\ Support/TextMate/Bundles</p>
<p>svn co http://svn.textmate.org/trunk/Bundles/PHP.tmbundle</p>
<p></code></p>
<p>And that&#8217;s it. Crack open textmate and check that it&#8217;s worked. Create a new PHP file and type the first few letters of a php function followed by escape. ⌥ F1 will give you some useful usage documentation.</p>
<p>Have fun <img src='http://www.obachi.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.obachi.org/2009/11/26/php-code-completion-in-textmate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
