これは 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に進みます:
ビューでこのような単純な条件を使用することは適切ですか?
読んでくれてありがとう、そしてこんにちは。