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
関連記事
-
(日本語) コントローラ内でバリデーション処理を呼び出す
Sorry, this entry is only available in 日本語.
-
(日本語) シンプルに設置できる数字Captcha「MathCaptcha」
Sorry, this entry is only available in 日本語.
-
(日本語) validateErrors と validationErrors
Sorry, this entry is only available in 日本語.
-
(日本語) ユーザ登録(仮登録・メール・本登録)
Sorry, this entry is only available in 日本語.
-
(日本語) 独自のバリデーションルール
Sorry, this entry is only available in 日本語.
-
(日本語) recursive設定によるfind()性能改善
Sorry, this entry is only available in 日本語.
-
(日本語) Htmlヘルパー
Sorry, this entry is only available in 日本語.
-
(日本語) Secutiryユーティリティ
Sorry, this entry is only available in 日本語.
-
(日本語) Sessionコンポーネント
Sorry, this entry is only available in 日本語.
-
(日本語) Jsヘルパーを使用してAjax更新
Sorry, this entry is only available in 日本語.