k4200’s notes and thoughts

Programmer side of k4200

2012-04-01から1ヶ月間の記事一覧

sbteclipseでソース添付

最近またScalaでプログラムを再開した。開発環境はsbt + Eclipse。なので、sbteclipse を使っている。知らない人のために一応書くと、sbteclipseとは、Eclipseの.projectファイルとかを作成してくれて、sbtプロジェクトをEclipseのプロジェクトとして開ける…

PHPUnit 3.6 not supported by ZF 1.11.10

Got the following error when running my 1st db test using PHPUnit and Zend Framework. PHP Fatal error: Class Zend_Test_PHPUnit_Db_Metadata_Generic contains 2 abstract methods and must therefore be declared abstract or implement the remaini…

Zend_Locale in compatibility

Zend_Locale 使ったら以下のようなエラーが出た。 [Wed Apr 11 18:03:11 2012] [error] [client 192.168.56.1] PHP Notice: You are running Zend_Locale in compatibility mode... please migrate your scripts in /path/to/zf/Zend/Locale.php on line 294…