简体   繁体   English

需要有关 codeigniter 中的视图的帮助

[英]NEED help regarding view in codeigniter

I need to run a view named ViewMessages.php on codeigniter that will display a list of messages, with details of the poster, content and time of each.我需要在 codeigniter 上运行一个名为 ViewMessages.php 的视图,该视图将显示一个消息列表,其中包含海报的详细信息、内容和时间。 All this information regarding the poster and etc is already available in a database that is linked to my file.所有这些关于海报等的信息都已经在链接到我的文件的数据库中可用。 I am new to codeigniter and PHP so I was wondering if anyone can help me with how to go about the code?我是 codeigniter 和 PHP 的新手,所以我想知道是否有人可以帮助我处理代码?

Which CodeIgniter version are you running?您运行的是哪个 CodeIgniter 版本?

If CodeIgniter 2.*.如果 CodeIgniter 2.*. Try looking at this page: CodeIgniter Guides - Views尝试查看此页面: CodeIgniter Guides - Views

Under Loading a View it shows you the code of how to load your ViewMessages.php inside your controller加载视图下,它显示了如何在控制器中加载 ViewMessages.php 的代码

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM