"我的小公主"搜索到(2)结果

最新版PhpStorm 10正式版改进了PHP 7支持,改进代码完成功能。PhpStorm 是最好的PHP开发工具,使用它进行PHP开发将会让你感觉到编程的乐趣。快乐无极终于从oschina看到了注册方法:phpstorm已经升级到10.0,原注册码失效,10.0注册方法:注册时选择“License server”输入 http://id...

 阅读 (2768)   2016-02-29   评论 (0) 

ActiveRecord查询:// find the customers whose primary key value is 10 $customers = Customer::findAll(10); $customer = Customer::findOne(10); // the above code is equivalent...

 阅读 (934)   2016-05-16   评论 (0) 
  ActiveRecord  ORM