<?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: Integrating FCKeditor Into CakePHP</title>
	<atom:link href="http://www.jbcrawford.net/archives/159/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jbcrawford.net/archives/159</link>
	<description>Hello World!</description>
	<lastBuildDate>Fri, 06 Aug 2010 12:33:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Robin Thomas</title>
		<link>http://www.jbcrawford.net/archives/159/comment-page-1#comment-527</link>
		<dc:creator>Robin Thomas</dc:creator>
		<pubDate>Fri, 06 Aug 2010 12:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=159#comment-527</guid>
		<description>Now FCKEditor is replaced by CKEditor. So you can see the installation of CKEditor with Cake php in the following URL.

http://www.robinthomas.in/php/ckeditor-cakephp/</description>
		<content:encoded><![CDATA[<p>Now FCKEditor is replaced by CKEditor. So you can see the installation of CKEditor with Cake php in the following URL.</p>
<p><a href="http://www.robinthomas.in/php/ckeditor-cakephp/" rel="nofollow">http://www.robinthomas.in/php/ckeditor-cakephp/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John M.</title>
		<link>http://www.jbcrawford.net/archives/159/comment-page-1#comment-507</link>
		<dc:creator>John M.</dc:creator>
		<pubDate>Thu, 04 Mar 2010 03:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=159#comment-507</guid>
		<description>I have inserted Ckeditor 3.x in my page and i submit my form data (along with the text area)to the controller. I am trying to save data to Mysql database but not able to save. I wonder if this is a correct way of doing it.

Form name = Admin
Field name = content
Controller name = Admins
Modelname = Admin

Mycontroller code:
$grn3 = $this-&gt;data[&#039;Admin&#039;][&#039;content&#039;] ;
$this-&gt;Session-&gt;setFlash($grn3);
$this-&gt;Admin-&gt;set($this-&gt;data ); //setting data to model
$this-&gt;Admin-&gt;saveField(&#039;content&#039;, $grn3);  //saving single field

Setflash method flashes the data content, but save is not working. I am not sure if this is the way of saving text editor data to database. Please show me how to save editor data to database.

Thankx
John M.</description>
		<content:encoded><![CDATA[<p>I have inserted Ckeditor 3.x in my page and i submit my form data (along with the text area)to the controller. I am trying to save data to Mysql database but not able to save. I wonder if this is a correct way of doing it.</p>
<p>Form name = Admin<br />
Field name = content<br />
Controller name = Admins<br />
Modelname = Admin</p>
<p>Mycontroller code:<br />
$grn3 = $this-&gt;data['Admin']['content'] ;<br />
$this-&gt;Session-&gt;setFlash($grn3);<br />
$this-&gt;Admin-&gt;set($this-&gt;data ); //setting data to model<br />
$this-&gt;Admin-&gt;saveField(&#8216;content&#8217;, $grn3);  //saving single field</p>
<p>Setflash method flashes the data content, but save is not working. I am not sure if this is the way of saving text editor data to database. Please show me how to save editor data to database.</p>
<p>Thankx<br />
John M.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jatin Gera</title>
		<link>http://www.jbcrawford.net/archives/159/comment-page-1#comment-502</link>
		<dc:creator>Jatin Gera</dc:creator>
		<pubDate>Tue, 16 Feb 2010 07:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=159#comment-502</guid>
		<description>Hello its working but if we change the name of $fck-&gt;create(&#039;ModelName/ActionName&#039;) then not work. we should always define name like $fck-&gt;create(&#039;ModelName/content&#039;). Is this problem in your helper ???</description>
		<content:encoded><![CDATA[<p>Hello its working but if we change the name of $fck-&gt;create(&#8216;ModelName/ActionName&#8217;) then not work. we should always define name like $fck-&gt;create(&#8216;ModelName/content&#8217;). Is this problem in your helper ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jatin Gera</title>
		<link>http://www.jbcrawford.net/archives/159/comment-page-1#comment-501</link>
		<dc:creator>Jatin Gera</dc:creator>
		<pubDate>Tue, 16 Feb 2010 06:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=159#comment-501</guid>
		<description>Hi, its great.... after changing in  $this-&gt;BasePath =Url project/fckeditor/ its working cool thanks for giving this article....</description>
		<content:encoded><![CDATA[<p>Hi, its great&#8230;. after changing in  $this-&gt;BasePath =Url project/fckeditor/ its working cool thanks for giving this article&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jibu</title>
		<link>http://www.jbcrawford.net/archives/159/comment-page-1#comment-447</link>
		<dc:creator>Jibu</dc:creator>
		<pubDate>Thu, 12 Nov 2009 10:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=159#comment-447</guid>
		<description>For your info.
Now the FCKEditor is changed to CKEditor with the relase of CKEditor 3.0.
Integrating latest version of FCKEditor(CKEditor) with cake php is very easy. You 
can see the simple steps  here.
&lt;a href=&quot;http://www.robinthomas.in/php/ckeditor-cakephp/&quot; rel=&quot;nofollow&quot;&gt; Integrating CKEditor with CakePHP&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>For your info.<br />
Now the FCKEditor is changed to CKEditor with the relase of CKEditor 3.0.<br />
Integrating latest version of FCKEditor(CKEditor) with cake php is very easy. You<br />
can see the simple steps  here.<br />
<a href="http://www.robinthomas.in/php/ckeditor-cakephp/" rel="nofollow"> Integrating CKEditor with CakePHP</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vagner</title>
		<link>http://www.jbcrawford.net/archives/159/comment-page-1#comment-444</link>
		<dc:creator>Vagner</dc:creator>
		<pubDate>Thu, 05 Nov 2009 14:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=159#comment-444</guid>
		<description>Thanks. Saved my life.</description>
		<content:encoded><![CDATA[<p>Thanks. Saved my life.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.jbcrawford.net/archives/159/comment-page-1#comment-378</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Tue, 11 Aug 2009 21:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=159#comment-378</guid>
		<description>I have not had luck with using FCKeditor from the vendor folder. I have tried because it seems the obvious place to put it but gave up and took the easy way out.</description>
		<content:encoded><![CDATA[<p>I have not had luck with using FCKeditor from the vendor folder. I have tried because it seems the obvious place to put it but gave up and took the easy way out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.jbcrawford.net/archives/159/comment-page-1#comment-377</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Tue, 11 Aug 2009 20:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=159#comment-377</guid>
		<description>I&#039;m sorry but I don&#039;t know Spanish. You could try the FCKeditor website.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry but I don&#8217;t know Spanish. You could try the FCKeditor website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo Sorribas</title>
		<link>http://www.jbcrawford.net/archives/159/comment-page-1#comment-376</link>
		<dc:creator>Eduardo Sorribas</dc:creator>
		<pubDate>Tue, 11 Aug 2009 18:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=159#comment-376</guid>
		<description>Hey, I am trying to cahnge the language to sapnish and it doesn&#039;t seem to work. Any help?</description>
		<content:encoded><![CDATA[<p>Hey, I am trying to cahnge the language to sapnish and it doesn&#8217;t seem to work. Any help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tushar Mahajan</title>
		<link>http://www.jbcrawford.net/archives/159/comment-page-1#comment-375</link>
		<dc:creator>Tushar Mahajan</dc:creator>
		<pubDate>Tue, 11 Aug 2009 04:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=159#comment-375</guid>
		<description>Thanks a lot Joseph. Am using php integration method which works fine. But if i want to place fckeditor in vendor insted of js, so how can i do that?</description>
		<content:encoded><![CDATA[<p>Thanks a lot Joseph. Am using php integration method which works fine. But if i want to place fckeditor in vendor insted of js, so how can i do that?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
