<?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>SC Knowledge Base &#187; programming</title>
	<atom:link href="http://sandhillcreative.com/kb/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://sandhillcreative.com/kb</link>
	<description></description>
	<lastBuildDate>Fri, 09 Sep 2011 20:37:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Accessing Your Local MAMP Dev Environment From VirtualBox</title>
		<link>http://sandhillcreative.com/kb/2009/11/19/accessing-your-local-mamp-dev-environment-from-virtualbox/</link>
		<comments>http://sandhillcreative.com/kb/2009/11/19/accessing-your-local-mamp-dev-environment-from-virtualbox/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 01:30:19 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[unix]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=162</guid>
		<description><![CDATA[Want to know how to access your MAMP environment from within a virtual instance of Windows or Linux (like VirtualBox or VMware fusion or Parallels)? Read on! You already have a local development environment set up using MAMP (MAMP uses port 8888 so your localhost is accessed at http://localhost:8888 and custom sites, assuming you have [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2009/11/19/accessing-your-local-mamp-dev-environment-from-virtualbox/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Extending Zend_View to Implement a Concrete Function&#8230;</title>
		<link>http://sandhillcreative.com/kb/2009/04/29/extending-zend-view-to-implement-a-concrete-function/</link>
		<comments>http://sandhillcreative.com/kb/2009/04/29/extending-zend-view-to-implement-a-concrete-function/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 22:00:14 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=14</guid>
		<description><![CDATA[&#8230;without using a view helper*. In a nutshell: Extend Zend_View Put your method in this extended class Instantiate the class (in your bootstrap for instance) Assign it to the ViewRenderer Pass that viewrenderer to Zend_Controller_Action_HelperBroker&#8217;s addHelper method Use it in your view The details: In /library/My/Zend/ create View.php: class My_Zend_View extends Zend_View { public function [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2009/04/29/extending-zend-view-to-implement-a-concrete-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

