Ethna

キーワード別に表示

Ethna

Ethna で複数のバージョンを動作させる

/usr/share/php/Ethna(最新)
/usr/share/php/Ethna-○.○.○
のように旧バージョンのものと最新のものを設置している場合
まだバージョンアップしていないプログラムが動作しなくなる場合もあるので、

/usr/share/php/Ethna-○.○.○/class/Ethna_ClassFactory.php
354 行目あたり

// try ethna master style
// Ethna_Foo_Bar -> class/Ethna/Foo/Ethna_Foo_Bar.php
array_unshift($tmp, 'Ethna-○.○.○', 'class');

Ethna を利用しているプログラムの ○○○○_Controller.php で
 

投稿者: YAMASAKI 日付: 2009/11/05(木) 15:58