摘要: /** * 打印函数 * */ if (! function_exists ( 'dump' )) { function dump($var, $exit = true) { echo ''; print_r ( $var ); echo ''; if ($exit) { die (); ... 阅读全文
posted @ 2018-05-04 15:59 QinXiao.Shou 阅读(2483) 评论(0) 推荐(0) 编辑
摘要: /** * 修复 a表 生日格式问题 * @author qin */ public function update_birthday_one() { $this->load->model('a'); $datearr = @addslashes_array($this->input->get()); ... 阅读全文
posted @ 2018-05-04 14:02 QinXiao.Shou 阅读(784) 评论(0) 推荐(0) 编辑