<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Zend + TinyMCE</title>
	<atom:link href="http://www.codersarmy.com/zend-tinymce/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codersarmy.com/zend-tinymce</link>
	<description>You&#039;re in the army now</description>
	<lastBuildDate>Mon, 12 Jul 2010 06:12:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: krishna</title>
		<link>http://www.codersarmy.com/zend-tinymce/comment-page-1#comment-85</link>
		<dc:creator>krishna</dc:creator>
		<pubDate>Fri, 11 Dec 2009 12:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.codersarmy.com/?p=103#comment-85</guid>
		<description>I am just new to zend framework ,I want to know what are file to be created and where it is to be stored</description>
		<content:encoded><![CDATA[<p>I am just new to zend framework ,I want to know what are file to be created and where it is to be stored</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krishna</title>
		<link>http://www.codersarmy.com/zend-tinymce/comment-page-1#comment-84</link>
		<dc:creator>krishna</dc:creator>
		<pubDate>Fri, 11 Dec 2009 12:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.codersarmy.com/?p=103#comment-84</guid>
		<description>what should be the file name and getter and setter method and folder structure</description>
		<content:encoded><![CDATA[<p>what should be the file name and getter and setter method and folder structure</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toolbox / Zend + TinyMCE &#124; Coders Army</title>
		<link>http://www.codersarmy.com/zend-tinymce/comment-page-1#comment-78</link>
		<dc:creator>Toolbox / Zend + TinyMCE &#124; Coders Army</dc:creator>
		<pubDate>Thu, 13 Aug 2009 15:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.codersarmy.com/?p=103#comment-78</guid>
		<description>[...] Zend + TinyMCE &#124; Coders Army.    Post a comment &#8212; Trackback URI RSS 2.0 feed for these comments This entry (permalink) was [...]</description>
		<content:encoded><![CDATA[<p>[...] Zend + TinyMCE | Coders Army.    Post a comment &mdash; Trackback URI RSS 2.0 feed for these comments This entry (permalink) was [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt.cockayne</title>
		<link>http://www.codersarmy.com/zend-tinymce/comment-page-1#comment-77</link>
		<dc:creator>matt.cockayne</dc:creator>
		<pubDate>Thu, 16 Jul 2009 06:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.codersarmy.com/?p=103#comment-77</guid>
		<description>Hi Mauro

I still use my own external library and use the zf tool as well.. In order too register your own library you need to register it as a namespace in your application.ini file

I find that 

; additional namespaces
autoloaderNamespaces.namespace = &quot;Zucchi_&quot;

works really well for me</description>
		<content:encoded><![CDATA[<p>Hi Mauro</p>
<p>I still use my own external library and use the zf tool as well.. In order too register your own library you need to register it as a namespace in your application.ini file</p>
<p>I find that </p>
<p>; additional namespaces<br />
autoloaderNamespaces.namespace = &#8220;Zucchi_&#8221;</p>
<p>works really well for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mauro</title>
		<link>http://www.codersarmy.com/zend-tinymce/comment-page-1#comment-76</link>
		<dc:creator>Mauro</dc:creator>
		<pubDate>Wed, 15 Jul 2009 23:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.codersarmy.com/?p=103#comment-76</guid>
		<description>Hi,
Great post!

I&#039;m using the common structure created by the ZF shell script (zf.sh).

With the previous structure (like 2 years ago) I used to place my libraries just next to Zend&#039;s in the library directory and the zend loader did the rest as I called CustomLib_SomeClass, but this does not work now.

I see you implemented something similar. Now, how do you tell Zend to &quot;see&quot; your libraries?

Cheers!

Mauro.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Great post!</p>
<p>I&#8217;m using the common structure created by the ZF shell script (zf.sh).</p>
<p>With the previous structure (like 2 years ago) I used to place my libraries just next to Zend&#8217;s in the library directory and the zend loader did the rest as I called CustomLib_SomeClass, but this does not work now.</p>
<p>I see you implemented something similar. Now, how do you tell Zend to &#8220;see&#8221; your libraries?</p>
<p>Cheers!</p>
<p>Mauro.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: venimus</title>
		<link>http://www.codersarmy.com/zend-tinymce/comment-page-1#comment-74</link>
		<dc:creator>venimus</dc:creator>
		<pubDate>Thu, 25 Jun 2009 08:50:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.codersarmy.com/?p=103#comment-74</guid>
		<description>hi,
very helpful article

just want to note that you have a typo in

public function setCompressorOptions($location = &#039;/js/tiny_mce/&#039;, array $plugins = null, array $themes = null, array $languaues = null) 

should be $languaGes</description>
		<content:encoded><![CDATA[<p>hi,<br />
very helpful article</p>
<p>just want to note that you have a typo in</p>
<p>public function setCompressorOptions($location = &#8216;/js/tiny_mce/&#8217;, array $plugins = null, array $themes = null, array $languaues = null) </p>
<p>should be $languaGes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt.cockayne</title>
		<link>http://www.codersarmy.com/zend-tinymce/comment-page-1#comment-73</link>
		<dc:creator>matt.cockayne</dc:creator>
		<pubDate>Tue, 23 Jun 2009 10:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.codersarmy.com/?p=103#comment-73</guid>
		<description>I like the changes you made.  I see you point regarding the fact that i did include a options/plugins of TinyMce that I really should have left out (i.e. templates).

I&#039;m not so sure of the editor always being enabled though as I like to keep the amount of JS loaded to a minimum where possible, so being able to turn it on and off was very useful for me at the time I built the component. 

I have given the idea of a container a lot of consideration and am not 100% on either way of implementation. I don&#039;t think either way is right or wrong, just that it needs more investigation before I could say I prefer one over the other.

I have just been signed off as a contributor for the Zend Framework so I am hoping to put forward a proposal for a component that will allow direct integration of TinyMCE and any other suggested editors. I&#039;ll keep you posted as it develops</description>
		<content:encoded><![CDATA[<p>I like the changes you made.  I see you point regarding the fact that i did include a options/plugins of TinyMce that I really should have left out (i.e. templates).</p>
<p>I&#8217;m not so sure of the editor always being enabled though as I like to keep the amount of JS loaded to a minimum where possible, so being able to turn it on and off was very useful for me at the time I built the component. </p>
<p>I have given the idea of a container a lot of consideration and am not 100% on either way of implementation. I don&#8217;t think either way is right or wrong, just that it needs more investigation before I could say I prefer one over the other.</p>
<p>I have just been signed off as a contributor for the Zend Framework so I am hoping to put forward a proposal for a component that will allow direct integration of TinyMCE and any other suggested editors. I&#8217;ll keep you posted as it develops</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jurian Sluiman</title>
		<link>http://www.codersarmy.com/zend-tinymce/comment-page-1#comment-72</link>
		<dc:creator>Jurian Sluiman</dc:creator>
		<pubDate>Tue, 23 Jun 2009 09:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.codersarmy.com/?p=103#comment-72</guid>
		<description>Hi Matt,
If you&#039;re interested: I used your solution to improve the TinyMce form element a little bit. Please look here for a better explanation: http://juriansluiman.nl/en/blog/article/100/improved-tinymce-solution-for-the-zend-framework</description>
		<content:encoded><![CDATA[<p>Hi Matt,<br />
If you&#8217;re interested: I used your solution to improve the TinyMce form element a little bit. Please look here for a better explanation: <a href="http://juriansluiman.nl/en/blog/article/100/improved-tinymce-solution-for-the-zend-framework" rel="nofollow">http://juriansluiman.nl/en/blog/article/100/improved-tinymce-solution-for-the-zend-framework</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt.cockayne</title>
		<link>http://www.codersarmy.com/zend-tinymce/comment-page-1#comment-71</link>
		<dc:creator>matt.cockayne</dc:creator>
		<pubDate>Tue, 16 Jun 2009 21:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.codersarmy.com/?p=103#comment-71</guid>
		<description>Your absolutely right. Thanks for the spot.. I also noticed that some Of the code appears to have gotten mixed in with some of the container class... That should now look a bit more appropriate.</description>
		<content:encoded><![CDATA[<p>Your absolutely right. Thanks for the spot.. I also noticed that some Of the code appears to have gotten mixed in with some of the container class&#8230; That should now look a bit more appropriate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.codersarmy.com/zend-tinymce/comment-page-1#comment-69</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 16 Jun 2009 20:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.codersarmy.com/?p=103#comment-69</guid>
		<description>Hi, nice tutorial, one thing I noticed though:
In the last example on the first page the first line reads:
[code]
class Zucchi_View_Helper_TinyMce_Container 
{
[/code]
and I think it&#039;s meant to be
[code]
class MyLibrary_View_Helper_tinyMce extends Zend_View_Helper_Abstract {
[/code]

Cheers!</description>
		<content:encoded><![CDATA[<p>Hi, nice tutorial, one thing I noticed though:<br />
In the last example on the first page the first line reads:<br />
[code]<br />
class Zucchi_View_Helper_TinyMce_Container<br />
{<br />
[/code]<br />
and I think it&#8217;s meant to be<br />
[code]<br />
class MyLibrary_View_Helper_tinyMce extends Zend_View_Helper_Abstract {<br />
[/code]</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
