我是在 iPad 上输入的,如果简洁有点粗鲁,请原谅我。我的问题是:
在视图中拥有简单的逻辑是否可以?例如,
<HTML>
<!-- ... Stuff
-->
<?php if($this->session->userdata('authorized'): ?>
<p>You are authorized</p>
<?php else: ?>
<p>You are not authorized</p>
<?php endif; ?> // Question 1, is this the proper use of an endif:?
<!-- .. Stuff
->>
</HTML>
/* Starting to type the rest of message on my laptop. Big thank yous to the coders on
this site who made my pc login transfer my unsaved, half typed iPad post */
以上只是代码中的一个剩余注释,它会使有限的 php 使用看起来很难看。我想让它被看到。
无论如何,关于问题#2:
在视图中使用这样的简单条件是否合适?
感谢阅读,再次问好。