在joomla框架中再添加一个editor时遇到的问题
根据别人的代码基本完成添加到数据库等操作,但是别人的代码里<?php echo $this->editor->save( 'text' ); ?>存的是可以有连接的,而我的代码里<?php echo $this->editor->save( 'refAndCitations' ); ?>却不行。
[解决办法]
很难帮你,刚开始看Joomla,帮你顶下~
发布时间: 2012-03-11 18:15:39 作者: rapoo
在joomla框架中再添加一个editor时遇到的问题
根据别人的代码基本完成添加到数据库等操作,但是别人的代码里<?php echo $this->editor->save( 'text' ); ?>存的是可以有连接的,而我的代码里<?php echo $this->editor->save( 'refAndCitations' ); ?>却不行。
[解决办法]
很难帮你,刚开始看Joomla,帮你顶下~