by shigemk2

当面は技術的なことしか書かない

2021-10-08から1日間の記事一覧

PHP 2021-10-07

PHP

[2021-10-07 23:50:29 +0900]: Check exception after undef var notice [2021-10-07 22:34:34 +0900]: Handle undefined dim in assign_dim_helper [2021-10-07 21:37:26 +0900]: Set opline before calling undef op helper [2021-10-07 21:29:29 +0900]: …

fish-shell 2021-10-07

[2021-10-07 11:42:25 +0900]: Update Mac.cmake [2021-10-07 11:34:43 +0900]: Remove hack for Terminal.app that did not support 256 colors [2021-10-07 11:24:36 +0900]: Remove old OS X stuff from keybindings [2021-10-07 08:51:11 +0900]: Mac.cm…

Emacs 2021-10-07

[2021-10-07 23:05:43 +0900]: Delete some XEmacs compat code from mh-e/*.el [2021-10-07 22:39:43 +0900]: Declare compat macro mh-do-in-gnu-emacs obsolete [2021-10-07 22:33:52 +0900]: Declare compat macro mh-do-in-xemacs obsolete [2021-10-07…

docker-ce 2021-10-07

[2021-10-07 16:13:21 +0900]: docs: remove trailing space to fix generated YAML format

brew 2021-10-07

[2021-10-07 23:44:20 +0900]: test/dev-cmd/bottle_spec: fix --merge output matching [2021-10-07 23:16:57 +0900]: utils/shfmt.sh: apply suggestions from code review [2021-10-07 22:51:52 +0900]: utils/git: remove external dependency loading […

CakePHP2 DATABASE_CONFIG

book.cakephp.org database.phpにこんな感じのクラスを書ける。クラスをかけると言うことは、コンストラクタも書けるので、なんかラッパーしたいときはコンストラクタに追加実装することもできる。 class DATABASE_CONFIG { public $default = array( 'datas…