[[PHP]]
*PHPフレームワーク/ethna [#i7026f53]
**セットアップ [#w8f5ba40]
pear channel-discover pear.ethna.jp
pear install ethna/ethna
**pear::DB [#s761d0bd]
pear install pear/DB
**Smarty [#ybd7ee2c]
-Windowsの場合、Smarty/libsもPEAR/Smartyにコピーしておく。下の読み込みが通るようにパスを通す。
include_once 'Smarty/Smarty.class.php
-include_pathにSmarty、ethna(PEAR)にパスが通るように設定のこと
*アプリケーション作成 [#m8742379]
アプリを作成するフォルダに移動して、testプロジェクトを作成する
ethna add-project test
-test/www の下のindex.phpをアクセス可能なフォルダにシンボリックリンク作成
*作成したアプリケーションを別サーバに移動する [#k1935e89]
-index.phpの中のパスを修正するだけでOK(?)
*参照 [#v5b218f6]
-http://ethna.jp/