Home >Backend Development >PHP Tutorial >thinkphp + easyUI 不能同时打开两张数据表?该如何解决

thinkphp + easyUI 不能同时打开两张数据表?该如何解决

WBOY
WBOYOriginal
2016-06-13 11:46:09920browse

thinkphp + easyUI 不能同时打开两张数据表?
两个linkbutton分别打开一个数据库中不同的两张数据表

现在单独打开两个是可以正确显示的。

但是如果打开了一个linkbutton1,不关掉tabs中对应的linkbutton1,再打开linkbutton2,这时linkbutton2

显示不了数据,但是如果关掉linkbutton1,再打开linkbutton2,是可以正确显示的。

求解
------解决方案--------------------
这是不可能的!thinkphp 每个表是一个对象,不可能出现你说的现象

Statement:
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