codeigniter模板系统问题
大家好,我有一个问题,我想在页脚中显示 3 个不同的行,在侧边栏中显示 2 个不同的行。但是我该怎么做呢?
你可以在这里看到我的项目 http://rapcom.dk/forside
我想知道最好的方法,我是否需要为我想要显示的每个“行”建立一个库,并创建一个视图文件并进行设置,然后使用模板函数加载它 $this->template->write_view('页脚', 'viewHere', $data); ??
你可以在 github 上查看我的项目 https://github.com/SimonJ/hip-hop
希望你能理解我糟糕的英语:)
Hello all i have a problem that i want to show 3 diffrent rows in my footer and 2 diffrent rows in my sidebar.. but how can i do that?
you can see my project here http://rapcom.dk/forside
i want to know the best way to do it, do i need to have a library for every "row" i want to show and the make a view file and make the setup and then load it with the template function
$this->template->write_view('footer', 'viewHere', $data); ??
you can see my project here on github https://github.com/SimonJ/hip-hop
hope you understand my bad english :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不完全明白你在问什么,但是你不能在加载页脚视图时提供一组数据,然后迭代页脚视图文件内的多行吗?
I don't completely understand what you're asking, but can't you provide an array of data when loading your footer view and then iterate through multiple rows inside of your footer view file?