谁做过有ThinkPHP结合FCKeditor的教程,不要网上荡的代码。急求、、跪谢!!!!

解决方案 »

  1.   

    官方下载包里有的,不要舍近求远了
    不过,版本更新改名为ckeditor了
      

  2.   

    我是做C#程序的,刚接触PHP才一个月。看代码了也试了。页面就是不显示还有我对PHP的路径问题头疼
      

  3.   

    $sBasePath=$_SERVER[PHP_SELF];
    $sBasePath=dirname($sBasePath).'/';
    $editor=new FCKEditor('con');
    $editor->sBasePath=$sBasePath;
    $editor->Create();//创建控件
    //设置FCK的值
    $editor->Value='test Fck'