罪と罰++二律背反
PHP/ethna
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
] [
リンク元
]
開始行:
[[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/
終了行:
[[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/
ページ名: