File tree Expand file tree Collapse file tree 1 file changed +17
-14
lines changed Expand file tree Collapse file tree 1 file changed +17
-14
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: bc655954b94d30c9ce98ae6a526c5c1df9703cc6 Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: f4ff30a7a6a555fc825577d2cb877e3a07094d6b Maintainer: takagi Status: ready -->
44
55<chapter xml : id =" yaf.appconfig" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <title xmlns =" http://docbook.org/ns/docbook" >アプリケーションの設定</title >
1919 <programlisting role =" php" >
2020<![CDATA[
2121<?php
22- $configs = array(
23- "application" => array(
24- "directory" => dirname(__FILE__),
25- "dispatcher" => array(
26- "catchException" => 0,
27- ),
28- "view" => array(
29- "ext" => "phtml",
30- ),
31- ),
32- );
33- $app = new Yaf_Application($configs);
22+
23+ $configs = array(
24+ "application" => array(
25+ "directory" => dirname(__FILE__),
26+ "dispatcher" => array(
27+ "catchException" => 0,
28+ ),
29+ "view" => array(
30+ "ext" => "phtml",
31+ ),
32+ ),
33+ );
34+
35+ $app = new Yaf_Application($configs);
36+
3437?>
3538]]>
3639 </programlisting >
4043 <programlisting role =" ini" >
4144<![CDATA[
4245[yaf]
43- yaf.directory = APPLICATION_PATH "/appliation "
46+ yaf.directory = APPLICATION_PATH "/application "
4447yaf.dispatcher.catchException = 0
4548
4649[product : yaf]
You can’t perform that action at this time.
0 commit comments