k4200’s notes and thoughts

Programmer side of k4200

Zend Framework

既存のPHPプロジェクトをZend Frameworkのプロジェクトに

やりたい事 タイトル通りだけど、既存のPHPプロジェクト(フレームワークとかは特に使っていない)をZend Frameworkのプロジェクトに移行する。 参考ページ 基本はこのページのとおり。具体的な処理の流れは以下の通り。 mod_rewrite で、ディレクトリに対す…

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…