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

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

関連記事

(日本語) メール送信(qdmail)

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

no image

(日本語) Jsヘルパーを使用してAjax更新

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

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

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

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

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

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

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

(日本語) Textヘルパー

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

no image

(日本語) ユーザ登録(仮登録・メール・本登録)

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

no image

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

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

no image

(日本語) Htmlヘルパー

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

no image

(日本語) validateErrors と validationErrors

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 ↑