Modern PHP

本想查看一些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,看此書應該能增加我的一些細節的一些理解,以及這樣用爲什麼好。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章