CakePHP2.0でエラー時のレイアウトを変更する
app/Config/core.phpに下記を追加
https://gist.github.com/1437767
app/Lib/Error/AppExceptionRenderer.phpに下記を追加
https://gist.github.com/1437768
app/View/Layout/error.ctpを追加する。以上でエラー時のレイアウトを変更できます。
#cakephp2.0
↧