当前位置: 代码迷 >> PHP >> 在joomla框架中再添加一个editor时遇到的有关问题
  详细解决方案

在joomla框架中再添加一个editor时遇到的有关问题

热度:141   发布时间:2012-03-11 18:15:39.0
在joomla框架中再添加一个editor时遇到的问题
根据别人的代码基本完成添加到数据库等操作,但是别人的代码里<?php echo $this->editor->save( 'text' ); ?>存的是可以有连接的,而我的代码里<?php echo $this->editor->save( 'refAndCitations' ); ?>却不行。

------解决方案--------------------
很难帮你,刚开始看Joomla,帮你顶下~
  相关解决方案