CodeIgniter Forums
HMVC in Codeigniter 3.x + Ckeditor + Kcfinder - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: HMVC in Codeigniter 3.x + Ckeditor + Kcfinder (/showthread.php?tid=64525)



HMVC in Codeigniter 3.x + Ckeditor + Kcfinder - IT2495 - 02-29-2016

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


RE: HMVC in Codeigniter 3.x + Ckeditor + Kcfinder - InsiteFX - 03-01-2016

(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.


RE: HMVC in Codeigniter 3.x + Ckeditor + Kcfinder - IT2495 - 03-01-2016

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