<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-15440</id>
	<title>Nabble - Zend Framework</title>
	<updated>2008-07-23T21:30:16Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/Zend-Framework-f15440.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Zend-Framework-f15440.html" />
	<subtitle type="html">General discussion list for the Zend PHP Framework.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-18625249</id>
	<title>Re: Trying Dojo Hello World</title>
	<published>2008-07-23T21:30:16Z</published>
	<updated>2008-07-23T21:30:16Z</updated>
	<author>
		<name>Christian Sanchez</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2008/7/23 Matthew Weier O&amp;#39;Phinney &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18625249&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;&amp;gt;:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;div class=&quot;Ih2E3d&quot;&gt;-- Christian Sanchez &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18625249&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;csanchez84@...&lt;/a&gt;&amp;gt; wrote&lt;br&gt;
&lt;/div&gt;(on Wednesday, 23 July 2008, 03:18 PM -0500):&lt;br&gt;
&lt;div class=&quot;Ih2E3d&quot;&gt;&amp;gt; Well that is pretty clear in the docs, since you make the statement &amp;quot;it is&lt;br&gt;
&amp;gt; important to remember to pass the theme class&amp;quot;. Here&amp;#39;s my whole layout (I don&amp;#39;t&lt;br&gt;
&amp;gt; have the button on a form yet, is that necessary now?, because it wasn&amp;#39;t before&lt;br&gt;
&amp;gt; though):&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;lt;?php&lt;br&gt;
&amp;gt; echo &amp;#39;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;gt;&amp;#39;;&lt;br&gt;
&amp;gt; echo $this-&amp;gt;docType()&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;First, you should use &amp;#39;doctype()&amp;#39;, not &amp;#39;docType&amp;#39; -- the latter will not&lt;br&gt;
work.&lt;br&gt;
&lt;div class=&quot;Ih2E3d&quot;&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;Done.&lt;br&gt;&amp;nbsp;&lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div class=&quot;Ih2E3d&quot;&gt;&lt;br&gt;
&amp;gt; ?&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;lt;html&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;head&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;?php&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo $this-&amp;gt;headTitle();&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo $this-&amp;gt;headMeta();&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo $this-&amp;gt;headLink();&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo $this-&amp;gt;headStyle();&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ?&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;?php if ($this-&amp;gt;dojo()-&amp;gt;isEnabled()):&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;You don&amp;#39;t need to do the conditional here -- just echo the helper. If&lt;br&gt;
it&amp;#39;s not enabled, nothing will be rendered.&lt;br&gt;
&lt;/blockquote&gt;&lt;div&gt;Ok, I just commented that line. &lt;br&gt;&lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;br&gt;
One technique I&amp;#39;ve used is to do the setup below:&lt;br&gt;
&lt;div class=&quot;Ih2E3d&quot;&gt;&lt;/div&gt;&amp;nbsp;&lt;/blockquote&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div class=&quot;Ih2E3d&quot;&gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;dojo()-&amp;gt;setLocalPath(&amp;#39;/scripts/dojo_f/dojo/dojo.js&amp;#39;)&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&amp;gt;addStyleSheetModule(&amp;#39;dijit.themes.tundra&amp;#39;);&lt;br&gt;
&lt;/div&gt;&lt;/blockquote&gt;&lt;div&gt;Do you use it like that in your bootstrap?&lt;br&gt;I suggest that the documentation should include the part of the bootstrap that took me a while to figure out... Setting the view helper like this:&lt;br&gt;
&lt;br&gt;$view = new Zend_View();&lt;br&gt;$view-&amp;gt;addHelperPath(&amp;#39;Zend/Dojo/View/Helper/&amp;#39;, &amp;#39;Zend_Dojo_View_Helper&amp;#39;);&lt;br&gt;$viewRenderer = new Zend_Controller_Action_Helper_ViewRenderer();&lt;br&gt;$viewRenderer-&amp;gt;setView($view);&lt;br&gt;
Zend_Controller_Action_HelperBroker::addHelper($viewRenderer);&lt;br&gt;&lt;br&gt;Is this snippet correct?&lt;br&gt;&lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;div class=&quot;Ih2E3d&quot;&gt;&lt;br&gt;
&lt;/div&gt;in my bootstrap, and then disable the helper until I explicitly enable&lt;br&gt;
it in a view script. (I should probably put that in the manual.)&lt;br&gt;
&lt;div class=&quot;Ih2E3d&quot;&gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo $this-&amp;gt;dojo();&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;endif;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ?&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;?php&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo $this-&amp;gt;headScript();&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;?&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/head&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;body class=&amp;quot;tundra&amp;quot;&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;h1&amp;gt;&amp;lt;?php echo $this-&amp;gt;placeholder(&amp;#39;title&amp;#39;) ?&amp;gt;&amp;lt;/h1&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;?php echo $this-&amp;gt;layout()-&amp;gt;content ?&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;br /&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;br /&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/body&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;lt;/html&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;So, now my question is: is something not working for you here?&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;I just set an explicit localpath:&lt;br&gt;&lt;br&gt;$this-&amp;gt;dojo()-&amp;gt;setLocalPath(&amp;#39;&lt;a href=&quot;http://localhost/dev/example/html/scripts/dojo_f/dojo/dojo.js&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost/dev/example/html/scripts/dojo_f/dojo/dojo.js&lt;/a&gt;&amp;#39;)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt;addStyleSheetModule(&amp;#39;dijit.themes.tundra&amp;#39;);&lt;br&gt;&lt;br&gt;but still doesn&amp;#39;t work... I&amp;#39;ll attach some pics to explain myself a little better though.&lt;br&gt;&lt;br&gt;In dojopic1 is the original example from dojo docs without using ZF at all. The button is bigger and nicer...&lt;br&gt;
Well, dojopic2 is the result with the localpath set like: /scripts/dojo_f/dojo/dojo.js You can see the button there (a standard one...), but firebug shows that the the dojo.js wasn&amp;#39;t found, so I changed the localpath to: &lt;a href=&quot;http://localhost/dev/example/html/scripts/dojo_f/dojo/dojo.js&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost/dev/example/html/scripts/dojo_f/dojo/dojo.js&lt;/a&gt; the result is in the dojopic3... But no button at all (?!?!?!?!?) when I check for the source code of the page (dojopic4) the code has the button in it... :S So I&amp;#39;m quite confused... I&amp;#39;m at work now, but I use a portable XAMPP It&amp;#39;s the same implementation like the one I use at home... So I still can&amp;#39;t explain myself what is going on there...&lt;br&gt;
&lt;br&gt;BTW thanks for helping matt... I know u are really busy :-)&lt;br&gt;&amp;nbsp;&lt;br&gt;&lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;&lt;br&gt;
&lt;br&gt;
&amp;gt; 2008/7/23 Matthew Weier O&amp;#39;Phinney &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18625249&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;&amp;gt;:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; -- Christian Sanchez &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18625249&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;csanchez84@...&lt;/a&gt;&amp;gt; wrote&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; (on Wednesday, 23 July 2008, 01:02 PM -0500):&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Ok, changing that makes the button appear :-) but not in the tundra theme&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; way&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; :-(&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; Did you place a &amp;#39;class=&amp;quot;tundra&amp;quot;&amp;#39; on a container that has the dijits?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; Typically, I place it in my &amp;lt;body&amp;gt; tag, just to be safe:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;body class=&amp;quot;tundra&amp;quot;&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; but the only requirement for tundra to be applied is that it is on an&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; element that contains dijits:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;div class=&amp;quot;tundra&amp;quot;&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;?= $this-&amp;gt;form ?&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/div&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; Try that out.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; I have the following code for the button:&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;lt;?php &amp;nbsp;$this-&amp;gt;dojo()-&amp;gt;enable()&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;gt;setDjConfigOption(&amp;#39;parseOnLoad&amp;#39;, true)&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;gt;requireModule(&amp;#39;dijit.form.Button&amp;#39;);&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; ?&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;lt;button dojoType=&amp;quot;dijit.form.Button&amp;quot; id=&amp;quot;helloButton&amp;quot;&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Hello World!&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;script type=&amp;quot;dojo/method&amp;quot; event=&amp;quot;onClick&amp;quot;&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;alert(&amp;#39;You pressed the button&amp;#39;);&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/script&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/button&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; 2008/7/23 Matthew Weier O&amp;#39;Phinney &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18625249&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;&amp;gt;:&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; -- Christian Sanchez &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18625249&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;csanchez84@...&lt;/a&gt;&amp;gt; wrote&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; (on Wednesday, 23 July 2008, 12:37 PM -0500):&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Hi guys!&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Well I&amp;#39;m trying to implement the Hello world example with the&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; ZF_1.6_RC1,&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; after&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; an hour of frustration my guess is that, since I&amp;#39;m not using an&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; exact&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; address&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; to send the localpath&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; $this-&amp;gt;dojo()-&amp;gt;setLocalPath(&amp;#39;../html/scripts/dojo_f/dojo/dojo.js&amp;#39;)&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; LocalPath should be the path relative to the document root -- i.e.,&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; the&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; path that would occur in your script&amp;#39;s href tag:&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$this-&amp;gt;dojo()-&amp;gt;setLocalPath(&amp;#39;/scripts/dojo_f/dojo/dojo.js&amp;#39;);&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; This should appropriately set the rest of it.&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; Let me know your results; regardless, I&amp;#39;ll try to make this clearer&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; in&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; the manual.&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&amp;gt;addStyleSheetModule(&amp;#39;dijit.themes.tundra&amp;#39;);&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo $this-&amp;gt;dojo();&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; the error is in the import that tries to get the library from the&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; same&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; address:&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; @import &amp;quot;../html/scripts/dojo_f/dijit/themes/tundra/tundra.css&amp;quot;;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; When it should be:&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; @import &amp;quot;&lt;a href=&quot;http://localhost/dev/example/html/scripts/dojo_f/dijit/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost/dev/example/html/scripts/dojo_f/dijit/&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; themes/&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; tundra/&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; tundra.css&amp;quot;;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Maybe I&amp;#39;m wrong but it still does not work :&amp;#39;-(&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; --&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Christian S nchez A.&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; --&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; Matthew Weier O&amp;#39;Phinney&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; Software Architect &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18625249&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; Zend Framework &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://framework.zend.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; --&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Christian S nchez A.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; --&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; Matthew Weier O&amp;#39;Phinney&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; Software Architect &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18625249&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; Zend Framework &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://framework.zend.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; --&lt;br&gt;
&amp;gt; Christian S nchez A.&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
Matthew Weier O&amp;#39;Phinney&lt;br&gt;
Software Architect &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18625249&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;&lt;br&gt;
Zend Framework &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://framework.zend.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Christian Sánchez A.
&lt;/div&gt;
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;dojopic1.JPG&lt;/strong&gt; (22K) &lt;a href=&quot;http://www.nabble.com/attachment/18625249/0/dojopic1.JPG&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;dojopic2.JPG&lt;/strong&gt; (73K) &lt;a href=&quot;http://www.nabble.com/attachment/18625249/1/dojopic2.JPG&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;dojopic3.JPG&lt;/strong&gt; (51K) &lt;a href=&quot;http://www.nabble.com/attachment/18625249/2/dojopic3.JPG&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;dojopic4.JPG&lt;/strong&gt; (94K) &lt;a href=&quot;http://www.nabble.com/attachment/18625249/3/dojopic4.JPG&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Trying-Dojo-Hello-World-tp18616396p18625249.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18625007</id>
	<title>Re: Error in Zend Framework 1.6 RC1 ?</title>
	<published>2008-07-23T20:49:49Z</published>
	<updated>2008-07-23T20:49:49Z</updated>
	<author>
		<name>tfk</name>
	</author>
	<content type="html">On Wed, Jul 23, 2008 at 6:25 PM, Endijs Lisovskis &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18625007&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;endijs@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If I just switch Zend Framework 1.5 library files to Zend Framework 1.6 RC1
&lt;br&gt;&amp;gt; library files I receive error:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Fatal error: Uncaught exception 'Zend_Loader_PluginLoader_Exception' with
&lt;br&gt;&amp;gt; message 'File LoggedInUser.php was loaded but class named
&lt;br&gt;&amp;gt; Rn_View_Helper_LoggedInUser was not found within it.'
&lt;br&gt;&lt;br&gt;(...)
&lt;br&gt;&lt;br&gt;&amp;gt; If I use ZF 1.5 everything is OK.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any ideas?
&lt;br&gt;&lt;br&gt;Yeah, read the error message. Any truth in it? :)
&lt;br&gt;&lt;br&gt;Does your LoggedInUser.php helper contain the
&lt;br&gt;Rn_View_Helper_LoggedInUser class, or does it not?
&lt;br&gt;&lt;br&gt;Till
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Error-in-Zend-Framework-1.6-RC1---tp18621418p18625007.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18624998</id>
	<title>Re: Error in Zend Framework 1.6 RC1 ?</title>
	<published>2008-07-23T20:48:18Z</published>
	<updated>2008-07-23T20:48:18Z</updated>
	<author>
		<name>Matthew Weier O'Phinney-3</name>
	</author>
	<content type="html">-- Endijs Lisovskis &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18624998&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;endijs@...&lt;/a&gt;&amp;gt; wrote
&lt;br&gt;(on Wednesday, 23 July 2008, 03:25 PM -0700):
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If I just switch Zend Framework 1.5 library files to Zend Framework 1.6 RC1
&lt;br&gt;&amp;gt; library files I receive error:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Fatal error: Uncaught exception 'Zend_Loader_PluginLoader_Exception' with
&lt;br&gt;&amp;gt; message 'File LoggedInUser.php was loaded but class named
&lt;br&gt;&amp;gt; Rn_View_Helper_LoggedInUser was not found within it.' in
&lt;br&gt;&amp;gt; [full_path_removed]/library/Zend/Loader/PluginLoader.php:351 Stack trace: #0
&lt;br&gt;&amp;gt; [full_path_removed]/library/Zend/View/Abstract.php(1114):
&lt;br&gt;&amp;gt; Zend_Loader_PluginLoader-&amp;gt;load('LoggedInUser') #1
&lt;br&gt;&amp;gt; [full_path_removed]/library/Zend/View/Abstract.php(545):
&lt;br&gt;&amp;gt; Zend_View_Abstract-&amp;gt;_getPlugin('helper', 'loggedInUser') #2
&lt;br&gt;&amp;gt; [full_path_removed]/library/Zend/View/Abstract.php(312):
&lt;br&gt;&amp;gt; Zend_View_Abstract-&amp;gt;getHelper('loggedInUser') #3 [internal function]:
&lt;br&gt;&amp;gt; Zend_View_Abstract-&amp;gt;__call('loggedInUser', Array) #4
&lt;br&gt;&amp;gt; [full_path_removed]/application/views/layouts/index.phtml(33):
&lt;br&gt;&amp;gt; Zend_View-&amp;gt;loggedInUser() #5 [full_path_removed]/library/Zend/V in
&lt;br&gt;&amp;gt; [full_path_removed]/library/Zend/Loader/PluginLoader.php on line 351
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If I use ZF 1.5 everything is OK.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Any ideas?
&lt;/div&gt;&lt;br&gt;First off, in 1.6, we refactored the code in Zend_View to utilize the
&lt;br&gt;PluginLoader -- no reason to have code duplication. :)
&lt;br&gt;&lt;br&gt;Most likely, what's happening is that you've got an invalid helper
&lt;br&gt;prefix registered; why it was not throwing an error before is the new
&lt;br&gt;question.
&lt;br&gt;&lt;br&gt;Several qustions:
&lt;br&gt;&lt;br&gt;&amp;nbsp;* How are you setting up your views?
&lt;br&gt;&amp;nbsp;* How are you adding the Rn_View_Helper prefix to the view object?
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Is 'Rn' a module? or a private library namespace?
&lt;br&gt;&amp;nbsp;* Can you confirm that the file LoggedInuser.php exists on the helper
&lt;br&gt;&amp;nbsp; &amp;nbsp;path? If so, what class is in it?
&lt;br&gt;&lt;br&gt;Answer those questions, and I may have a better idea of how to fix the
&lt;br&gt;issue.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Matthew Weier O'Phinney
&lt;br&gt;Software Architect &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18624998&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;
&lt;br&gt;Zend Framework &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://framework.zend.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Error-in-Zend-Framework-1.6-RC1---tp18621418p18624998.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18624976</id>
	<title>Re: Zend Form Decorator</title>
	<published>2008-07-23T20:44:14Z</published>
	<updated>2008-07-23T20:44:14Z</updated>
	<author>
		<name>Matthew Weier O'Phinney-3</name>
	</author>
	<content type="html">-- chubbs &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18624976&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;acetinick@...&lt;/a&gt;&amp;gt; wrote
&lt;br&gt;(on Wednesday, 23 July 2008, 06:16 PM -0700):
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am going crazy trying to work out how to get a custom decorator on my form.
&lt;br&gt;&amp;gt; I have read everything but theres no clear example of any out there. &amp;nbsp;This
&lt;br&gt;&amp;gt; is what i have so far.
&lt;br&gt;&lt;br&gt;Please read:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://devzone.zend.com/article/3450-Decorators-with-Zend_Form&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://devzone.zend.com/article/3450-Decorators-with-Zend_Form&lt;/a&gt;&lt;br&gt;&lt;br&gt;and post back to the list if you have further questions.
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; in my html/index.php i have the line:
&lt;br&gt;&amp;gt; set_include_path('.' . PATH_SEPARATOR . '../library/'
&lt;br&gt;&amp;gt; 		. PATH_SEPARATOR . '../application/'
&lt;br&gt;&amp;gt; 		. PATH_SEPARATOR . '../application/forms/'
&lt;br&gt;&amp;gt; 		. PATH_SEPARATOR . '../application/models/'
&lt;br&gt;&amp;gt; 		. PATH_SEPARATOR . get_include_path());
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Zend_Form file in /application/forms/NewStaff.php:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; $this-&amp;gt;addElementPrefixPath(&amp;quot;YUI&amp;quot;, &amp;quot;decorators/&amp;quot;,'decorator');
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; $startDate = new Zend_Form_Element_Text ( 'startDate' );
&lt;br&gt;&amp;gt; $startDate-&amp;gt;addDecorator('Date_Decorator');
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Decorator class in /application/forms/decorators/Date_Decorator.php:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; class YUI_Date_Decorator extends Zend_Form_Decorator_Abstract
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;......
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;public function render($content) &amp;nbsp;{
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;....
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Works if i get rid of the addDecorator line, but otherwise always displays
&lt;br&gt;&amp;gt; error:
&lt;br&gt;&amp;gt; Warning: Plugin by name Date_Decorator was not found in the registry. in ..
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have tried so many different combinations of filename's prefixs and
&lt;br&gt;&amp;gt; everything. &amp;nbsp;What am I doing wrong?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://www.nabble.com/Zend-Form-Decorator-tp18623761p18623761.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/Zend-Form-Decorator-tp18623761p18623761.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Zend Framework mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Matthew Weier O'Phinney
&lt;br&gt;Software Architect &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18624976&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;
&lt;br&gt;Zend Framework &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://framework.zend.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Zend-Form-Decorator-tp18623761p18624976.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18624963</id>
	<title>Re: Trying Dojo Hello World</title>
	<published>2008-07-23T20:42:42Z</published>
	<updated>2008-07-23T20:42:42Z</updated>
	<author>
		<name>Matthew Weier O'Phinney-3</name>
	</author>
	<content type="html">-- Christian Sanchez &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18624963&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;csanchez84@...&lt;/a&gt;&amp;gt; wrote
&lt;br&gt;(on Wednesday, 23 July 2008, 03:18 PM -0500):
&lt;br&gt;&amp;gt; Well that is pretty clear in the docs, since you make the statement &amp;quot;it is
&lt;br&gt;&amp;gt; important to remember to pass the theme class&amp;quot;. Here's my whole layout (I don't
&lt;br&gt;&amp;gt; have the button on a form yet, is that necessary now?, because it wasn't before
&lt;br&gt;&amp;gt; though):
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;lt;?php
&lt;br&gt;&amp;gt; echo '&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;gt;';
&lt;br&gt;&amp;gt; echo $this-&amp;gt;docType()
&lt;br&gt;&lt;br&gt;First, you should use 'doctype()', not 'docType' -- the latter will not
&lt;br&gt;work.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; ?&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;lt;html&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;head&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;?php
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo $this-&amp;gt;headTitle();
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo $this-&amp;gt;headMeta();
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo $this-&amp;gt;headLink();
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo $this-&amp;gt;headStyle();
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ?&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;?php if ($this-&amp;gt;dojo()-&amp;gt;isEnabled()):
&lt;/div&gt;&lt;br&gt;You don't need to do the conditional here -- just echo the helper. If
&lt;br&gt;it's not enabled, nothing will be rendered.
&lt;br&gt;&lt;br&gt;One technique I've used is to do the setup below:
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;dojo()-&amp;gt;setLocalPath('/scripts/dojo_f/dojo/dojo.js')
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&amp;gt;addStyleSheetModule('dijit.themes.tundra');
&lt;br&gt;&lt;br&gt;in my bootstrap, and then disable the helper until I explicitly enable
&lt;br&gt;it in a view script. (I should probably put that in the manual.)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo $this-&amp;gt;dojo();
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;endif;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ?&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;?php
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo $this-&amp;gt;headScript();
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;?&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/head&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;body class=&amp;quot;tundra&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;h1&amp;gt;&amp;lt;?php echo $this-&amp;gt;placeholder('title') ?&amp;gt;&amp;lt;/h1&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;?php echo $this-&amp;gt;layout()-&amp;gt;content ?&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;br /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;br /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/body&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;lt;/html&amp;gt;
&lt;/div&gt;&lt;br&gt;So, now my question is: is something not working for you here?
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 2008/7/23 Matthew Weier O'Phinney &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18624963&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; -- Christian Sanchez &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18624963&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;csanchez84@...&lt;/a&gt;&amp;gt; wrote
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; (on Wednesday, 23 July 2008, 01:02 PM -0500):
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Ok, changing that makes the button appear :-) but not in the tundra theme
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; way
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; :-(
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Did you place a 'class=&amp;quot;tundra&amp;quot;' on a container that has the dijits?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Typically, I place it in my &amp;lt;body&amp;gt; tag, just to be safe:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;body class=&amp;quot;tundra&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; but the only requirement for tundra to be applied is that it is on an
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; element that contains dijits:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;div class=&amp;quot;tundra&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;?= $this-&amp;gt;form ?&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/div&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Try that out.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; I have the following code for the button:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;lt;?php &amp;nbsp;$this-&amp;gt;dojo()-&amp;gt;enable()
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;gt;setDjConfigOption('parseOnLoad', true)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;gt;requireModule('dijit.form.Button');
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; ?&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;lt;button dojoType=&amp;quot;dijit.form.Button&amp;quot; id=&amp;quot;helloButton&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Hello World!
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;script type=&amp;quot;dojo/method&amp;quot; event=&amp;quot;onClick&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;alert('You pressed the button');
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/script&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/button&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; 2008/7/23 Matthew Weier O'Phinney &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18624963&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; -- Christian Sanchez &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18624963&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;csanchez84@...&lt;/a&gt;&amp;gt; wrote
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; (on Wednesday, 23 July 2008, 12:37 PM -0500):
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Hi guys!
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Well I'm trying to implement the Hello world example with the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; ZF_1.6_RC1,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; after
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; an hour of frustration my guess is that, since I'm not using an
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; exact
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; address
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; to send the localpath
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; $this-&amp;gt;dojo()-&amp;gt;setLocalPath('../html/scripts/dojo_f/dojo/dojo.js')
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; LocalPath should be the path relative to the document root -- i.e.,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; path that would occur in your script's href tag:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$this-&amp;gt;dojo()-&amp;gt;setLocalPath('/scripts/dojo_f/dojo/dojo.js');
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; This should appropriately set the rest of it.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; Let me know your results; regardless, I'll try to make this clearer
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; in
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; the manual.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&amp;gt;addStyleSheetModule('dijit.themes.tundra');
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo $this-&amp;gt;dojo();
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; the error is in the import that tries to get the library from the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; same
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; address:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; @import &amp;quot;../html/scripts/dojo_f/dijit/themes/tundra/tundra.css&amp;quot;;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; When it should be:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; @import &amp;quot;&lt;a href=&quot;http://localhost/dev/example/html/scripts/dojo_f/dijit/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost/dev/example/html/scripts/dojo_f/dijit/&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; themes/
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; tundra/
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; tundra.css&amp;quot;;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Maybe I'm wrong but it still does not work :'-(
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Christian S nchez A.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; --
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; Matthew Weier O'Phinney
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; Software Architect &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18624963&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; Zend Framework &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://framework.zend.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Christian S nchez A.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; --
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Matthew Weier O'Phinney
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Software Architect &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18624963&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Zend Framework &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://framework.zend.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Christian S nchez A.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Matthew Weier O'Phinney
&lt;br&gt;Software Architect &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18624963&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;
&lt;br&gt;Zend Framework &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://framework.zend.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Trying-Dojo-Hello-World-tp18616396p18624963.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18623761</id>
	<title>Zend Form Decorator</title>
	<published>2008-07-23T18:16:54Z</published>
	<updated>2008-07-23T18:16:54Z</updated>
	<author>
		<name>chubbs</name>
	</author>
	<content type="html">I am going crazy trying to work out how to get a custom decorator on my form. I have read everything but theres no clear example of any out there. &amp;nbsp;This is what i have so far.
&lt;br&gt;&lt;b&gt;&lt;br&gt;in my html/index.php i have the line:&lt;/b&gt;&lt;br&gt;set_include_path('.' . PATH_SEPARATOR . '../library/'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; . PATH_SEPARATOR . '../application/'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; . PATH_SEPARATOR . '../application/forms/'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; . PATH_SEPARATOR . '../application/models/'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; . PATH_SEPARATOR . get_include_path());
&lt;br&gt;&lt;br&gt;&lt;b&gt;Zend_Form file in /application/forms/NewStaff.php:&lt;/b&gt;&lt;br&gt;&lt;br&gt;...
&lt;br&gt;$this-&amp;gt;addElementPrefixPath(&amp;quot;YUI&amp;quot;, &amp;quot;decorators/&amp;quot;,'decorator');
&lt;br&gt;...
&lt;br&gt;$startDate = new Zend_Form_Element_Text ( 'startDate' );
&lt;br&gt;$startDate-&amp;gt;addDecorator('Date_Decorator');
&lt;br&gt;...
&lt;br&gt;&lt;br&gt;&lt;b&gt;Decorator class in /application/forms/decorators/Date_Decorator.php:
&lt;br&gt;&lt;/b&gt;&lt;br&gt;class YUI_Date_Decorator extends Zend_Form_Decorator_Abstract
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; &amp;nbsp;......
&lt;br&gt;&amp;nbsp; &amp;nbsp;public function render($content) &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;....
&lt;br&gt;&amp;nbsp; &amp;nbsp;}
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Works if i get rid of the addDecorator line, but otherwise always displays error:
&lt;br&gt;&lt;b&gt;Warning: Plugin by name Date_Decorator was not found in the registry. in ..&lt;/b&gt;&lt;br&gt;&lt;br&gt;I have tried so many different combinations of filename's prefixs and everything. &amp;nbsp;What am I doing wrong?
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Zend-Form-Decorator-tp18623761p18623761.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18621418</id>
	<title>Error in Zend Framework 1.6 RC1 ?</title>
	<published>2008-07-23T15:25:36Z</published>
	<updated>2008-07-23T15:25:36Z</updated>
	<author>
		<name>Endijs Lisovskis</name>
	</author>
	<content type="html">If I just switch Zend Framework 1.5 library files to Zend Framework 1.6 RC1 library files I receive error:
&lt;br&gt;&lt;br&gt;Fatal error: Uncaught exception 'Zend_Loader_PluginLoader_Exception' with message 'File LoggedInUser.php was loaded but class named Rn_View_Helper_LoggedInUser was not found within it.' in [full_path_removed]/library/Zend/Loader/PluginLoader.php:351 Stack trace: #0 [full_path_removed]/library/Zend/View/Abstract.php(1114): Zend_Loader_PluginLoader-&amp;gt;load('LoggedInUser') #1 [full_path_removed]/library/Zend/View/Abstract.php(545): Zend_View_Abstract-&amp;gt;_getPlugin('helper', 'loggedInUser') #2 [full_path_removed]/library/Zend/View/Abstract.php(312): Zend_View_Abstract-&amp;gt;getHelper('loggedInUser') #3 [internal function]: Zend_View_Abstract-&amp;gt;__call('loggedInUser', Array) #4 [full_path_removed]/application/views/layouts/index.phtml(33): Zend_View-&amp;gt;loggedInUser() #5 [full_path_removed]/library/Zend/V in [full_path_removed]/library/Zend/Loader/PluginLoader.php on line 351
&lt;br&gt;&lt;br&gt;If I use ZF 1.5 everything is OK.
&lt;br&gt;&lt;br&gt;Any ideas?</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Error-in-Zend-Framework-1.6-RC1---tp18621418p18621418.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18619877</id>
	<title>Zend_View helpers return object ids instead of strings</title>
	<published>2008-07-23T14:53:54Z</published>
	<updated>2008-07-23T14:53:54Z</updated>
	<author>
		<name>Endijs Lisovskis</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;If such problems were discussed before - please excuse me. I'm new to this mailing list and I couldn't find answer in archive.
&lt;br&gt;&lt;br&gt;OK - now about problem. I developed web application on server with PHP 5.2.5, but now I need to put scripts on server with PHP 5.1.6. But there is a problem (I think it's because of PHP 5.1.6). When I try to echo View helpers in Views I receive object ids instead of strings.
&lt;br&gt;&lt;br&gt;For example. If I use:
&lt;br&gt;&amp;lt;head&amp;gt;
&lt;br&gt;&amp;lt;?php echo $this-&amp;gt;headTitle().&amp;quot;\n&amp;quot;; ?&amp;gt;
&lt;br&gt;&amp;lt;/head&amp;gt;
&lt;br&gt;Head &amp;lt;title&amp;gt; is not displayed, but instead I receive something like &amp;quot;Object id #40&amp;quot;.
&lt;br&gt;&lt;br&gt;On server with PHP 5.2.5 everything is fine.
&lt;br&gt;&lt;br&gt;Is there any quick solutions for such problems?
&lt;br&gt;&lt;br&gt;Thanks!</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Zend_View-helpers-return-object-ids-instead-of-strings-tp18619877p18619877.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18619667</id>
	<title>Re: Zend Framework 1.6 Release Candidate 1 now available!</title>
	<published>2008-07-23T13:21:21Z</published>
	<updated>2008-07-23T13:21:21Z</updated>
	<author>
		<name>Matthew Weier O'Phinney-3</name>
	</author>
	<content type="html">-- Jean-Marc Fontaine &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18619667&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jmf@...&lt;/a&gt;&amp;gt; wrote
&lt;br&gt;(on Wednesday, 23 July 2008, 01:11 PM -0700):
&lt;br&gt;&amp;gt; Matthew Weier O'Phinney-3 wrote:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; What's the issue ID?
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; Sorry I forgot to include it : ZF-3477.
&lt;br&gt;&lt;br&gt;You appear to have marked it as resolved without anyone actually
&lt;br&gt;applying the patch. :)
&lt;br&gt;&lt;br&gt;I'm scheduling it for next minor release.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Matthew Weier O'Phinney
&lt;br&gt;Software Architect &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18619667&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;
&lt;br&gt;Zend Framework &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://framework.zend.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Zend-Framework-1.6-Release-Candidate-1-now-available%21-tp18587079p18619667.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18619572</id>
	<title>Re: Trying Dojo Hello World</title>
	<published>2008-07-23T13:18:20Z</published>
	<updated>2008-07-23T13:18:20Z</updated>
	<author>
		<name>Christian Sanchez</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;Well that is pretty clear in the docs, since you make the statement &amp;quot;it is important to remember to pass the theme class&amp;quot;. Here&amp;#39;s my whole layout (I don&amp;#39;t have the button on a form yet, is that necessary now?, because it wasn&amp;#39;t before though):&lt;br&gt;
&lt;br&gt;&amp;lt;?php&lt;br&gt;echo &amp;#39;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;gt;&amp;#39;;&lt;br&gt;echo $this-&amp;gt;docType() &lt;br&gt;?&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;html&amp;gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;head&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;?php &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; echo $this-&amp;gt;headTitle();&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; echo $this-&amp;gt;headMeta();&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; echo $this-&amp;gt;headLink(); &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; echo $this-&amp;gt;headStyle();&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; ?&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;?php if ($this-&amp;gt;dojo()-&amp;gt;isEnabled()):&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $this-&amp;gt;dojo()-&amp;gt;setLocalPath(&amp;#39;/scripts/dojo_f/dojo/dojo.js&amp;#39;)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt;addStyleSheetModule(&amp;#39;dijit.themes.tundra&amp;#39;);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo $this-&amp;gt;dojo();&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; ?&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;?php&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; echo $this-&amp;gt;headScript();&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;?&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/head&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;body class=&amp;quot;tundra&amp;quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;h1&amp;gt;&amp;lt;?php echo $this-&amp;gt;placeholder(&amp;#39;title&amp;#39;) ?&amp;gt;&amp;lt;/h1&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;?php echo $this-&amp;gt;layout()-&amp;gt;content ?&amp;gt;&lt;br&gt;
&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;br /&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;br /&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/body&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;/html&amp;gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2008/7/23 Matthew Weier O&amp;#39;Phinney &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18619572&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;&amp;gt;:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div class=&quot;Ih2E3d&quot;&gt;-- Christian Sanchez &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18619572&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;csanchez84@...&lt;/a&gt;&amp;gt; wrote&lt;br&gt;

&lt;/div&gt;(on Wednesday, 23 July 2008, 01:02 PM -0500):&lt;br&gt;
&lt;div class=&quot;Ih2E3d&quot;&gt;&amp;gt; Ok, changing that makes the button appear :-) but not in the tundra theme way&lt;br&gt;
&amp;gt; :-(&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;Did you place a &amp;#39;class=&amp;quot;tundra&amp;quot;&amp;#39; on a container that has the dijits?&lt;br&gt;
&lt;br&gt;
Typically, I place it in my &amp;lt;body&amp;gt; tag, just to be safe:&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp;&amp;lt;body class=&amp;quot;tundra&amp;quot;&amp;gt;&lt;br&gt;
&lt;br&gt;
but the only requirement for tundra to be applied is that it is on an&lt;br&gt;
element that contains dijits:&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp;&amp;lt;div class=&amp;quot;tundra&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;?= $this-&amp;gt;form ?&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;&amp;lt;/div&amp;gt;&lt;br&gt;
&lt;br&gt;
Try that out.&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;&lt;br&gt;
&lt;br&gt;
&amp;gt; I have the following code for the button:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;lt;?php &amp;nbsp;$this-&amp;gt;dojo()-&amp;gt;enable()&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;gt;setDjConfigOption(&amp;#39;parseOnLoad&amp;#39;, true)&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;gt;requireModule(&amp;#39;dijit.form.Button&amp;#39;);&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; ?&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;lt;button dojoType=&amp;quot;dijit.form.Button&amp;quot; id=&amp;quot;helloButton&amp;quot;&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Hello World!&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;script type=&amp;quot;dojo/method&amp;quot; event=&amp;quot;onClick&amp;quot;&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;alert(&amp;#39;You pressed the button&amp;#39;);&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/script&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/button&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; 2008/7/23 Matthew Weier O&amp;#39;Phinney &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18619572&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;&amp;gt;:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; -- Christian Sanchez &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18619572&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;csanchez84@...&lt;/a&gt;&amp;gt; wrote&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; (on Wednesday, 23 July 2008, 12:37 PM -0500):&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Hi guys!&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Well I&amp;#39;m trying to implement the Hello world example with the ZF_1.6_RC1,&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; after&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; an hour of frustration my guess is that, since I&amp;#39;m not using an exact&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; address&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; to send the localpath&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; $this-&amp;gt;dojo()-&amp;gt;setLocalPath(&amp;#39;../html/scripts/dojo_f/dojo/dojo.js&amp;#39;)&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; LocalPath should be the path relative to the document root -- i.e., the&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; path that would occur in your script&amp;#39;s href tag:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$this-&amp;gt;dojo()-&amp;gt;setLocalPath(&amp;#39;/scripts/dojo_f/dojo/dojo.js&amp;#39;);&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; This should appropriately set the rest of it.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; Let me know your results; regardless, I&amp;#39;ll try to make this clearer in&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; the manual.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&amp;gt;addStyleSheetModule(&amp;#39;dijit.themes.tundra&amp;#39;);&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo $this-&amp;gt;dojo();&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; the error is in the import that tries to get the library from the same&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; address:&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; @import &amp;quot;../html/scripts/dojo_f/dijit/themes/tundra/tundra.css&amp;quot;;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; When it should be:&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; @import &amp;quot;&lt;a href=&quot;http://localhost/dev/example/html/scripts/dojo_f/dijit/themes/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost/dev/example/html/scripts/dojo_f/dijit/themes/&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; tundra/&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; tundra.css&amp;quot;;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Maybe I&amp;#39;m wrong but it still does not work :&amp;#39;-(&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; --&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Christian S nchez A.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; --&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; Matthew Weier O&amp;#39;Phinney&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; Software Architect &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18619572&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; Zend Framework &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://framework.zend.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; --&lt;br&gt;
&amp;gt; Christian S nchez A.&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
Matthew Weier O&amp;#39;Phinney&lt;br&gt;
Software Architect &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18619572&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;&lt;br&gt;
Zend Framework &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://framework.zend.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Christian Sánchez A.
&lt;/div&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Trying-Dojo-Hello-World-tp18616396p18619572.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18619446</id>
	<title>Re: adding logic to Zend_Exception: observer pattern for logging</title>
	<published>2008-07-23T13:12:47Z</published>
	<updated>2008-07-23T13:12:47Z</updated>
	<author>
		<name>ChristophDorn</name>
	</author>
	<content type="html">Take a look at the patch:
&lt;br&gt;&lt;a href=&quot;http://lars.schokokeks.org/php/exception-previous-compat.phps&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lars.schokokeks.org/php/exception-previous-compat.phps&lt;/a&gt;&lt;br&gt;&lt;br&gt;It looks completely backwards compatible to me and does not require
&lt;br&gt;loading of any additional code.
&lt;br&gt;&lt;br&gt;Any new code could chain the exceptions while existing code can be
&lt;br&gt;updated over time.
&lt;br&gt;&lt;br&gt;This is a reasonable and simple change to do now as it makes
&lt;br&gt;Zend_Exception comply to the PHP 5.3 Exception class which is a good thing.
&lt;br&gt;&lt;br&gt;I think improved exception handling is very important to assist new
&lt;br&gt;users to troubleshoot problems. The exception stack is one of those
&lt;br&gt;features that makes it much easier to find the root cause of problems. I
&lt;br&gt;see this completely independent from other proposed enhancements (the
&lt;br&gt;central/enhanced error codes for example).
&lt;br&gt;&lt;br&gt;Christoph
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Zend_Exception is used _everywhere_. Introducing a change like this then
&lt;br&gt;&amp;gt; has ramifications throughout the framework -- not just in terms of
&lt;br&gt;&amp;gt; potential changes in handling, but also in terms of performance (adding
&lt;br&gt;&amp;gt; exception listeners means more code loaded and executed for exceptions,
&lt;br&gt;&amp;gt; which are already expensive).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Basically, it's going to take some time to sort out what effects it has,
&lt;br&gt;&amp;gt; and I feel that those efforts would be generally better targetted at 2.0
&lt;br&gt;&amp;gt; when we're making large changes already.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/adding-logic-to-Zend_Exception%3A-observer-pattern-for-logging-tp18616998p18619446.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18619339</id>
	<title>Re: Zend Framework 1.6 Release Candidate 1 now available!</title>
	<published>2008-07-23T13:11:19Z</published>
	<updated>2008-07-23T13:11:19Z</updated>
	<author>
		<name>Jean-Marc Fontaine</name>
	</author>
	<content type="html">&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Matthew Weier O'Phinney-3 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;What's the issue ID?
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
Sorry I forgot to include it : ZF-3477.
&lt;br&gt;&lt;br&gt;Jean-Marc
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Zend-Framework-1.6-Release-Candidate-1-now-available%21-tp18587079p18619339.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18619295</id>
	<title>Re: Zend Framework 1.6 Release Candidate 1 now available!</title>
	<published>2008-07-23T13:04:22Z</published>
	<updated>2008-07-23T13:04:22Z</updated>
	<author>
		<name>Matthew Weier O'Phinney-3</name>
	</author>
	<content type="html">-- Jean-Marc Fontaine &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18619295&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jmf@...&lt;/a&gt;&amp;gt; wrote
&lt;br&gt;(on Wednesday, 23 July 2008, 12:59 PM -0700):
&lt;br&gt;&amp;gt; I submitted a bug and the corresponding patch sometime ago. It has been
&lt;br&gt;&amp;gt; marked as fixed in version 1.6 RC1 but it is not.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It was my first bug/patch after signing the CLA so I may have done something
&lt;br&gt;&amp;gt; wrong.
&lt;br&gt;&lt;br&gt;What's the issue ID?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Matthew Weier O'Phinney
&lt;br&gt;Software Architect &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18619295&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;
&lt;br&gt;Zend Framework &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://framework.zend.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Zend-Framework-1.6-Release-Candidate-1-now-available%21-tp18587079p18619295.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18619210</id>
	<title>Re: adding logic to Zend_Exception: observer pattern for logging</title>
	<published>2008-07-23T12:59:50Z</published>
	<updated>2008-07-23T12:59:50Z</updated>
	<author>
		<name>Matthew Weier O'Phinney-3</name>
	</author>
	<content type="html">-- Christoph Dorn &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18619210&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christoph@...&lt;/a&gt;&amp;gt; wrote
&lt;br&gt;(on Wednesday, 23 July 2008, 01:10 PM -0600):
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I've thought that myself a number of times; I actually did exactly this
&lt;br&gt;&amp;gt; &amp;gt; when I was developing Cgiapp (a PHP clone of perl's CGI::Application),
&lt;br&gt;&amp;gt; &amp;gt; and it has a bunch of use cases.
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; You may want to update &amp;quot;Development is currently in an active phase&amp;quot; on
&lt;br&gt;&amp;gt; your &lt;a href=&quot;http://cgiapp.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cgiapp.sourceforge.net/&lt;/a&gt;&amp;nbsp;page :)
&lt;br&gt;&lt;br&gt;LOL! Yes... I actually plan to abandon the project at this point.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; However, such a change will not happen until 2.0. I'm marking it in the
&lt;br&gt;&amp;gt; &amp;gt; wiki as a potential improvement.
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; Why is that?
&lt;br&gt;&lt;br&gt;Zend_Exception is used _everywhere_. Introducing a change like this then
&lt;br&gt;has ramifications throughout the framework -- not just in terms of
&lt;br&gt;potential changes in handling, but also in terms of performance (adding
&lt;br&gt;exception listeners means more code loaded and executed for exceptions,
&lt;br&gt;which are already expensive).
&lt;br&gt;&lt;br&gt;Basically, it's going to take some time to sort out what effects it has,
&lt;br&gt;and I feel that those efforts would be generally better targetted at 2.0
&lt;br&gt;when we're making large changes already.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Matthew Weier O'Phinney
&lt;br&gt;Software Architect &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18619210&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;
&lt;br&gt;Zend Framework &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://framework.zend.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/adding-logic-to-Zend_Exception%3A-observer-pattern-for-logging-tp18616998p18619210.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18618767</id>
	<title>Re: Zend Framework 1.6 Release Candidate 1 now available!</title>
	<published>2008-07-23T12:59:24Z</published>
	<updated>2008-07-23T12:59:24Z</updated>
	<author>
		<name>Jean-Marc Fontaine</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I submitted a bug and the corresponding patch sometime ago. It has been marked as fixed in version 1.6 RC1 but it is not.
&lt;br&gt;&lt;br&gt;It was my first bug/patch after signing the CLA so I may have done something wrong.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Zend-Framework-1.6-Release-Candidate-1-now-available%21-tp18587079p18618767.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18618247</id>
	<title>Re: adding logic to Zend_Exception: observer pattern for logging</title>
	<published>2008-07-23T12:10:55Z</published>
	<updated>2008-07-23T12:10:55Z</updated>
	<author>
		<name>ChristophDorn</name>
	</author>
	<content type="html">&lt;br&gt;&amp;gt; I've thought that myself a number of times; I actually did exactly this
&lt;br&gt;&amp;gt; when I was developing Cgiapp (a PHP clone of perl's CGI::Application),
&lt;br&gt;&amp;gt; and it has a bunch of use cases.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;You may want to update &amp;quot;Development is currently in an active phase&amp;quot; on
&lt;br&gt;your &lt;a href=&quot;http://cgiapp.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cgiapp.sourceforge.net/&lt;/a&gt;&amp;nbsp;page :)
&lt;br&gt;&lt;br&gt;&amp;gt; However, such a change will not happen until 2.0. I'm marking it in the
&lt;br&gt;&amp;gt; wiki as a potential improvement.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Why is that?
&lt;br&gt;&lt;br&gt;Christoph
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/adding-logic-to-Zend_Exception%3A-observer-pattern-for-logging-tp18616998p18618247.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18618092</id>
	<title>Re: adding logic to Zend_Exception: observer pattern for logging</title>
	<published>2008-07-23T12:02:06Z</published>
	<updated>2008-07-23T12:02:06Z</updated>
	<author>
		<name>Matthew Weier O'Phinney-3</name>
	</author>
	<content type="html">-- peter fiksman &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18618092&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pfiksman@...&lt;/a&gt;&amp;gt; wrote
&lt;br&gt;(on Sunday, 20 July 2008, 11:33 AM +0200):
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Zend_Exception has currently no content and just extends the standard
&lt;br&gt;&amp;gt; Excepton class. Maybe it would make sense to add something like
&lt;br&gt;&amp;gt; addListener(Zend_Observer_Interface $o) method to implement the
&lt;br&gt;&amp;gt; observer/observable pattern?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This would make possible adding a logger object as a listener. There are
&lt;br&gt;&amp;gt; cases in ZF where an exception is caught and replaced by throwing another
&lt;br&gt;&amp;gt; one, which is more general. The details and the origin of the error are lost
&lt;br&gt;&amp;gt; then.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It would be nice to be able to log all exceptions in the execution flow, I
&lt;br&gt;&amp;gt; think.
&lt;/div&gt;&lt;br&gt;I've thought that myself a number of times; I actually did exactly this
&lt;br&gt;when I was developing Cgiapp (a PHP clone of perl's CGI::Application),
&lt;br&gt;and it has a bunch of use cases.
&lt;br&gt;&lt;br&gt;However, such a change will not happen until 2.0. I'm marking it in the
&lt;br&gt;wiki as a potential improvement.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://framework.zend.com/wiki/display/ZFDEV/Zend_Exception&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/wiki/display/ZFDEV/Zend_Exception&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Matthew Weier O'Phinney
&lt;br&gt;Software Architect &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18618092&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;
&lt;br&gt;Zend Framework &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://framework.zend.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/adding-logic-to-Zend_Exception%3A-observer-pattern-for-logging-tp18616998p18618092.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18618000</id>
	<title>Re: Trying Dojo Hello World</title>
	<published>2008-07-23T11:57:27Z</published>
	<updated>2008-07-23T11:57:27Z</updated>
	<author>
		<name>Matthew Weier O'Phinney-3</name>
	</author>
	<content type="html">-- Christian Sanchez &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18618000&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;csanchez84@...&lt;/a&gt;&amp;gt; wrote
&lt;br&gt;(on Wednesday, 23 July 2008, 01:02 PM -0500):
&lt;br&gt;&amp;gt; Ok, changing that makes the button appear :-) but not in the tundra theme way
&lt;br&gt;&amp;gt; :-(
&lt;br&gt;&lt;br&gt;Did you place a 'class=&amp;quot;tundra&amp;quot;' on a container that has the dijits?
&lt;br&gt;&lt;br&gt;Typically, I place it in my &amp;lt;body&amp;gt; tag, just to be safe:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;body class=&amp;quot;tundra&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;but the only requirement for tundra to be applied is that it is on an
&lt;br&gt;element that contains dijits:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;div class=&amp;quot;tundra&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;?= $this-&amp;gt;form ?&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/div&amp;gt;
&lt;br&gt;&lt;br&gt;Try that out.
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I have the following code for the button:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;lt;?php &amp;nbsp;$this-&amp;gt;dojo()-&amp;gt;enable()
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;gt;setDjConfigOption('parseOnLoad', true)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;gt;requireModule('dijit.form.Button');
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; ?&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;lt;button dojoType=&amp;quot;dijit.form.Button&amp;quot; id=&amp;quot;helloButton&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Hello World!
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;script type=&amp;quot;dojo/method&amp;quot; event=&amp;quot;onClick&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;alert('You pressed the button');
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/script&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/button&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2008/7/23 Matthew Weier O'Phinney &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18618000&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; -- Christian Sanchez &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18618000&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;csanchez84@...&lt;/a&gt;&amp;gt; wrote
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; (on Wednesday, 23 July 2008, 12:37 PM -0500):
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Hi guys!
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Well I'm trying to implement the Hello world example with the ZF_1.6_RC1,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; after
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; an hour of frustration my guess is that, since I'm not using an exact
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; address
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; to send the localpath
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; $this-&amp;gt;dojo()-&amp;gt;setLocalPath('../html/scripts/dojo_f/dojo/dojo.js')
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; LocalPath should be the path relative to the document root -- i.e., the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; path that would occur in your script's href tag:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$this-&amp;gt;dojo()-&amp;gt;setLocalPath('/scripts/dojo_f/dojo/dojo.js');
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; This should appropriately set the rest of it.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Let me know your results; regardless, I'll try to make this clearer in
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; the manual.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&amp;gt;addStyleSheetModule('dijit.themes.tundra');
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo $this-&amp;gt;dojo();
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; the error is in the import that tries to get the library from the same
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; address:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; @import &amp;quot;../html/scripts/dojo_f/dijit/themes/tundra/tundra.css&amp;quot;;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; When it should be:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; @import &amp;quot;&lt;a href=&quot;http://localhost/dev/example/html/scripts/dojo_f/dijit/themes/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost/dev/example/html/scripts/dojo_f/dijit/themes/&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; tundra/
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; tundra.css&amp;quot;;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Maybe I'm wrong but it still does not work :'-(
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Christian S nchez A.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; --
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Matthew Weier O'Phinney
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Software Architect &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18618000&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Zend Framework &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://framework.zend.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Christian S nchez A.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Matthew Weier O'Phinney
&lt;br&gt;Software Architect &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18618000&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;
&lt;br&gt;Zend Framework &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://framework.zend.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Trying-Dojo-Hello-World-tp18616396p18618000.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18617987</id>
	<title>Re: adding logic to Zend_Exception: observer pattern for logging</title>
	<published>2008-07-23T11:57:26Z</published>
	<updated>2008-07-23T11:57:26Z</updated>
	<author>
		<name>ChristophDorn</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=ISO-8859-1&quot; http-equiv=&quot;Content-Type&quot;&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
&lt;br&gt;
&lt;blockquote cite=&quot;mid:1216839213.26618.25.camel@localhost&quot; type=&quot;cite&quot;&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt;In 5.3 you can pass the previous exception to the current as the third
parameter. The previous exception can than later be retrieved with
$exception-&amp;gt;getPrevious(). 
    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;
Sorry, sent too early. What I wanted to add was: this could be easily
implemented for compatibility in Zend_Exception.
See &lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://lars.schokokeks.org/php/exception-previous-compat.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lars.schokokeks.org/php/exception-previous-compat.php&lt;/a&gt;&lt;/pre&gt;
&lt;/blockquote&gt;
How would I go about suggesting/contributing this to Zend_Exception?
Can anyone add this easily?&lt;br&gt;
&lt;br&gt;
Christoph&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/adding-logic-to-Zend_Exception%3A-observer-pattern-for-logging-tp18616998p18617987.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18617915</id>
	<title>Re: adding logic to Zend_Exception: observer pattern for logging</title>
	<published>2008-07-23T11:53:33Z</published>
	<updated>2008-07-23T11:53:33Z</updated>
	<author>
		<name>Lars Strojny-2</name>
	</author>
	<content type="html">Am Mittwoch, den 23.07.2008, 20:43 +0200 schrieb Lars Strojny:
&lt;br&gt;&amp;gt; In 5.3 you can pass the previous exception to the current as the third
&lt;br&gt;&amp;gt; parameter. The previous exception can than later be retrieved with
&lt;br&gt;&amp;gt; $exception-&amp;gt;getPrevious(). 
&lt;br&gt;&lt;br&gt;Sorry, sent too early. What I wanted to add was: this could be easily
&lt;br&gt;implemented for compatibility in Zend_Exception.
&lt;br&gt;See &lt;a href=&quot;http://lars.schokokeks.org/php/exception-previous-compat.phps&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lars.schokokeks.org/php/exception-previous-compat.phps&lt;/a&gt;&lt;br&gt;&lt;br&gt;cu, Lars
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (852 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/18617915/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/adding-logic-to-Zend_Exception%3A-observer-pattern-for-logging-tp18616998p18617915.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18617690</id>
	<title>Re: adding logic to Zend_Exception: observer pattern for logging</title>
	<published>2008-07-23T11:43:18Z</published>
	<updated>2008-07-23T11:43:18Z</updated>
	<author>
		<name>Lars Strojny-2</name>
	</author>
	<content type="html">Hi Christoph, hi Peter,
&lt;br&gt;&lt;br&gt;Am Mittwoch, den 23.07.2008, 12:26 -0600 schrieb Christoph Dorn:
&lt;br&gt;[...]
&lt;br&gt;&amp;gt; I agree. I have had to comment out higher-level exceptions to figure out
&lt;br&gt;&amp;gt; what goes on at a lower level.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; There needs to be an exception stack just like in Java.
&lt;br&gt;&lt;br&gt;In 5.3 you can pass the previous exception to the current as the third
&lt;br&gt;parameter. The previous exception can than later be retrieved with
&lt;br&gt;$exception-&amp;gt;getPrevious(). Take a look:
&lt;br&gt;&lt;a href=&quot;http://lars.schokokeks.org/php/exception-previous.phps&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lars.schokokeks.org/php/exception-previous.phps&lt;/a&gt;&lt;br&gt;&lt;br&gt;cu, Lars
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (852 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/18617690/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/adding-logic-to-Zend_Exception%3A-observer-pattern-for-logging-tp18616998p18617690.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18617421</id>
	<title>New Zend_Wildfire_FirebugLogWriter component now in standard incubator</title>
	<published>2008-07-23T11:29:54Z</published>
	<updated>2008-07-23T11:29:54Z</updated>
	<author>
		<name>ChristophDorn</name>
	</author>
	<content type="html">&lt;br&gt;There is a new component called Zend_Wildfire_FirebugLogWriter in the
&lt;br&gt;standard incubator.
&lt;br&gt;&lt;br&gt;Proposal:
&lt;br&gt;&lt;a href=&quot;http://framework.zend.com/wiki/display/ZFPROP/Zend_Wildfire_FirebugLogWriter+-+Christoph+Dorn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/wiki/display/ZFPROP/Zend_Wildfire_FirebugLogWriter+-+Christoph+Dorn&lt;/a&gt;&lt;br&gt;&lt;br&gt;The Zend_Wildfire namespace belongs to the &lt;a href=&quot;http://www.wildfirehq.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.wildfirehq.org/&lt;/a&gt;&lt;br&gt;project. There will be more information available about this project soon.
&lt;br&gt;&lt;br&gt;The Zend_Wildfire_FirebugLogWriter component allows you to send logging
&lt;br&gt;messages to the Firebug Console. The initialization is very simple if
&lt;br&gt;using Zend_Controller_Front (it can also be used without the front
&lt;br&gt;controller - see documentation).
&lt;br&gt;&lt;br&gt;/**
&lt;br&gt;&amp;nbsp;* Place this in your bootstrap file
&lt;br&gt;&amp;nbsp;*/ &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;$writer = new Zend_Wildfire_FirebugLogWriter();
&lt;br&gt;$logger = new Zend_Log($writer);
&lt;br&gt;&lt;br&gt;/**
&lt;br&gt;&amp;nbsp;* Use this in your model, view and controller files
&lt;br&gt;&amp;nbsp;*/ &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;$logger-&amp;gt;log('This is a log message!', Zend_Log::INFO);
&lt;br&gt;&lt;br&gt;&lt;br&gt;Please see the documentation for more options and examples.
&lt;br&gt;&lt;br&gt;There is also a demo application in the incubator.
&lt;br&gt;&lt;br&gt;You will need FirePHP version 0.1.0.5 or better
&lt;br&gt;(&lt;a href=&quot;http://www.firephp.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.firephp.org/&lt;/a&gt;). The 0.1.0.5 FirePHP client extension will be
&lt;br&gt;promoted to 0.1.1 later this week.
&lt;br&gt;&lt;br&gt;Please take a look at this component and provide your feedback.
&lt;br&gt;&lt;br&gt;I am hoping that it can make it into the 1.6 RC2.
&lt;br&gt;&lt;br&gt;Looking forward to your feedback.
&lt;br&gt;&lt;br&gt;Christoph
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/New-Zend_Wildfire_FirebugLogWriter-component-now-in-standard-incubator-tp18617421p18617421.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18617365</id>
	<title>Re: adding logic to Zend_Exception: observer pattern for logging</title>
	<published>2008-07-23T11:26:22Z</published>
	<updated>2008-07-23T11:26:22Z</updated>
	<author>
		<name>ChristophDorn</name>
	</author>
	<content type="html">&lt;br&gt;&amp;gt; This would make possible adding a logger object as a listener. There are
&lt;br&gt;&amp;gt; cases in ZF where an exception is caught and replaced by throwing another
&lt;br&gt;&amp;gt; one, which is more general. The details and the origin of the error are lost
&lt;br&gt;&amp;gt; then.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It would be nice to be able to log all exceptions in the execution flow, I
&lt;br&gt;&amp;gt; think.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;I agree. I have had to comment out higher-level exceptions to figure out
&lt;br&gt;what goes on at a lower level.
&lt;br&gt;&lt;br&gt;There needs to be an exception stack just like in Java.
&lt;br&gt;&lt;br&gt;Christoph
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/adding-logic-to-Zend_Exception%3A-observer-pattern-for-logging-tp18616998p18617365.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18616944</id>
	<title>Re: Trying Dojo Hello World</title>
	<published>2008-07-23T11:02:48Z</published>
	<updated>2008-07-23T11:02:48Z</updated>
	<author>
		<name>Christian Sanchez</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;Ok, changing that makes the button appear :-) but not in the tundra theme way :-( &lt;br&gt;&lt;br&gt;I have the following code for the button:&lt;br&gt;&lt;br&gt;&amp;lt;?php&amp;nbsp; $this-&amp;gt;dojo()-&amp;gt;enable()&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt;setDjConfigOption(&amp;#39;parseOnLoad&amp;#39;, true)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt;requireModule(&amp;#39;dijit.form.Button&amp;#39;);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ?&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;lt;button dojoType=&amp;quot;dijit.form.Button&amp;quot; id=&amp;quot;helloButton&amp;quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hello World!&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script type=&amp;quot;dojo/method&amp;quot; event=&amp;quot;onClick&amp;quot;&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert(&amp;#39;You pressed the button&amp;#39;);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/script&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/button&amp;gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2008/7/23 Matthew Weier O&amp;#39;Phinney &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18616944&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;&amp;gt;:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;-- Christian Sanchez &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18616944&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;csanchez84@...&lt;/a&gt;&amp;gt; wrote&lt;br&gt;

(on Wednesday, 23 July 2008, 12:37 PM -0500):&lt;br&gt;
&lt;div class=&quot;Ih2E3d&quot;&gt;&amp;gt; Hi guys!&lt;br&gt;
&amp;gt; Well I&amp;#39;m trying to implement the Hello world example with the ZF_1.6_RC1, after&lt;br&gt;
&amp;gt; an hour of frustration my guess is that, since I&amp;#39;m not using an exact address&lt;br&gt;
&amp;gt; to send the localpath&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; $this-&amp;gt;dojo()-&amp;gt;setLocalPath(&amp;#39;../html/scripts/dojo_f/dojo/dojo.js&amp;#39;)&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;LocalPath should be the path relative to the document root -- i.e., the&lt;br&gt;
path that would occur in your script&amp;#39;s href tag:&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp;$this-&amp;gt;dojo()-&amp;gt;setLocalPath(&amp;#39;/scripts/dojo_f/dojo/dojo.js&amp;#39;);&lt;br&gt;
&lt;br&gt;
This should appropriately set the rest of it.&lt;br&gt;
&lt;br&gt;
Let me know your results; regardless, I&amp;#39;ll try to make this clearer in&lt;br&gt;
the manual.&lt;br&gt;
&lt;div class=&quot;Ih2E3d&quot;&gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&amp;gt;addStyleSheetModule(&amp;#39;dijit.themes.tundra&amp;#39;);&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo $this-&amp;gt;dojo();&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; the error is in the import that tries to get the library from the same address:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; @import &amp;quot;../html/scripts/dojo_f/dijit/themes/tundra/tundra.css&amp;quot;;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; When it should be:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; @import &amp;quot;&lt;a href=&quot;http://localhost/dev/example/html/scripts/dojo_f/dijit/themes/tundra/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost/dev/example/html/scripts/dojo_f/dijit/themes/tundra/&lt;/a&gt;&lt;br&gt;
&amp;gt; tundra.css&amp;quot;;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Maybe I&amp;#39;m wrong but it still does not work :&amp;#39;-(&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; --&lt;br&gt;
&lt;/div&gt;&amp;gt; Christian S nchez A.&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
--&lt;br&gt;
Matthew Weier O&amp;#39;Phinney&lt;br&gt;
Software Architect &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18616944&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;&lt;br&gt;
Zend Framework &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://framework.zend.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/&lt;/a&gt;&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Christian Sánchez A.
&lt;/div&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Trying-Dojo-Hello-World-tp18616396p18616944.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18616679</id>
	<title>Re: Trying Dojo Hello World</title>
	<published>2008-07-23T10:50:30Z</published>
	<updated>2008-07-23T10:50:30Z</updated>
	<author>
		<name>Matthew Weier O'Phinney-3</name>
	</author>
	<content type="html">-- Christian Sanchez &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18616679&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;csanchez84@...&lt;/a&gt;&amp;gt; wrote
&lt;br&gt;(on Wednesday, 23 July 2008, 12:37 PM -0500):
&lt;br&gt;&amp;gt; Hi guys!
&lt;br&gt;&amp;gt; Well I'm trying to implement the Hello world example with the ZF_1.6_RC1, after
&lt;br&gt;&amp;gt; an hour of frustration my guess is that, since I'm not using an exact address
&lt;br&gt;&amp;gt; to send the localpath
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; $this-&amp;gt;dojo()-&amp;gt;setLocalPath('../html/scripts/dojo_f/dojo/dojo.js')
&lt;br&gt;&lt;br&gt;LocalPath should be the path relative to the document root -- i.e., the
&lt;br&gt;path that would occur in your script's href tag:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; $this-&amp;gt;dojo()-&amp;gt;setLocalPath('/scripts/dojo_f/dojo/dojo.js');
&lt;br&gt;&lt;br&gt;This should appropriately set the rest of it.
&lt;br&gt;&lt;br&gt;Let me know your results; regardless, I'll try to make this clearer in
&lt;br&gt;the manual.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&amp;gt;addStyleSheetModule('dijit.themes.tundra');
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo $this-&amp;gt;dojo();
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; the error is in the import that tries to get the library from the same address:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; @import &amp;quot;../html/scripts/dojo_f/dijit/themes/tundra/tundra.css&amp;quot;;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; When it should be:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; @import &amp;quot;&lt;a href=&quot;http://localhost/dev/example/html/scripts/dojo_f/dijit/themes/tundra/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost/dev/example/html/scripts/dojo_f/dijit/themes/tundra/&lt;/a&gt;&lt;br&gt;&amp;gt; tundra.css&amp;quot;;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Maybe I'm wrong but it still does not work :'-(
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Christian S nchez A.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Matthew Weier O'Phinney
&lt;br&gt;Software Architect &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18616679&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;
&lt;br&gt;Zend Framework &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://framework.zend.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Trying-Dojo-Hello-World-tp18616396p18616679.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18616566</id>
	<title>The duplicate/old messages coming in. . .</title>
	<published>2008-07-23T10:46:18Z</published>
	<updated>2008-07-23T10:46:18Z</updated>
	<author>
		<name>wllm</name>
	</author>
	<content type="html">. . .are from the spam filter. I'm going through it after
&lt;br&gt;procrastinating for weeks. :/ Please ignore/enjoy on a belated basis as
&lt;br&gt;appropriate.
&lt;br&gt;&lt;br&gt;,Wil
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/The-duplicate-old-messages-coming-in.-.-.-tp18616566p18616566.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18616396</id>
	<title>Trying Dojo Hello World</title>
	<published>2008-07-23T10:37:51Z</published>
	<updated>2008-07-23T10:37:51Z</updated>
	<author>
		<name>Christian Sanchez</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;Hi guys!&lt;br&gt;Well I&amp;#39;m trying to implement the Hello world example with the ZF_1.6_RC1, after an hour of frustration my guess is that, since I&amp;#39;m not using an exact address to send the localpath&lt;br&gt;&lt;br&gt;
$this-&amp;gt;dojo()-&amp;gt;setLocalPath(&amp;#39;../html/scripts/dojo_f/dojo/dojo.js&amp;#39;)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt;addStyleSheetModule(&amp;#39;dijit.themes.tundra&amp;#39;);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo $this-&amp;gt;dojo();&lt;br&gt;&lt;br&gt;the error is in the import that tries to get the library from the same address:&lt;br&gt;
&lt;br&gt;@import &amp;quot;&lt;a class=&quot;objectLink&quot; target=&quot;_top&quot;&gt;../html/scripts/dojo_f/dijit/themes/tundra/tundra.css&lt;/a&gt;&amp;quot;;&lt;br&gt;&lt;br&gt;When it should be:&lt;br&gt;&lt;br&gt;@import &amp;quot;&lt;a class=&quot;objectLink&quot; target=&quot;_top&quot;&gt;http://localhost/dev/example/html/scripts/dojo_f/dijit/themes/tundra/tundra.css&lt;/a&gt;&amp;quot;;&lt;br&gt;
&lt;br&gt;Maybe I&amp;#39;m wrong but it still does not work :&amp;#39;-(&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Christian Sánchez A.
&lt;/div&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Trying-Dojo-Hello-World-tp18616396p18616396.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18616505</id>
	<title>Re: Zend_File_Transfer and Zend_Form on 1.6</title>
	<published>2008-07-23T10:37:05Z</published>
	<updated>2008-07-23T10:37:05Z</updated>
	<author>
		<name>Matthew Weier O'Phinney-3</name>
	</author>
	<content type="html">-- Cristian Bichis &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18616505&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;contact@...&lt;/a&gt;&amp;gt; wrote
&lt;br&gt;(on Wednesday, 23 July 2008, 08:03 PM +0300):
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Firstly excuse me if maybe i am posting to wrong list, my question is a bit
&lt;br&gt;&amp;gt; general...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Question is how Zend_File_Transfer is (or is going to be) integrated with
&lt;br&gt;&amp;gt; Zend_Form fo file uploads through forms.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 1. As far as i see there is no File form element (can be done easily i know)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2. There is any plan to integrate validation side for Zend_File_Transfer with
&lt;br&gt;&amp;gt; Zend_Form validation side ? Sample: on adding a File upload component all
&lt;br&gt;&amp;gt; validators set into file upload element to be used for validation under
&lt;br&gt;&amp;gt; Zend_File_Transfer ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 3. There is any sample for combining Zend_Form with Zend_File_Transfer ?
&lt;/div&gt;&lt;br&gt;We plan to include Zend_File_Transfer in its current incarnation in 1.6
&lt;br&gt;with a form element that consumes it. Unfortunately, we were unable to
&lt;br&gt;get this in a usable state for RC1, and are planning on having it in
&lt;br&gt;RC2.
&lt;br&gt;&lt;br&gt;The implementation will use the new validators created for
&lt;br&gt;Zend_File_Transfer; in fact, it will proxy validation to the transfer
&lt;br&gt;adapter, and setting validators on the element will actually set the
&lt;br&gt;validators for the transfer adapter.
&lt;br&gt;&lt;br&gt;At this time, there are no working examples of using Zend_File_Transfer
&lt;br&gt;with a form element. Be patient, and watch svn to see when the checkins
&lt;br&gt;begin for this.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Matthew Weier O'Phinney
&lt;br&gt;Software Architect &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18616505&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;
&lt;br&gt;Zend Framework &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://framework.zend.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Zend_File_Transfer-and-Zend_Form-on-1.6-tp18615722p18616505.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18615845</id>
	<title>Re: Zend_File_Transfer and Zend_Form on 1.6</title>
	<published>2008-07-23T10:10:25Z</published>
	<updated>2008-07-23T10:10:25Z</updated>
	<author>
		<name>Cristian Bichis-3</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=ISO-8859-1&quot; http-equiv=&quot;Content-Type&quot;&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Also i forgot to ask if there is any plan for adding destination as a
file upload form element option...&lt;br&gt;
&lt;br&gt;
Cristian&lt;br&gt;
&lt;blockquote cite=&quot;mid:48876474.2040904@zftutorials.com&quot; type=&quot;cite&quot;&gt;&lt;font size=&quot;-1&quot;&gt;&lt;font face=&quot;Verdana&quot;&gt;Hello,&lt;br&gt;
  &lt;br&gt;
Firstly excuse me if maybe i am posting to wrong list, my question is a
bit general...&lt;br&gt;
  &lt;br&gt;
Question is how Zend_File_Transfer is (or is going to be) integrated
with Zend_Form fo file uploads through forms.&lt;br&gt;
  &lt;br&gt;
1. As far as i see there is no File form element (can be done easily i
know)&lt;br&gt;
  &lt;br&gt;
2. There is any plan to integrate validation side for &lt;/font&gt;&lt;/font&gt;&lt;font size=&quot;-1&quot;&gt;&lt;font face=&quot;Verdana&quot;&gt;Zend_File_Transfer with &lt;/font&gt;&lt;/font&gt;&lt;font size=&quot;-1&quot;&gt;&lt;font face=&quot;Verdana&quot;&gt;Zend_Form validation side ? Sample: on
adding a File upload component all validators set into file upload
element to be used for validation under &lt;/font&gt;&lt;/font&gt;&lt;font size=&quot;-1&quot;&gt;&lt;font face=&quot;Verdana&quot;&gt;Zend_File_Transfer ?&lt;br&gt;
  &lt;br&gt;
3. There is any sample for combining Zend_Form with &lt;/font&gt;&lt;/font&gt;&lt;font size=&quot;-1&quot;&gt;&lt;font face=&quot;Verdana&quot;&gt;Zend_File_Transfer ?&lt;br&gt;
  &lt;br&gt;
Cristian&lt;br&gt;
  &lt;/font&gt;&lt;/font&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Zend_File_Transfer-and-Zend_Form-on-1.6-tp18615722p18615845.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18615876</id>
	<title>RE: Zend Framework 1.6 Release Candidate 1 nowavailable!</title>
	<published>2008-07-23T10:07:56Z</published>
	<updated>2008-07-23T10:07:56Z</updated>
	<author>
		<name>wllm</name>
	</author>
	<content type="html">Packaging decisions are relatively easy to implement, and we have gotten
&lt;br&gt;requests for smaller packages in the past. If the new package is 26MB,
&lt;br&gt;then there is actually more pressure on both ends (we need to preserve
&lt;br&gt;some download bandwidth, too!) to deliver a slim package. So a) there
&lt;br&gt;isn't too much to be inferred from the release candidates' sizes about
&lt;br&gt;the packaging/packages in the final production release, b) we understand
&lt;br&gt;and appreciate the need for a smaller package and we'll be looking at
&lt;br&gt;the best solution with the help of the community, and c) no matter what
&lt;br&gt;we do, there will still be one 'kitchen sink' package for those who want
&lt;br&gt;everything all in one convenient- albeit potentially large- archive.
&lt;br&gt;&lt;br&gt;,Wil
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: Matthew Weier O'Phinney [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18615876&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Sent: Wednesday, July 23, 2008 5:16 AM
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18615876&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fw-general@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: Re: [fw-general] Zend Framework 1.6 Release Candidate 1
&lt;br&gt;&amp;gt; nowavailable!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- SiCo007 &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18615876&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;simon@...&lt;/a&gt;&amp;gt; wrote
&lt;br&gt;&amp;gt; (on Wednesday, 23 July 2008, 04:58 AM -0700):
&lt;br&gt;&amp;gt; &amp;gt; Just a &amp;nbsp;quick question why has the file size jumped from 6mb to 26?!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Well, for one, there are a ton of new components, which means more
&lt;br&gt;&amp;gt; code,
&lt;br&gt;&amp;gt; more tests, and more documentation. As you also note, Dojo is shipping
&lt;br&gt;&amp;gt; with ZF now, which also boosts the size some (though the Dojo repo is
&lt;br&gt;&amp;gt; fraction of ZF's size).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Can have a download (of the final release) without dojo (assuming
&lt;br&gt;&amp;gt; &amp;gt; that's the culprit) for those of us that don't use it?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; We have been discussing shipping a &amp;quot;lean-and-mean&amp;quot; distribution that
&lt;br&gt;&amp;gt; does not include documentation, tests, dojo, or the localization files
&lt;br&gt;&amp;gt; (the i18n/l10n files account for a large percentage of the distro).
&lt;/div&gt;I'm
&lt;br&gt;&amp;gt; not sure how soon we will be doing this, but it _has_ been on our
&lt;br&gt;radar
&lt;br&gt;&amp;gt; for some time.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Matthew Weier O'Phinney
&lt;br&gt;&amp;gt; Software Architect &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18615876&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Zend Framework &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://framework.zend.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Zend-Framework-1.6-Release-Candidate-1-now-available%21-tp18587079p18615876.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18615722</id>
	<title>Zend_File_Transfer and Zend_Form on 1.6</title>
	<published>2008-07-23T10:03:48Z</published>
	<updated>2008-07-23T10:03:48Z</updated>
	<author>
		<name>Cristian Bichis-3</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
&lt;font size=&quot;-1&quot;&gt;&lt;font face=&quot;Verdana&quot;&gt;Hello,&lt;br&gt;
&lt;br&gt;
Firstly excuse me if maybe i am posting to wrong list, my question is a
bit general...&lt;br&gt;
&lt;br&gt;
Question is how Zend_File_Transfer is (or is going to be) integrated
with Zend_Form fo file uploads through forms.&lt;br&gt;
&lt;br&gt;
1. As far as i see there is no File form element (can be done easily i
know)&lt;br&gt;
&lt;br&gt;
2. There is any plan to integrate validation side for &lt;/font&gt;&lt;/font&gt;&lt;font size=&quot;-1&quot;&gt;&lt;font face=&quot;Verdana&quot;&gt;Zend_File_Transfer with &lt;/font&gt;&lt;/font&gt;&lt;font size=&quot;-1&quot;&gt;&lt;font face=&quot;Verdana&quot;&gt;Zend_Form validation side ? Sample: on
adding a File upload component all validators set into file upload
element to be used for validation under &lt;/font&gt;&lt;/font&gt;&lt;font size=&quot;-1&quot;&gt;&lt;font face=&quot;Verdana&quot;&gt;Zend_File_Transfer ?&lt;br&gt;
&lt;br&gt;
3. There is any sample for combining Zend_Form with &lt;/font&gt;&lt;/font&gt;&lt;font size=&quot;-1&quot;&gt;&lt;font face=&quot;Verdana&quot;&gt;Zend_File_Transfer ?&lt;br&gt;
&lt;br&gt;
Cristian&lt;br&gt;
&lt;/font&gt;&lt;/font&gt;
&lt;/body&gt;
&lt;/html&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Zend_File_Transfer-and-Zend_Form-on-1.6-tp18615722p18615722.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18614590</id>
	<title>RE: Zend Framework 1.6 Release Candidate 1 now	available!</title>
	<published>2008-07-23T09:15:25Z</published>
	<updated>2008-07-23T09:15:25Z</updated>
	<author>
		<name>SiCo007</name>
	</author>
	<content type="html">Excellent, it's not going to stop me using the ZF but the wait on the download was the most off putting, I don't know if it was your servers or my connection but it took about 17mins to download this morning, 80% of the files I won't even look at!
&lt;br&gt;&lt;br&gt;This is my vote for a lean and mean download!
&lt;br&gt;&lt;br&gt;Simon&lt;div class=&quot;signature&quot;&gt;Simon
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.ajb007.co.uk/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ajb007.co.uk/&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Zend-Framework-1.6-Release-Candidate-1-now-available%21-tp18587079p18614590.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18611539</id>
	<title>Re: Zend_Acl problem with Role inheritance and Assertions</title>
	<published>2008-07-23T07:07:46Z</published>
	<updated>2008-07-23T07:07:46Z</updated>
	<author>
		<name>Martijn Korse</name>
	</author>
	<content type="html">&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Martijn Korse wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;I have a problem of which i'm trying to determine whether this is because i don't understand the ACL mechanism or because it is a bug.&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
I decided to treat it like a bug and trace what is happening and then found it's not a bug at all, but in the end me misunderstanding the mechanism &lt;img class='smiley' src='http://www.nabble.com/images/smiley/smiley_happy.gif' /&gt;&lt;br&gt;&lt;br&gt;I think i had a different mindset when i was reading the documentation, because i thought the assertion would influence the rule. It turns out the assertion only decides whether a rule applies or not. So, in my example, the red False, should be a True and the second allow rule should be a deny and then it works as intended. Now that i read the documentation again, i see it clearly says so &lt;img class='smiley' src='http://www.nabble.com/images/smiley/smiley_beam.gif' /&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;signature&quot;&gt;&lt;a href=&quot;http://devshed.excudo.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://devshed.excudo.net&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Zend_Acl-problem-with-Role-inheritance-and-Assertions-tp18570190p18611539.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18610400</id>
	<title>RE: Zend Framework 1.6 Release Candidate 1 now	available!</title>
	<published>2008-07-23T06:08:16Z</published>
	<updated>2008-07-23T06:08:16Z</updated>
	<author>
		<name>Steven Brown-7</name>
	</author>
	<content type="html">Hi Matthew,
&lt;br&gt;&lt;br&gt;Extracted Dojo makes up 35.2MB of the total 57.9MB, leaving 22.6MB for the
&lt;br&gt;rest of the framework.
&lt;br&gt;&lt;br&gt;1.5.2 was 21.0MB, so I would say the Dojo addition is a large fraction.
&lt;br&gt;&lt;br&gt;ZIP compressed the externals folder alone (which only contains Dojo) is
&lt;br&gt;22.7MB, removing externals and recompressing leaves me with 6.37MB where
&lt;br&gt;1.5.2 was 6.11MB.
&lt;br&gt;&lt;br&gt;Will this stop me from using ZF? No, but it does concern me that future
&lt;br&gt;partnerships will add to the file size.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Steven
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Matthew Weier O'Phinney [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18610400&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;] 
&lt;br&gt;Sent: Wednesday, 23 July 2008 10:16 PM
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18610400&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fw-general@...&lt;/a&gt;
&lt;br&gt;Subject: Re: [fw-general] Zend Framework 1.6 Release Candidate 1 now
&lt;br&gt;available!
&lt;br&gt;&lt;br&gt;-- SiCo007 &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18610400&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;simon@...&lt;/a&gt;&amp;gt; wrote
&lt;br&gt;(on Wednesday, 23 July 2008, 04:58 AM -0700):
&lt;br&gt;&amp;gt; Just a &amp;nbsp;quick question why has the file size jumped from 6mb to 26?!
&lt;br&gt;&lt;br&gt;Well, for one, there are a ton of new components, which means more code,
&lt;br&gt;more tests, and more documentation. As you also note, Dojo is shipping
&lt;br&gt;with ZF now, which also boosts the size some (though the Dojo repo is
&lt;br&gt;fraction of ZF's size).
&lt;br&gt;&lt;br&gt;&amp;gt; Can have a download (of the final release) without dojo (assuming
&lt;br&gt;&amp;gt; that's the culprit) for those of us that don't use it?
&lt;br&gt;&lt;br&gt;We have been discussing shipping a &amp;quot;lean-and-mean&amp;quot; distribution that
&lt;br&gt;does not include documentation, tests, dojo, or the localization files
&lt;br&gt;(the i18n/l10n files account for a large percentage of the distro). I'm
&lt;br&gt;not sure how soon we will be doing this, but it _has_ been on our radar
&lt;br&gt;for some time.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Matthew Weier O'Phinney
&lt;br&gt;Software Architect &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18610400&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;
&lt;br&gt;Zend Framework &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://framework.zend.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Zend-Framework-1.6-Release-Candidate-1-now-available%21-tp18587079p18610400.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18610281</id>
	<title>Re: Zend Framework 1.6 Release Candidate 1 now available!</title>
	<published>2008-07-23T06:02:50Z</published>
	<updated>2008-07-23T06:02:50Z</updated>
	<author>
		<name>Alexander Johannesen</name>
	</author>
	<content type="html">On Wed, Jul 23, 2008 at 14:16, Matthew Weier O'Phinney &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18610281&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; We have been discussing shipping a &amp;quot;lean-and-mean&amp;quot; distribution that
&lt;br&gt;&amp;gt; does not include documentation, tests, dojo, or the localization files
&lt;br&gt;&amp;gt; (the i18n/l10n files account for a large percentage of the distro). I'm
&lt;br&gt;&amp;gt; not sure how soon we will be doing this, but it _has_ been on our radar
&lt;br&gt;&amp;gt; for some time.
&lt;br&gt;&lt;br&gt;That would be great! I'm never going to use Dojo, and prefer all docs
&lt;br&gt;and tests outside of my projects, and as such would love a lean and
&lt;br&gt;mean bundle to update my codebases.
&lt;br&gt;&lt;br&gt;+1
&lt;br&gt;&lt;br&gt;Alex
&lt;br&gt;-- 
&lt;br&gt;---------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp;Project Wrangler, SOA, Information Alchemist, UX, RESTafarian, Topic Maps
&lt;br&gt;------------------------------------------ &lt;a href=&quot;http://shelter.nu/blog/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://shelter.nu/blog/&lt;/a&gt;&amp;nbsp;--------
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Zend-Framework-1.6-Release-Candidate-1-now-available%21-tp18587079p18610281.html" />
</entry>

</feed>
