Welcome Guest, Not a member yet? Register   Sign In
HMVC in Codeigniter 3.x + Ckeditor + Kcfinder
#1

Help Integrated HMVC in Codeigniter 3.x + Ckeditor + Kcfinder ?
Reply
#2

(This post was last modified: 03-01-2016, 03:58 AM by InsiteFX.)

(02-29-2016, 08:34 PM)IT2495 Wrote: Help Integrated HMVC in Codeigniter 3.x + Ckeditor + Kcfinder ?


First off get HMVC to work , then you can work on the rest.

For CKEditor it is easy if you use it's object model see below.

Code:
<textarea id="textarea-ckeditor" name="textarea-ckeditor" class="ckeditor"></textarea>

You will need to use CI's set_value etc; To load and save the textarea, id and name can be what you want.
The class needs to be ckeditor.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

I can not use $ _SESSION ['CKFINDER'] ['disabled'] = true in the controller to allow the server to upload images.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB