●計算機環境の整備
★研究室内仮想サーバの保守
・仮想サーバ aurora, dawn, dusk, lightning, thunderhead で yum update および reboot -n を実行した
★学科の仮想サーバ upblow の保守
・yum update および reboot -n を実行した
●卒業研究の指導
・研究室内Wikiにある卒研用サーバ dawn, dusk の使い方のページに、手っ取り早く読める大まかな使用手順を追記した
●CakePHPの学習
・続き。app/View/OrderRecords/add.tcp で flag_finished をチェックボックスにした
//echo $this->Form->input('order_date'); echo $this->Form->input('order_date', array('dateFormat' => 'YMD', 'timeFormat' => '24', 'monthNames' => FALSE, 'label' => '注文日時')); //yfurui //echo $this->Form->input('flag_finished'); echo $this->Form->input('flag_finished', array('type' => 'checkbox', 'label' => '完了フラグ')); //yfurui・動作を確認した
・edit.tcp でも同じ要領で変更できることを確認した
・ついでに覚えた。知らんかった
- PHP には compact と extract という関数がある
- HTML には fieldset と legend という要素がある
0 件のコメント:
コメントを投稿