chenhan 发表于 2012-3-19 14:56 static/image/common/back.gif
一直都在用老大的HMVC,谢谢分享
嘻嘻互帮互助
先收藏着,有时间尝试一下。{:1_1:}
justdoit 发表于 2012-3-22 23:18 static/image/common/back.gif
先收藏着,有时间尝试一下。
信 hex 得永生!
谢谢分享{:1_1:}
下载中,马上尝试
老大的都标记个
观望中……
本帖最后由 geomen 于 2012-5-24 19:10 编辑
step4里的这句
<?php $this->load->module('test\example'); ?>
应该改为
<?php $this->load->module('test/example'); ?>
楼上的,你对!
老大,,你的那个第二个参数,我传入的,但是没反应。
<div class="top"><?php $this->load->module('logo/main',array('yunyun'=>'test')); ?></div>咋样得到那个参数??