-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathforward.html
38 lines (37 loc) · 2.28 KB
/
forward.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>Ethnamドキュメント</title>
<link href="css/style.css" media="all" rel="stylesheet" />
<link href="css/github.css" media="all" rel="stylesheet" />
</head>
<body>
<p><a href=".">目次</a></p>
<div class="blob instapaper_body">
<article class="markdown-body entry-content">
<h1>遷移先定義、テンプレートの扱い方</h1>
<ul>
<li>アクションから遷移させる View スクリプトの扱い方 </li>
<li>Viewスクリプトが生成するテンプレートの扱い方 </li>
</ul>
<h2>遷移先定義、テンプレートの扱い方</h2>
<h3>アクションから遷移させる View スクリプトの扱い方</h3>
<p><strong><a href="forward-defaultmacro.html">遷移時のデフォルトマクロを指定する。 - _setDefaultTemplateEngine</a></strong><br />
すべてのアクションやビューに共通する値をあらかじめSmartyにassignすることができます。</p>
<p><strong><a href="forward-omit.html">遷移先定義を省略する</a></strong><br />
Controllerに記述する遷移先定義を省略できます。</p>
<p><strong><a href="forward-view_namingconvention.html">ビュー定義省略時の命名規則を変更する</a></strong></p>
<p><strong><a href="forward-view_dir.html">ビュースクリプトの配置ディレクトリを変更する</a></strong></p>
<p><strong><a href="forward-skelton.html">ビュースクリプトのスケルトンを生成する</a></strong></p>
<p><strong><a href="forward-plug.html">アクションクラスからの戻り値に応じてコントローラで遷移先を決定する</a></strong></p>
<h3>Viewスクリプトが生成するテンプレートの扱い方</h3>
<p><strong>テンプレートで使うデリミタを変更する <a href="cmd=edit&page=ethna-document-forward-template_delimiter&refer=dev_guide-forward.html">?</a></strong></p>
<p><strong><a href="forward-template_directory.html">テンプレートディレクトリを変更する</a></strong></p>
<p><strong><a href="forward-template_namingconvention.html">テンプレート定義省略時の命名規則を変更する</a></strong></p> </article>
</div>
<div class="site-footer">
@2015 <a href="https://twitter.com/DQNEO">DQNEO</a>
</div>
</body>
</html>