DebugKit Installation

"DebugKit" is one of the defact standard debug kit for CakePHP.

Download

CakePHP 1.3 https://github.com/cakephp/debug_kit/tree/1.3
CakePHP 2.* https://github.com/cakephp/debug_kit
* It seems branch for 1.2 has been vanished

How to install on CakePHP 1.3

1) Unzip and make sure the name of folder “debug_kit”
In case you encounter the following message, you need to check if all letters written in lower case like 'debug_kit'.
Error: The component file was not found.
Error: Create the class ToolbarComponent in file: app/controllers/components/toolbar.php

2) put in app/plugins
like "app/plugins/debug_kit"

3) add as a component in app/app_controller.php
var $components = array('DebugKit.Toolbar');

Related

CakePHP 2.x: DebugKit Installation

  • このエントリーをはてなブックマークに追加

関連記事

(日本語) ログインに追加の条件を付与する「userScope」

Sorry, this entry is only available in 日本語.

no image

(日本語) validateErrors と validationErrors

Sorry, this entry is only available in 日本語.

(日本語) コントローラ内でバリデーション処理を呼び出す

Sorry, this entry is only available in 日本語.

no image

(日本語) Htmlヘルパー

Sorry, this entry is only available in 日本語.

(日本語) CakePHP 1.3 インストール

Sorry, this entry is only available in 日本語.

(日本語) 複数データベースの追加と切替

Sorry, this entry is only available in 日本語.

no image

(日本語) Sessionコンポーネント

Sorry, this entry is only available in 日本語.

(日本語) 複数ファイルアップロード

Sorry, this entry is only available in 日本語.

no image

(日本語) シンプルに設置できる数字Captcha「MathCaptcha」

Sorry, this entry is only available in 日本語.

no image

(日本語) recursive設定によるfind()性能改善

Sorry, this entry is only available in 日本語.

Message

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.

    PAGE TOP ↑