Ticket #1763 (closed 改善提案: 修正済)
Smartyのコンパイル実行を制御
| Reported by: | h_yoshimoto | Owned by: | h_yoshimoto |
|---|---|---|---|
| Priority: | 中 | Milestone: | EC-CUBE2.12.0 |
| Component: | その他 | Version: | 2.12.0 β |
| Keywords: | Cc: | ||
| 修正済み: | yes |
Description
Smartyのコンパイル実行を必須化するモードが欲しい。
プラグイン開発時に毎回コンパイルファイルを修正して
テンプレートを修正する必要がある
Smartyのforce_compileフラグを切り替える事で
コンパイル実行を必須化出来る。
Change History
Note: See
TracTickets for help on using
tickets.

r21761 にて対応しました。
DEBUG_MODEでの切り替えも検討しましたが、処理が重くなるので一旦別のフラグで制御してます。
参考