yangzailu

导航

2017年4月18日 #

CakePHP Configure::read('KHCITY') 数据配置读取

摘要: 1. 2.引入 循环遍历 正确: 阅读全文

posted @ 2017-04-18 16:51 飞离地平线 阅读(427) 评论(0) 推荐(0) 编辑

Foxmail邮件收取网易企业邮件配置

摘要: 阅读全文

posted @ 2017-04-18 12:55 飞离地平线 阅读(280) 评论(0) 推荐(0) 编辑

php中::是什么意思?

摘要: 类中静态方法和静态属性的引用方法(两个冒号(::)是对类中的方法的静态引用;也就是不需要实例化对象,直接通过类名对类中的方法进行引用)例如: class Test{ public static $test = 1; public static function test(){ } } 可以不用实例化 阅读全文

posted @ 2017-04-18 11:01 飞离地平线 阅读(504) 评论(1) 推荐(0) 编辑

CakePHP redirect函数

摘要: public function getContract($value=''){ App::uses ( 'UserContractController', 'Controller' ); $Contract = new UserContractController(); $pdfs = $Contr 阅读全文

posted @ 2017-04-18 10:50 飞离地平线 阅读(293) 评论(0) 推荐(0) 编辑