Home > Backend Development > PHP Tutorial > 关于php在线编辑器 求教,该如何处理

关于php在线编辑器 求教,该如何处理

WBOY
Release: 2016-06-13 13:15:54
Original
1041 people have browsed it

关于php在线编辑器 求教
目前手头上已有一个用C++写的一个php扩展,利用这个扩展可以对类似于word、pdf等文件进行编辑,使用方法大概如下:
  CEditParser parser;
  parser.BeginParser();
  while(!stop)
  {
  parser.Edit($cmd);
  }
  parser.CloseParser();

  想用这个扩展做一个在线编辑器放在网站上;每个客户可以选择一个文件进行编辑,直到结束,这样就需要为每个客户保持一个CEditParser对象;
  本人大部分时间在做c++,对php不太熟,有没有好的设计方法,高人指点下,不胜感激。

------解决方案--------------------
php 有个session 可以保存在这里
------解决方案--------------------
这个可以用FCKeditor,搜搜你就懂了,如有需要可提供帮助

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template