PHP中CKEditor的使用
有没有CKEditor针对PHP的开发文档,有的话能给个下载地址吗
比如我写的PHP代买
include("ckeditor.php");//导入ckeditor类
$sBasePath = $_SERVER['PHP_SELF'] ;
$sBasePath = dirname($sBasePath).'/';
$oCKEditor->BasePath = $sBasePath ;//以上三条都是配置ckeditor的路径
$CKEditor = new CKEditor();//建立一个CKEditor类
$CKEditor->editor("field1", "
initial value.
", $config, $events);
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号