Hi there.
I have this PHP code of working CKEditor. Please, how can i integrate CKFinder into this code?
I spent few hours and i couldn`t find anything...
I have this PHP code of working CKEditor. Please, how can i integrate CKFinder into this code?
I spent few hours and i couldn`t find anything...
$initialValue = '<p>This is some <strong>sample text</strong>.</p>'; include_once "./3rd/ckeditor/ckeditor.php"; $CKEditor = new CKEditor(); $CKEditor->basePath = '/3rd/ckeditor/'; $CKEditor->editor("editor1", $initialValue);
Re: How to integrate CKFinder into CKEditor in PHP ?
Re: How to integrate CKFinder into CKEditor in PHP ?
Check the documentation and please let me know if you have any questions, comments or suggestions.
Make sure that you're using the latest version of CKEditor and CKFinder.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
CKEditor CKFinder Integration using PHP (Most Easy Way)
Quit good Reference:http://dwij.co.in/ckeditor-ckfinder-integration-using-php/