<?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 CKEditor in CakePHP</title>
	<atom:link href="http://www.robinthomas.in/php/ckeditor-cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robinthomas.in/php/ckeditor-cakephp/</link>
	<description>Miscellaneous ramblings of a programmer..</description>
	<pubDate>Fri, 30 Jul 2010 16:39:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Robin</title>
		<link>http://www.robinthomas.in/php/ckeditor-cakephp/comment-page-1/#comment-530</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Thu, 04 Mar 2010 04:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinthomas.in/?p=77#comment-530</guid>
		<description>Hi John M, 
  Adding a CKEditor to your page will not affect data saving in any way. 
Suppose you have a View page like this.
echo $form-&gt;input('title');
echo $form-&gt;input('description');

Now only thing you are doing is to add a class to the existing input field.		
echo $form-&gt;input('title');
echo $form-&gt;input('description', array('class'=&gt;'ckeditor'));

So try to add a class 'ckeditor' to an existing field.</description>
		<content:encoded><![CDATA[<p>Hi John M,<br />
  Adding a CKEditor to your page will not affect data saving in any way.<br />
Suppose you have a View page like this.<br />
echo $form->input(&#8217;title&#8217;);<br />
echo $form->input(&#8217;description&#8217;);</p>
<p>Now only thing you are doing is to add a class to the existing input field.<br />
echo $form->input(&#8217;title&#8217;);<br />
echo $form->input(&#8217;description&#8217;, array(&#8217;class&#8217;=>&#8217;ckeditor&#8217;));</p>
<p>So try to add a class &#8216;ckeditor&#8217; to an existing field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John M</title>
		<link>http://www.robinthomas.in/php/ckeditor-cakephp/comment-page-1/#comment-529</link>
		<dc:creator>John M</dc:creator>
		<pubDate>Thu, 04 Mar 2010 03:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinthomas.in/?p=77#comment-529</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


$grn3 = $this-&gt;data['Admin']['content'] ;
$this-&gt;Session-&gt;setFlash($grn3);
$this-&gt;Admin-&gt;set($this-&gt;data ); //setting data to model
$this-&gt;Admin-&gt;saveField('content', $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 

datatbase.

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>$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(&#8217;content&#8217;, $grn3);  //saving single </p>
<p>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 </p>
<p>datatbase.</p>
<p>Thankx<br />
John M.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmie</title>
		<link>http://www.robinthomas.in/php/ckeditor-cakephp/comment-page-1/#comment-522</link>
		<dc:creator>Jimmie</dc:creator>
		<pubDate>Wed, 13 Jan 2010 13:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinthomas.in/?p=77#comment-522</guid>
		<description>Awesome, thanks!</description>
		<content:encoded><![CDATA[<p>Awesome, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: embeddedprogrammer</title>
		<link>http://www.robinthomas.in/php/ckeditor-cakephp/comment-page-1/#comment-521</link>
		<dc:creator>embeddedprogrammer</dc:creator>
		<pubDate>Sat, 09 Jan 2010 17:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinthomas.in/?p=77#comment-521</guid>
		<description>Thanks very much.  This is just what I needed.</description>
		<content:encoded><![CDATA[<p>Thanks very much.  This is just what I needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willemsen Christophe</title>
		<link>http://www.robinthomas.in/php/ckeditor-cakephp/comment-page-1/#comment-515</link>
		<dc:creator>Willemsen Christophe</dc:creator>
		<pubDate>Sat, 12 Dec 2009 16:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinthomas.in/?p=77#comment-515</guid>
		<description>Thanks a lot...</description>
		<content:encoded><![CDATA[<p>Thanks a lot&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milan Saha</title>
		<link>http://www.robinthomas.in/php/ckeditor-cakephp/comment-page-1/#comment-509</link>
		<dc:creator>Milan Saha</dc:creator>
		<pubDate>Fri, 06 Nov 2009 02:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinthomas.in/?p=77#comment-509</guid>
		<description>Many Thanks.......!</description>
		<content:encoded><![CDATA[<p>Many Thanks&#8230;&#8230;.!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
