codeigniter模板系统问题

发布于 2024-10-15 23:06:58 字数 439 浏览 2 评论 0原文

大家好,我有一个问题,我想在页脚中显示 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

迷你仙 2024-10-22 23:06:58

我不完全明白你在问什么,但是你不能在加载页脚视图时提供一组数据,然后迭代页脚视图文件内的多行吗?

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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文