私は自分のコンテンツと見解を分けたいと思っています (むしろ反クライマックスです、私は知っています)。私が欲しいのは、ビューにキーを持つことができる gettext のようなものです。別のファイルに保存したコンテンツの 3 ~ 4 段落をレンダリングするために、次のようなものContent_Materials_Index_Description
を使用します。echo "@Content_Materials_Index_Description"
Java/J2EE アプリケーションや VB.net でこれを行う方法を知っているので、Zend Framework を使用してこれを行う方法について提案をお願いします。
説明:
見る:
<div id="wrapper">
<a href="/Home">HomePage</a>
<div id="content"><?echo "@content_materials_index_Description"?></div>
</div>
messageResource.ini ファイル
content_materials_index_Description=Materials for production can be edited here. Click on the name of a material to edit it. The cross sign...