<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Leaking Abstraction &#187; syntax-highlighter</title>
	<atom:link href="http://leakingabstraction.com/tag/syntax-highlighter/feed/" rel="self" type="application/rss+xml" />
	<link>http://leakingabstraction.com</link>
	<description>Loosely coupled thoughts on web development</description>
	<lastBuildDate>Wed, 20 Apr 2011 19:00:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='leakingabstraction.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Leaking Abstraction &#187; syntax-highlighter</title>
		<link>http://leakingabstraction.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://leakingabstraction.com/osd.xml" title="Leaking Abstraction" />
	<atom:link rel='hub' href='http://leakingabstraction.com/?pushpress=hub'/>
		<item>
		<title>Hacking Geshi syntax highlighter to recognize Zend Framework classes</title>
		<link>http://leakingabstraction.com/2010/01/05/hacking-geshi-syntax-highlighter-to-recognize-zend-framework-classes/</link>
		<comments>http://leakingabstraction.com/2010/01/05/hacking-geshi-syntax-highlighter-to-recognize-zend-framework-classes/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 21:43:00 +0000</pubDate>
		<dc:creator>Andy Baird</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[geshi]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[syntax-highlighter]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp-plugin]]></category>

		<guid isPermaLink="false">http://www.zendframeworkhelp.com/?p=32</guid>
		<description><![CDATA[This is kind of off-topic, but pretty neat. I was able to modify my Geshi WordPress plugin (called CodeColorer) to recognize Zend classes and link to the proper ZF Manual page. Example: [cc_php] //Example of automatic Zend_ class linkage! Zend_Acl Zend_Amf Zend_Application Zend_Auth Zend_Cache Zend_Captcha Zend_CodeGenerator Zend_Config Zend_Config_Writer Zend_Console_Getopt Zend_Controller Zend_Currency Zend_Date Zend_Db Zend_Debug Zend_Dojo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leakingabstraction.com&amp;blog=15814748&amp;post=32&amp;subd=leakingabstraction&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is kind of off-topic, but pretty neat. I was able to modify my <a href="http://qbnz.com/highlighter/">Geshi</a> WordPress plugin (called <a href="http://wordpress.org/extend/plugins/codecolorer/">CodeColorer</a>) to recognize Zend classes and link to the proper ZF Manual page. Example:</p>
<p>[cc_php]<br />
//Example of automatic Zend_ class linkage!<br />
Zend_Acl Zend_Amf Zend_Application Zend_Auth Zend_Cache<br />
Zend_Captcha Zend_CodeGenerator Zend_Config Zend_Config_Writer Zend_Console_Getopt<br />
Zend_Controller Zend_Currency Zend_Date Zend_Db Zend_Debug<br />
Zend_Dojo Zend_Dom Zend_Exception Zend_Feed Zend_File<br />
Zend_Filter Zend_Form Zend_Gdata Zend_Http Zend_InfoCard<br />
Zend_Json Zend_Layout Zend_Ldap Zend_Loader Zend_Locale<br />
Zend_Log Zend_Mail Zend_Measure Zend_Memory Zend_Mime<br />
Zend_Navigation Zend_OpenId Zend_Paginator Zend_Pdf Zend_ProgressBar<br />
Zend_Queue Zend_Reflection Zend_Registry Zend_Rest Zend_Search_Lucene<br />
Zend_Server Zend_Service Zend_Session Zend_Soap Zend_Tag<br />
Zend_Test Zend_Text Zend_TimeSync Zend_Tool_Framework Zend_Tool_Project<br />
Zend_Translate Zend_Uri Zend_Validate Zend_Version Zend_View<br />
Zend_Wildfire Zend_XmlRpc ZendX_Console_Process_Unix ZendX_JQuery<br />
[/cc_php]</p>
<p>It wasn&#8217;t too tough to do either. Replace your Geshi library with <a href="http://www.zendframeworkhelp.com/files/geshi.zip">this one</a> or, if you want to use the same WordPress plugin as I&#8217;m using, <a href="http://www.zendframeworkhelp.com/files/codecolorer.zip">download the entire CodeColorer plugin</a> and extract to your WordPress plugins directory.</p>
<p><strong>Note</strong>: I probably have not added all Zend class documentation links &#8211; I didn&#8217;t recurse through the whole ZF library and add every class because most actually don&#8217;t have a dedicated manual section. In most cases I only added the main parent class. I&#8217;ll try to keep this as updated as possible with new ZF releases.</p>
<p><strong>Last file update</strong>: January 5th, 2010</p>
<p><a class="download-link" href="http://www.zendframeworkhelp.com/files/codecolorer.zip">Download CodeColorer WordPress plugin<span> </span></a><br />
<a class="download-link" href="http://www.zendframeworkhelp.com/files/geshi.zip">Download only Geshi library<span> </span></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/leakingabstraction.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/leakingabstraction.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/leakingabstraction.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/leakingabstraction.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/leakingabstraction.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/leakingabstraction.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/leakingabstraction.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/leakingabstraction.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/leakingabstraction.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/leakingabstraction.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/leakingabstraction.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/leakingabstraction.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/leakingabstraction.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/leakingabstraction.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leakingabstraction.com&amp;blog=15814748&amp;post=32&amp;subd=leakingabstraction&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://leakingabstraction.com/2010/01/05/hacking-geshi-syntax-highlighter-to-recognize-zend-framework-classes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/992221ea094450d55784b1f95dd27753?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">andybaird</media:title>
		</media:content>
	</item>
	</channel>
</rss>
