CodeIgniter使用中写的一些文章

CI的captcha替代类库:  http://www.ifixedbug.com/posts/codeigniter-captcha-library

原生的captcha不是太好用,自己组装一个吧。


在CodeIgniter中使用微信开发类库: http://www.ifixedbug.com/posts/codeigniter-weixin-library

成熟类库的封装。


CI的CSRF防范原理及注意事项: http://www.ifixedbug.com/posts/codeigniter-csrf-story


在CI中加入辨识微信客户端的user agent:  http://www.ifixedbug.com/posts/ci-wechat-weixin-user-agent


使用CI更新数据库时的一个转义错误:   http://www.ifixedbug.com/posts/17



你可能感兴趣的:(CodeIgniter)