タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

smartyとjavascriptに関するll_koba_llのブックマーク (1)

  • JSmartyとは? - Thousand Years

    概要 JSmartyはPHPのSmartyを模したJavaScriptで動くテンプレートエンジンです。テンプレートAPI部分についてはSmartyを準拠しており、それ以外にも文字列処理が便利になるようにAPIを提供します。 デモ http://www.starmsg.net/samples/JSmarty/plugin.html ダウンロード http://code.google.com/p/jsmarty/downloads/list Hello World!! <script src="JSmarty.js"></script> <script src="JSmarty/Compiler.js"></script> var smarty = new JSmarty(); smarty.assign("foo", "Hello World!!"); smarty.display("str

    JSmartyとは? - Thousand Years
    ll_koba_ll
    ll_koba_ll 2006/08/03
    jsのテンプレートエンジン。smartyっぽい。macのsafariで動作しない。
  • 1