<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - postNuKe</title>
<link>http://snipplr.com/users/postNuKe</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 08:12:11 GMT</pubDate>
<item>
<title>(PHP) Zend Framework - Navigation set  current page title with tag title on navigation.xml</title>
<link>http://snipplr.com/view/54995/zend-framework--navigation-set--current-page-title-with-tag-title-on-navigationxml/</link>
<description><![CDATA[ <p>If you have Zend_Navigation in your application, you will use navigation.xml. This code set the page title ($this->view->headTitle()) with the current page title in navigation.xml.
$navigation->current() doesn't work in my opinion.</p> ]]></description>
<pubDate>Wed, 08 Jun 2011 10:44:05 GMT</pubDate>
<guid>http://snipplr.com/view/54995/zend-framework--navigation-set--current-page-title-with-tag-title-on-navigationxml/</guid>
</item>
<item>
<title>(PHP) Zend Framework - Form Element Select Options Disable</title>
<link>http://snipplr.com/view/37588/zend-framework--form-element-select-options-disable/</link>
<description><![CDATA[ <p>On Zend Framework you can add options on Select Element on Form.php or Controller Action, and after you can disable it, on Form.php or Controller.php too.</p> ]]></description>
<pubDate>Sun, 18 Jul 2010 06:00:14 GMT</pubDate>
<guid>http://snipplr.com/view/37588/zend-framework--form-element-select-options-disable/</guid>
</item>
<item>
<title>(PHP) Print Array</title>
<link>http://snipplr.com/view/160/print-array/</link>
<description><![CDATA[ <p>Habitualmente se imprime un array con print_r($array) pero  no se muestra de una forma clara. Imprimiendo echo '&amp;lt;pre&amp;gt;'; print_r($array); echo '&amp;lt;/pre&amp;gt;' se ve claro, pero siempre molesta tener que escribir esto cuando estas debugeando valores, etc, por eso esta funcion, que te ahorra teclear.</p> ]]></description>
<pubDate>Fri, 30 Jun 2006 16:39:54 GMT</pubDate>
<guid>http://snipplr.com/view/160/print-array/</guid>
</item>
</channel>
</rss>