Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 718 Bytes

File metadata and controls

32 lines (17 loc) · 718 Bytes

DebugMemo: Memo tool for development / CakePHP plugin

Install

First, Install 'DebugMemo' by recipe.php , and set CakePlugin::load('DebugMemo');

Second, Create schema.

./lib/Cake/Console/cake schema create debug_memos --plugin DebugMemo

Finally, add the following code in AppController.php

<?php
    class AppController extends Controller {
        public $components = array('DebugMemo.Memobar');
    }

Usage

Click bottom bar (when debug = 2).

Click bottom bar

And save memo.

And save memo

License

the MIT License