
October 7, 2008 12:12 by
XAMPPでは、デフォルトだと、MySQLのパスワードが「なし」セキュリティ的にざるです。
なので
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

August 30, 2008 11:32 by
下記が PHP から MySQL に接続する例です。
ヘテムルでは、PHP4 と PHP5 でご利用いただけます。
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

August 22, 2008 01:15 by
[PHP] ~ メール送信Formを作る
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

November 6, 2007 00:14 by
基本的なことなのに、いつも忘れすぎ。
SELECT * FROM table WHERE tstamp > DATE_SUB(NOW(), INTERVAL 10 MINUTE);
MINUTEの代わりに
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

November 1, 2007 19:43 by
Zend FrameworkのControllerにPluginとして色々な処理を組み込めます。
PluginはDispatcherの色々なアクションにロジックを追加できます。
routeStartup() は、Zend_Controller_Front が ルータ をコールしてルートに対するリクエストの評価を始める前にコールされます。
routeShutdown() は、 ルータ がリクエストのルーティングを終了した後にコールされます。
dispatchLoopStartup() は、Zend_Controller_Front がディスパッチループに入る前にコ...
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

November 1, 2007 18:17 by
MySQLの照合順序における、utf8_general_ci と utf8_unicode_ci の違いとは何か。よくわからなかったのでマニュアルを紐解くと、MySQL AB :: MySQL 5.1 リファレンスマニュアル :: 9.10.1 Unicode キャラクタセットにて、こう書かれています。
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5