<bdo id='VJU6R'></bdo><ul id='VJU6R'></ul>
    1. <tfoot id='VJU6R'></tfoot>

      <small id='VJU6R'></small><noframes id='VJU6R'>

      <i id='VJU6R'><tr id='VJU6R'><dt id='VJU6R'><q id='VJU6R'><span id='VJU6R'><b id='VJU6R'><form id='VJU6R'><ins id='VJU6R'></ins><ul id='VJU6R'></ul><sub id='VJU6R'></sub></form><legend id='VJU6R'></legend><bdo id='VJU6R'><pre id='VJU6R'><center id='VJU6R'></center></pre></bdo></b><th id='VJU6R'></th></span></q></dt></tr></i><div id='VJU6R'><tfoot id='VJU6R'></tfoot><dl id='VJU6R'><fieldset id='VJU6R'></fieldset></dl></div>
      <legend id='VJU6R'><style id='VJU6R'><dir id='VJU6R'><q id='VJU6R'></q></dir></style></legend>

      1. if () { } 和 if () 的区别: endif;

        Difference between if () { } and if () : endif;(if () { } 和 if () 的区别: endif;)
      2. <legend id='Odrx6'><style id='Odrx6'><dir id='Odrx6'><q id='Odrx6'></q></dir></style></legend>

        <small id='Odrx6'></small><noframes id='Odrx6'>

          <i id='Odrx6'><tr id='Odrx6'><dt id='Odrx6'><q id='Odrx6'><span id='Odrx6'><b id='Odrx6'><form id='Odrx6'><ins id='Odrx6'></ins><ul id='Odrx6'></ul><sub id='Odrx6'></sub></form><legend id='Odrx6'></legend><bdo id='Odrx6'><pre id='Odrx6'><center id='Odrx6'></center></pre></bdo></b><th id='Odrx6'></th></span></q></dt></tr></i><div id='Odrx6'><tfoot id='Odrx6'></tfoot><dl id='Odrx6'><fieldset id='Odrx6'></fieldset></dl></div>

          • <tfoot id='Odrx6'></tfoot>

                  <tbody id='Odrx6'></tbody>
                • <bdo id='Odrx6'></bdo><ul id='Odrx6'></ul>

                • 本文介绍了if () { } 和 if () 的区别: endif;的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  ...之间有什么区别吗

                  Are there any differences between...

                  if ($value) {
                  
                  }
                  

                  ……还有……

                  if ($value):
                  
                  endif;
                  

                  ?

                  推荐答案

                  它们是相同的,但是如果您的代码中有 MVC 并且不想在您的代码中有很多回声,那么第二个方案会很棒.例如,在我的 .phtml 文件(Zend 框架)中,我将编写如下内容:

                  They are the same but the second one is great if you have MVC in your code and don't want to have a lot of echos in your code. For example, in my .phtml files (Zend Framework) I will write something like this:

                  <?php if($this->value): ?>
                  Hello
                  <?php elseif($this->asd): ?>
                  Your name is: <?= $this->name ?>
                  <?php else: ?>
                  You don't have a name.
                  <?php endif; ?>
                  

                  这篇关于if () { } 和 if () 的区别: endif;的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  How do I pass parameters into a PHP script through a webpage?(如何通过网页将参数传递给 PHP 脚本?)
                  PHP - include a php file and also send query parameters(PHP - 包含一个 php 文件并发送查询参数)
                  Where can I read about conditionals done with quot;?quot; and quot;:quot; (colon)?(我在哪里可以阅读有关使用“?完成的条件的信息?和“:(冒号)?)
                  Accessing arrays whitout quoting the key(在不引用键的情况下访问数组)
                  What is the name for the quot;lt;lt;lt;quot; operator?(“lt;lt;lt;的名字是什么?操作员?)
                  default as first option in switch statement?(默认为 switch 语句中的第一个选项?)
                    <i id='LEgBM'><tr id='LEgBM'><dt id='LEgBM'><q id='LEgBM'><span id='LEgBM'><b id='LEgBM'><form id='LEgBM'><ins id='LEgBM'></ins><ul id='LEgBM'></ul><sub id='LEgBM'></sub></form><legend id='LEgBM'></legend><bdo id='LEgBM'><pre id='LEgBM'><center id='LEgBM'></center></pre></bdo></b><th id='LEgBM'></th></span></q></dt></tr></i><div id='LEgBM'><tfoot id='LEgBM'></tfoot><dl id='LEgBM'><fieldset id='LEgBM'></fieldset></dl></div>
                      <tbody id='LEgBM'></tbody>

                        • <bdo id='LEgBM'></bdo><ul id='LEgBM'></ul>

                          1. <tfoot id='LEgBM'></tfoot><legend id='LEgBM'><style id='LEgBM'><dir id='LEgBM'><q id='LEgBM'></q></dir></style></legend>

                            <small id='LEgBM'></small><noframes id='LEgBM'>