Tag: CodeIgniter
PHP, 原创CodeIgniter, CodeIgniter4
使用CodeIgniter4(CI4)遇到的BUG(2) curl_setopt_array cannot represent a stream of type Output as a STDIO FILE
- by chenxue4076
- 3 years ago
- 0 comments
Codeigniter4 ErrorException
curl_setopt_array(): cannot represent a stream of type Output as a STDIO FILE*
PHP, 原创CodeIgniter, CodeIgniter4
仅记录使用CodeIgniter4(CI4)遇到的BUG(1)
- by chenxue4076
- 3 years ago
- 0 comments
CodeIgniter4 BUG Undefined index system/Entity.php
Read More
PHP, 原创, 服务器CodeIgniter, PHP, PhpPresentation
使用PHPOffice/PHPPresentation生成超大PPT文件
- by chenxue4076
- 4 years ago
- 0 comments
PhpPresentation 重写 save方法 实现幻灯片追加,将整个PPTX文件看做一个压缩包来读取和重新编辑。
Read More
PHP, 原创CodeIgniter, PHP, PHPExcel
PHPExcel 生成excel并合并单元格
- by chenxue4076
- 5 years ago
- 0 comments
使用Excel模板 第一行定义字段名字 如下 7个字段 demo.xlsx 线路 项目 监测照片数量 实际挑选数量 缺失 可补拍点位 客户名称 数据如下 //整理数组 按 design_no, building_no 合并数据 $need_list_array = array( array( ‘route_name’ => ‘route_name’, ‘building_name’ => ‘building_name’, ‘report_photo_num’ => 1, ‘success_count’ => 1, ‘lost_count’ => 0, ‘position’ => array(11111,222222,333333,44444,555555),
Read More
CMS, 原创CodeIgniter
CI第二条数据库查询无法返回数据,只能拿到一条查询结果
- by chenxue4076
- 6 years ago
- 0 comments
使用CI查询数据库,第一个查询能成功返回数据,第二个查询无结果,直接使用SQL查询能够查到记录。 出现以上问题竟然是因为数据库的连接方式和服务器配置有关
Read More