<?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: WYBISYG &#8211; What You Bake Is What You Get &#8211; CakePHP + FCKEditor</title>
	<atom:link href="http://www.webdevelopment2.com/cakephp-fckeditor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdevelopment2.com/cakephp-fckeditor/</link>
	<description>Quick and Dirty Web Development for Web 2.0: CakePHP, Prototype, JQuery, and lots more.</description>
	<lastBuildDate>Sat, 06 Mar 2010 13:23:33 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John M</title>
		<link>http://www.webdevelopment2.com/cakephp-fckeditor/comment-page-1/#comment-28418</link>
		<dc:creator>John M</dc:creator>
		<pubDate>Thu, 04 Mar 2010 03:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevelopment2.com/cakephp-fckeditor/#comment-28418</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 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>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 datatbase.</p>
<p>Thankx<br />
John M.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshan John</title>
		<link>http://www.webdevelopment2.com/cakephp-fckeditor/comment-page-1/#comment-28050</link>
		<dc:creator>Joshan John</dc:creator>
		<pubDate>Thu, 12 Nov 2009 10:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevelopment2.com/cakephp-fckeditor/#comment-28050</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: Luke</title>
		<link>http://www.webdevelopment2.com/cakephp-fckeditor/comment-page-1/#comment-27305</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Fri, 22 Feb 2008 13:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevelopment2.com/cakephp-fckeditor/#comment-27305</guid>
		<description>it&#039;s OK I got it; you need to add this in the view (not the layout!) before the renderElement is called:

echo $javascript-&gt;link(&#039;fckeditor/fckeditor&#039;,false);

which utilises the scripts for layout, and is placed into the head of the HTML this way. Thanks!</description>
		<content:encoded><![CDATA[<p>it&#8217;s OK I got it; you need to add this in the view (not the layout!) before the renderElement is called:</p>
<p>echo $javascript-&gt;link(&#8216;fckeditor/fckeditor&#8217;,false);</p>
<p>which utilises the scripts for layout, and is placed into the head of the HTML this way. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://www.webdevelopment2.com/cakephp-fckeditor/comment-page-1/#comment-27304</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Fri, 22 Feb 2008 13:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevelopment2.com/cakephp-fckeditor/#comment-27304</guid>
		<description>Hi 

interesting, but I cannot get it to work with Cake beta from January: I am using the same download of FCKeditor you are using too (october 2007). 

I get a couple of errors - FCKEditor si nto defined, and if I add a Script tag linking to the fckeditor directory it gives me an error from Cake as if it thinks there is a missing Js Controller. 

:/


I am not sure if I also need to add a call to the FCKEditor script source -- I realise you have a basepath in your function to handle this, but it is not working for me. 

any ideas?


should I remove certain files from the fckeditor directory ? Like the .html ones etc?</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>interesting, but I cannot get it to work with Cake beta from January: I am using the same download of FCKeditor you are using too (october 2007). </p>
<p>I get a couple of errors &#8211; FCKEditor si nto defined, and if I add a Script tag linking to the fckeditor directory it gives me an error from Cake as if it thinks there is a missing Js Controller. </p>
<p>:/</p>
<p>I am not sure if I also need to add a call to the FCKEditor script source &#8212; I realise you have a basepath in your function to handle this, but it is not working for me. </p>
<p>any ideas?</p>
<p>should I remove certain files from the fckeditor directory ? Like the .html ones etc?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
