Question

I am making a simple message board with some WYSIWYP function using cakePhp 1.26.
I have googled for some hints and finally reached this URL:
http://bakery.cakephp.org/tags/view/wysiwyg

But I am not sure which one is the best out there.

Was it helpful?

Solution

I tend to use TinyMCE personally, http://tinymce.moxiecode.com/

Just remember to set your content escaping properly, or use the Sanitize component, http://book.cakephp.org/view/153/Data-Sanitization

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top