|
发表于 2009-4-21 21:23:29
|
显示全部楼层
本帖最后由 manzuni 于 2009-4-21 21:26 编辑
1# sankai
使用时注意:
- controllers / image.php 是用来生成图片的文件,大家在使用时一定先写好它。
<?php echo img('image/securimage', TRUE)?> 是调用了controllers / image.php。
img()是CI封装好的library. 所以记得要先$this->load->helper('html'); |
|