How to use the Integrated CKEditor Editor in CI Framework
This article mainly explains "how to use the integrated CKEditor editor in the CI framework". The content in the article is simple and clear, and it is easy to learn and understand. Please follow the editor's ideas to study and learn "how to use the integrated CKEditor editor in the CI framework".
1. Put the fckeditor directory into CI_PATH/system/plugins/
2. Add the following to CI_PATH/system/application/config/config.php:
$config ['fckeditor_basepath'] = "/ system/plugins/fckeditor/"
$config ['fckeditor_toolbarset_default'] =' Default'
3. Create a helper and create a new form_helper.php in / system/application/helpers
The copy code is as follows:
4. Use fckeditor in the project
The copy code is as follows:
Thank you for reading, the above is "how to use the CI framework integrated CKEditor editor" content, after the study of this article, I believe you on how to use the CI framework integrated CKEditor editor this problem has a deeper understanding, the specific use of the need for you to practice verification. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!