Skip to content

Instantly share code, notes, and snippets.

Configure::write('Exception.renderer', 'AppExceptionRenderer');
$config['tags'] = array(
'input' => '<div class="input"><input name="%s" %s/></div>',
'label' => '<div class="info"><label for="%s"%s>%s</label></div>',
'radio' => '<div class="input radio"><input type="radio" name="%s" id="%s" %s />%s</div>',
'button' => '<div class="input submit"><button type="%s"%s>%s</button></div>',
);
public $helpers = array(
'Html' => array(
'configFile' => array('tags', 'php')
),
);
@konnoyosuke
konnoyosuke / gist:1218435
Created September 15, 2011 03:15
delete remote branch
$ git push origin :hoge
To git@github.com:example/example.git
- [deleted] hoge