PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, April 21, 2022

[FIXED] How to use CKEditor in cake php 2.3

 April 21, 2022     cakephp-2.3, ckeditor     No comments   

Issue

I want to use CKEditor in cake php 2.3, trying a lot but not getting any solutions. basically I need image upload option in editor from local system.

How could I get success?


Solution

After lots of research, finally i got the solution for implementing CKEditor with image upload option in cakephp 2.3

For image upload in CKEditor you have to use KCFinder please check the below link you can get the details there

http://cakephpclues.blogspot.in/2012/01/ckeditor-kcfinder-integration-with.html

Also the CKEditor have 3 package

  1. Basic Package
  2. Standard package
  3. Full Package

Also there is an option to customize the editor toolbar to down load CKEditor please visit - http://ckeditor.com/download



Answered By - psanjib
Answer Checked By - David Marino (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing