沖縄が日本のシリコンバレーのようになってほしいと願うiOSエンジニアのブログ

世のエンジニアの役に立つようなブログにしたいなぁ

2008-12-01から1ヶ月間の記事一覧

PEAR::PEAR_Info。

PEAR::PEAR_Info。 デフォルトで入っていないので別途インストールが必要。# pear install pear_info show(); ?>newしてshowするだけ。

PEAR::Net_UserAgent_Mobile インストール

0.30.0現在ベータ版のためインストールには-fを付ける必要がある。# pear install -f -o net_userAgent_mobile

PEARインストール時のFatal error

PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 92160 bytes) in /usr/share/pear/PEAR/Dependency2.php on line 678 Allowed memory size of 8388608 bytes exhausted (tried to allocate 0 bytes)php.iniでメモリ上…

MySQLでの正規表現

特定の記号区切りの数字限定のデータについて、不正な文字列(数字以外の文字がはいってしまっている)となっている行を検索する場合。区切り文字が「<>」の場合SELECT * FROM `test` WHERE zekken REGEXP '[^0-9<>]|]|[^|^$'※解説 [^0-9<>] ・・・0から…

管理画面参考HTML_QuickForm with Smarty

http://www.okushin.co.jp/information/HTML_QForm/13_with_Smarty/