2008-05-22から1日間の記事一覧

よくある全チェック

よくあるやつをjqueryでやってみた。 一番上のチェックをつけたら、他のが全部つく。外したら、他のも全部外れる。 html <input type="checkbox" onclick="check_all();" id="check_all" />全部このチェックと同じにする <input type="checkbox" name="member[]" value="1" />HOGE1 <input type="checkbox" name="member[]" value="2" />HOGE2

プラグインディレクトリは複数していできた

pluginsに突っ込んでいくしかないと思ってた $this->base_dir = "/hoge/fuga/project_root" $this->plugins_dir[] = $this->base_dir . "/inc/Smarty/plugins" ; #default $this->plugins_dir[] = $this->base_dir . "/inc/Smarty/myplugins" ;#自作 でok 参…

PEAR::DBのプレースホルダでlike使うとき

php

http://www.ironhearts.com/diary/archives/000798.html