Просмотр файла manual-ru/variable.config.booleanize.html

Размер файла: 2.48Kb
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4. <title>$config_booleanize</title>
  5. <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
  6. <link rel="home" href="index.html" title="Руководство по Smarty">
  7. <link rel="up" href="api.variables.html" title="Chapter 12. Переменные класса Smarty">
  8. <link rel="prev" href="variable.config.overwrite.html" title="$config_overwrite">
  9. <link rel="next" href="variable.config.read.hidden.html" title="$config_read_hidden">
  10. </head>
  11. <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
  12. <div class="navheader">
  13. <table width="100%" summary="Navigation header">
  14. <tr><th colspan="3" align="center">$config_booleanize</th></tr>
  15. <tr>
  16. <td width="20%" align="left">
  17. <a accesskey="p" href="variable.config.overwrite.html">Prev</a> </td>
  18. <th width="60%" align="center">Chapter 12. Переменные класса Smarty</th>
  19. <td width="20%" align="right"> <a accesskey="n" href="variable.config.read.hidden.html">Next</a>
  20. </td>
  21. </tr>
  22. </table>
  23. <hr>
  24. </div>
  25. <div class="sect1" title="$config_booleanize">
  26. <div class="titlepage"><div><div><h2 class="title" style="clear: both">
  27. <a name="variable.config.booleanize"></a>$config_booleanize</h2></div></div></div>
  28. <p>
  29. Если установлено в true, значения параметров конфигурационных файлов
  30. on/true/yes и off/false/no будут конвертированы в булевы значения автоматически.
  31. В этом случае вы можете использовать в шаблоне конструкции, подобные этой:
  32. {if #foobar#} ... {/if}. Если foobar равно on, true или yes, будет осуществлен
  33. переход по условию {if}. По умолчанию равно true.
  34. </p>
  35. </div>
  36. <div class="navfooter">
  37. <hr>
  38. <table width="100%" summary="Navigation footer">
  39. <tr>
  40. <td width="40%" align="left">
  41. <a accesskey="p" href="variable.config.overwrite.html">Prev</a> </td>
  42. <td width="20%" align="center"><a accesskey="u" href="api.variables.html">Up</a></td>
  43. <td width="40%" align="right"> <a accesskey="n" href="variable.config.read.hidden.html">Next</a>
  44. </td>
  45. </tr>
  46. <tr>
  47. <td width="40%" align="left" valign="top">$config_overwrite </td>
  48. <td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td>
  49. <td width="40%" align="right" valign="top"> $config_read_hidden</td>
  50. </tr>
  51. </table>
  52. </div>
  53. </body>
  54. </html>