2009-06-01から1ヶ月間の記事一覧

CakePHP1.2 findBy で複数条件の指定

findByで複数条件の指定 $this->Model->findByIdAndName( $id, $name ) OR も指定可能 $this->Model->findByIdOrName( $id, $name ) 参考にさせていただきました。 http://www.syuhari.jp/blog/archives/134

javascriptでURLプロトコルの自動取得

なんだっけ、と忘れてしまうのでメモ。 location.protocol 使い方メモ。 var reg = new RegExp('^(file:|' + location.protocol + ')(.+?)(' + type + '){0,1}(\.gif|\.jpg|\.jpeg|\.png)'); 参考にさせていただきました http://fisherman23.blog112.fc2.com…

SSL証明書設定 memo

http.confにSSLCertificateChainFileを設定したら "Invalid command 'SSLCertificateChainFile', perhaps mis-spelled or defined by a module not included in the server configuration" というエラーが発生し、少しはまった。SSLCertificateChainFile → S…