具体函数dr_show_url参考:/** * 模块内容URL地址 * * @param array $mod * @param array $data * @param mod $page * @return string */function dr_show_url($mod,...
blzxadmin179 1年前 (2020-01-03) 18℃ 暂无评论 3喜欢
方法:在全局函数、类库中,需要用如下方式引入:$CI=&get_instance();$CI->load->model('xxxx');$CI->xxxx->method();在控制器中调用案例:$this->load->model('ymgj_...
blzxadmin179 1年前 (2020-01-03) 21℃ 暂无评论 2喜欢
chr(ord('A')+1);...
blzxadmin179 1年前 (2020-01-01) 18℃ 暂无评论 5喜欢
/** * 导入excel文件 * @param string $file excel文件路径 * @return array excel文件内容数组 */function import_excel($file){ // 判断文件是什么格式 $t...
blzxadmin179 1年前 (2020-01-01) 16℃ 暂无评论 3喜欢
/** * 输出模板 * * @param string $_name 模板文件名称(含扩展名) * @param string $_dir 模块名称 * @return void */public function display($_name, $_dir = N...
blzxadmin179 1年前 (2019-12-31) 20℃ 暂无评论 4喜欢
首先在搭建配置好第一台数据库后,复制一份数据库配置项配置第二台数据库为如下格式:return [ 'DB_TYPE' => 'mysqli', 'DB_HOST'...
blzxadmin179 1年前 (2019-12-22) 19℃ 暂无评论 3喜欢
console.log( "%cBy.百度 %cQQ:33723247 \n\n%c你好,我叫谷歌,一名全栈开发工程师。\n你也在做PHP维护吗?欢迎加我的QQ互相交流~\n//80zx.cn/\n\n%c写于 2019-12-20", '...
blzxadmin179 1年前 (2019-12-20) 49℃ 暂无评论 4喜欢
帝国cms调用sys_ReturnBqClassname函数获取栏目链接空白问题,最终对比发现,需要在sys_ReturnBqClassname函数前引入require("../../data/dbcache/class.php");...
blzxadmin179 1年前 (2019-12-19) 14℃ 暂无评论 5喜欢
THINKCMF5底部导航调用案例并实现当前页面高亮<footer id="footer" class="H-footer H-flexbox-horizontal H-theme-background-color-white" style="position:fixed;bottom...
blzxadmin179 1年前 (2019-12-18) 21℃ 暂无评论 5喜欢
具体实现代码如下:$shape = $slide->createRichTextShape();$shape->setHeight(80);$shape->setWidth(950);$shape->setOffsetX(57);$shape->setOffsetY(150);$shape->getAct...
blzxadmin179 1年前 (2019-12-09) 35℃ 暂无评论 7喜欢