phpexcel 读取excel 的时候报 Merge must be set on a range of cells
phpexcel读取excel的时候报Mergemustbesetonarangeofcells可能会是什么原因???有时候正常有时候不正常..搞了好久找不到原因。求解。。
作者: zqian1987 发布时间: 04-24
add()时出现的问题
数据库有一个表名为read,控制器代码如下$READ=M('read');$temp=array( 'read_id'=>'', 'title'=>$_POST['title'], 'content'=>$_POST['content'], 'timeline'=>t
作者: kidd869 发布时间: 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
模板的引用问题
indexAction.class.php 页面classIndexActionextendsAction{ publicfunctionindex(){$php100=newPhpModel();$list=$php100->findAll();print_r($list);$this->a
作者: yhb_danding 发布时间: 04-24
<layout name="Public:header" cache="0" />
<layoutname="Public:index_header"cache="0"/>还是不行啊 'HTML_CACHE_ON'=>true, 'HTML_PATH'=>'__APP__/html',&n
作者: cfan365 发布时间: 01-06
RelationModel 多表关联出现问题
我的源码是这样:classQdetailModelextendsRelationModel{ protected$tableName='quest_info'; public$_link=array(  
作者: cjsasdf 发布时间: 04-23