mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
Fix typo (#4944)
This commit is contained in:
@@ -18,18 +18,21 @@
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$configs = array(
|
||||
"application" => array(
|
||||
"directory" => dirname(__FILE__),
|
||||
"dispatcher" => array(
|
||||
"catchException" => 0,
|
||||
),
|
||||
"view" => array(
|
||||
"ext" => "phtml",
|
||||
),
|
||||
),
|
||||
);
|
||||
$app = new Yaf_Application($configs);
|
||||
|
||||
$configs = array(
|
||||
"application" => array(
|
||||
"directory" => dirname(__FILE__),
|
||||
"dispatcher" => array(
|
||||
"catchException" => 0,
|
||||
),
|
||||
"view" => array(
|
||||
"ext" => "phtml",
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
$app = new Yaf_Application($configs);
|
||||
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
@@ -39,7 +42,7 @@
|
||||
<programlisting role="ini">
|
||||
<![CDATA[
|
||||
[yaf]
|
||||
yaf.directory = APPLICATION_PATH "/appliation"
|
||||
yaf.directory = APPLICATION_PATH "/application"
|
||||
yaf.dispatcher.catchException = 0
|
||||
|
||||
[product : yaf]
|
||||
|
||||
Reference in New Issue
Block a user