<?php $this->load->view('模板'); ?>
为新模板赋额外值(同时在控制器中加载模板时传递的参数仍可在新模板中调用):<?php $this->load->view('模板', array('newdata'=>参数值)); ?>
好处:灵活,不受制于controller