<?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>Andrew Havens Blog &#187; Zend_Tool CLI</title>
	<atom:link href="http://blog.andrewhavens.com/tag/zend_tool-cli/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.andrewhavens.com</link>
	<description></description>
	<lastBuildDate>Mon, 14 Dec 2009 19:41:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to set up the Zend Framework Command Line Tool on Mac OS X</title>
		<link>http://blog.andrewhavens.com/2009/11/22/how-to-set-up-the-zend-framework-command-line-tool-on-mac-os-x/</link>
		<comments>http://blog.andrewhavens.com/2009/11/22/how-to-set-up-the-zend-framework-command-line-tool-on-mac-os-x/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 18:36:48 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Mac OS X 10.5]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Zend_Tool CLI]]></category>

		<guid isPermaLink="false">http://blog.andrewhavens.com/?p=142</guid>
		<description><![CDATA[ Now that the Zend Framework ships with a command line tool, it’s even easier to get started using the Zend Framework. In this tutorial, I will show you how to set up the command line tool for use on Mac OS X.
First, download the newest version of the Zend Framework. Both the full and [...]]]></description>
			<content:encoded><![CDATA[<!-- Generated by Digg Digg plugin, 
    Author : Yong Mook Kim
    Website : http://www.mkyong.com/blog/digg-digg-wordpress-plugin/
	--><div style='float:right'><table > <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fblog.andrewhavens.com%2F2009%2F11%2F22%2Fhow-to-set-up-the-zend-framework-command-line-tool-on-mac-os-x%2F&amp;t=How+to+set+up+the+Zend+Framework+Command+Line+Tool+on+Mac+OS+X&amp;s=normal' height='80' width='52' frameborder='0' scrolling='no'></iframe></td></table></div><p>Now that the Zend Framework ships with a command line tool, it’s even easier to get started using the Zend Framework. In this tutorial, I will show you how to set up the command line tool for use on Mac OS X.</p>
<p>First, <a href="http://framework.zend.com/download/latest">download the newest version of the Zend Framework</a>. Both the full and minimal versions come with the Command Line tool. For this tutorial, I will be using version 1.9.3.</p>
<p>Once the folder has downloaded, it will need to be extracted and moved somewhere you can find it. I will be moving this folder to the top level “/Library/” directory so it will be easy to type. Within the ZendFramework directory, there is a directory called bin. Within this directory is a file called zf.sh. This is the command line tool. So if you want to use the tool, open the Terminal application and navigate to the directory that you want your project created.</p>
<p>cd Sites</p>
<p>Then, type:</p>
<p>/Library/ZendFramework/bin/zf.sh create project InsertProjectNameHere</p>
<p>A new Zend Framework project will be created in the Sites directory with the name of InsertProjectNameHere. But this is more than I’d rather type on a regular basis, so we should create an alias. To create an alias, type the following:</p>
<p>alias zf=/Library/ZendFramework/bin/zf.sh</p>
<p>Now all we have to type is:</p>
<p>zf create project MyApp</p>
<p>That’s it! By running this command in the command line, we have just created a new Zend Framework project in the current directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.andrewhavens.com/2009/11/22/how-to-set-up-the-zend-framework-command-line-tool-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
