Do You PHP はてブロ

Do You PHPはてなからはてブロに移動しました

2006-11-22から1日間の記事一覧

Strutsのhtmlタグ+mayaaでハマった

商品一覧画面とかで商品画像を表示する場合、mayaaファイルで <m:mayaa xmlns:m="http://mayaa.seasar.org" xmlns:html="http://struts.apache.org/tags-html" xmlns:bean="http://struts.apache.org/tags-bean" xmlns:logic="http://struts.apache.org/tags-logic" m:noCache="true"> : </m:mayaa>

WS-Addressing

PHPによるWS-Addressingの実装とサンプルだそうです。 WS系って、もう追っかけられないッス。。。orz I've ran into services in the past that supported WS-Addressing, but it was only recently that I worked with one requiring it in addition to WS-…

PEAR::Dateのサマータイム

ついでに、サマータイムの例です。ちゃんと考慮された結果が返ってきますね。 getDate()); var_dump($now2->getDate()); /** * タイムゾーンを'Canada/Pacific'…

PEAR::Date1.4.7リリース

ありがちな日付クラスですが、基本となるクラスだけあって、結構使えます。PHP4.3以降で利用可能です。 たとえばタイムゾーンの変更は、以下のような感じに書けます。便利〜! getDate()); /** * タイムゾーンを'Canada/Pacific'に変更 */ $now->convertTZ(n…