1.查 public function userTest(){ return $this->all(); } public function userTest(){ return $this->get(参数); } 2.增 public function usrAdd(){ $this->user_name ='zhanfa'; $this->password ='21'; $this->save();} public function usrAdd(){ $user_dat…
之前有写一篇文章:http://www.cnblogs.com/tfanalysis/p/3625430.html理清如何make menuconfig的问题,现在今天在无意间多注意了一下buildroot这个工具,发现编译openwrt与之有极大的联系,或许openwrt就是建立在这个工具之上的. 现特意将这个buildroot的相关文档上传上来. The Buildroot user manual 仔细阅读这个文档,许多之前不明白的问题(其实之前也就是没有搞清楚来龙去脉)现在终于有些眉目了.…