Modern PHP

来源:互联网 发布:如何卸载网络打印机 编辑:程序博客网 时间:2024/06/05 03:51

本想查看一些PHP接口等等方面的内容,用Google搜到这本书《Modern PHP》
京东有卖http://item.jd.com/11786541.html
网上也有英文的PDF,这个请自行搜索。
从书名就可以看出,Modern PHP讲的肯定是PHP的新特性以及一些GOOD PRACTICES,并且本书的作者Josh Lockhart开发了Slim框架,也是php-the-right-way的发起者,https://github.com/codeguy 。

  • Learn modern PHP features,such as namespaces,traits,generators,and closures
  • Discover how to find,use,and create PHP components
  • Follow best practices for application security,working with databases,errors and exceptions,and more
  • Learn tools and techniques for deploying,tuning,testing,and profiling your PHP applications
  • Explore Facebook’s HVVM and Hack language implementions-and how they affect modern PHP
  • Build a local development environment that closely matches your production server

    再加上最近研究Laravel framework,看此书应该能增加我的一些细节的一些理解,以及这样用为什么好。

0 0