首页 >后端开发 >php教程 >Notice:Array to string conversion,该如何解决

Notice:Array to string conversion,该如何解决

WBOY
WBOY原创
2016-06-13 11:44:231167浏览

Notice:Array to string conversion

本帖最后由 xusheng890331 于 2014-01-06 13:13:27 编辑 网站中出现下面的错误想请教下怎么解决呢?

A PHP Error was encountered
Severity: Notice
Message: Array to string conversion
Filename: controllers/page.php
Line Number: 162

<br />function showPageV($id,$vnum)<br />	{<br />		$this->pageModel->id=$id;<br />		$this->pageModel->get_entries(); <br />        $this->smarty->assign($vnum,$this->pageModel->query->result_array());<br />        $this->smarty->assign('mainid','theDiv'.$this->p);<br />	}	


声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn