sdodasrel.configuration.html

来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 34 行

HTML
34
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>Runtime Configuration</title>  <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="sdodasrel.installation.html">Installation</a></div> <div class="next" style="text-align: right; float: right;"><a href="sdodasrel.resources.html">Resource Types</a></div> <div class="up"><a href="sdodasrel.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="sdodasrel.configuration" class="section">  <h2 class="title">Runtime Configuration</h2>  <p class="para">This extension has no configuration directives defined in <var class="filename">php.ini</var>.</p>  <div id="sdo.das.rel.tracing" class="section">   <h2 class="title">Tracing</h2>   <p class="para">    You may be interested in seeing the SQL statements that are generated     in order to apply changes back to the database. At the top of the    <var class="filename">SDO/DAS/Relational.php</var>    you will find a number of constants which control whether the process     of constructing and executing the SQL statements is to be traced.    Try setting    <var class="varname">DEBUG_EXECUTE_PLAN</var>    to <b><tt>TRUE</tt></b> to see the generated SQL statements.   </p>  </div> </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="sdodasrel.installation.html">Installation</a></div> <div class="next" style="text-align: right; float: right;"><a href="sdodasrel.resources.html">Resource Types</a></div> <div class="up"><a href="sdodasrel.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?