To be or not to be.That is a question!

---源于莎士比亚的《哈姆雷特》

导航

2013年7月25日 #

thinkphp curd操作

摘要: create()) { $result =$Form->add(); if($result) { $this->success('操作成功!'); }else{ $this->error('写入错误!'); } }else{ $this->error($Form->getError()); } } public function read($id=5){ $Form=M("... 阅读全文

posted @ 2013-07-25 16:33 Ijavascript 阅读(205) 评论(0) 推荐(0) 编辑

php Magic methods __call

摘要: _color; case 'setColor': $this->_color=$first; return $this; case 'getModel': return $this->_model; case 'setModel': $this->_model=$first; return $this; ... 阅读全文

posted @ 2013-07-25 09:33 Ijavascript 阅读(201) 评论(0) 推荐(0) 编辑