-
phpexcel 读取excel 的时候报 Merge must be set on a range of cellsphpexcel读取excel的时候报Mergemustbesetonarangeofcells可能会是什么原因???有时候正常有时候不正常..搞了好久找不到原因。求解。。zqian1987 时间:04-24 + 阅读全文
-
add()时出现的问题数据库有一个表名为read,控制器代码如下$READ=M('read');$temp=array( 'read_id'=>'', 'title'=>$_POST['title'], 'content'=>$_POST['content'], 'timeline'=>tkidd869 时间:04-24 + 阅读全文
-
使用create()创建数据后无法更改$User=M("User");$User->create();$User->addtime=date("Y-m-d");$User->add();使用create()创建数据后,再使用$User->addtime=date("Y-m-d");更新数据,结果只有addtime的字段被添加,其他都是空,这是什么原因呢yuzhanwei 时间:04-24 + 阅读全文
-
TP的关联查询的问题首先文档里面有个错误$user= $User->realtion(true)->find(1);应该是$user= $User->relation(true)->find(1);另外发觉它是先把一个表的内容查出来后再关联去查另外一个表。。mounztium 时间:04-24 + 阅读全文
-
<layout name="Public:header" cache="0" /><layoutname="Public:index_header"cache="0"/>还是不行啊 'HTML_CACHE_ON'=>true, 'HTML_PATH'=>'__APP__/html',&ncfan365 时间:01-06 + 阅读全文
-
RelationModel 多表关联出现问题我的源码是这样:classQdetailModelextendsRelationModel{ protected$tableName='quest_info'; public$_link=array(  cjsasdf 时间:04-23 + 阅读全文