2008-05-07から1日間の記事一覧

Kohana ことはじめ 2

Make the application/logs directory writeable. Chmod to 666.application/logs ディレクトリを書き込み可能にするために、パーミッションを 666 に設定する。 Make the application/cache directory writeable if you use the cache library. Chmod to 66…

Kohana ことはじめ 1

CodeIgniter の設定ファイル application/config/config.php application/config/database.php Kohana の設定ファイル application/config/config.php system/config/database.php

Akelos を使い始めたけれど

約12時間ほど触ってみた印象として。 良かった点 ほぼ Ruby on Rails と同じ感覚でアプリケーションの作成ができる。 悪かった点 何かというと、すぐに Permission Denied が発生する。権限を緩くすれば、発生しないけれど、セキュリティ的に不安。Apache は…

Kohana ことはじめ 3

You should always try to create custom versions of the following files: * system/config/routes.php - set your $config['_default'] to your default controller * system/config/encryption.php - change the default $config['key'] * modules/auth/…