weixin_38699613
- 粉丝: 1
- 资源: 923
内容简介:codeigniter中中view通过循环显示数组数据的方法通过循环显示数组数据的方法本文实例讲述了codeigniter中view通过循环显示数组数据的方法。分享给大家供大家参考。具体如下:controller如下:<?phpclass SimpleController extends Controller{function index(){$data['my_list'] = array("do this", "clean up", "do that");$this->load->view('index', $data);}}?>Index view如下:<html><head><titl...
相关资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈


