Integrating CKEditor in CakePHP...
Posted by Robin in
PHP on 10 25th, 2009 |
6 Comments
CKeditor/FCK Editor is one of the world’s best WYSIWYG editor. CKEditor provides built-in file management functions.
(If you need a simple Rich Text Editor, I suggest you to use TinyMCE instead of CKEditor)
If you want to integrate CKEditor to your CakePHP page, then follow the below steps.
Integrating...