Which HTML editor with image upload/embed function is the easiest to integrate in cakePHP?
If you say TinyMCE, kindly provide example ho开发者_如何学编程w to configure.
I prefer FCKedtior which is easily integrate with Coldfusion, PHP and others. It has own built-in coding for PHP. And you need to configure a few lines to integrate with your system.
http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Integration/PHP
I think tinyMCE is quite capable though I haven´t used it with cakePHP. There is a lot of config examples on the tinyMCE website, for instance: this from the documentation
There are available TinyMCE helper for CakePHP. You can download Croogo and search for TinyMce inside the pacekage
精彩评论