技术教育社区
www.teccses.org

现代PHP-(影印版)

封面

作者:(美)乔希·洛克哈特(JoshLock

页数:244

出版社:东南大学出版社

出版日期:2015

ISBN:9787564159146

电子书格式:pdf/epub/txt

内容简介

PHP是一种通用开源脚本语言。语法吸收了C语言、Java和Perl的特点,利于学习,使用广泛,主要适用于Web开发领域。PHP 独特的语法混合了C、Java、Perl以及PHP自创的语法。它可以比CGI或者Perl更快速地执行动态网页。

作者简介

洛克哈特开发了Slim框架,这是一个PHP微型框架,适合快速开发Web应用和API。乔希还是“PHP之道”的发起人和当前的维护者。乔希·洛克哈特是New Media Campaigns的开发者,这个机构位于北卡罗来纳州卡勃罗市,提供全方位的服务,包括Web设计、开发和营销。他热衷于使用HTML、CSS、PHP、JavaScript、Bash和各种内容管理框架开发应用。

本书特色

php这门编程语言正在经历一场复兴,虽然这点 从网上各种过时php教材还很难看出来。在这本《现代 php(影印版)(英文版)》的实用指导的帮助下,读者 会看到php已经变成一门功能齐全、成熟的编程语言, 包括支持面向对象、命名空间以及一套不断扩大的可 复用组件代码库。
  作者洛克哈特是“php the right way”的创始 人(这是一项广受欢迎的运动,旨在鼓励php最佳实践 ),他用实例阐述了这门编程语言中的新特性。你将学 到各种最佳实践,包括应用架构以及规划、数据库、 安全、测试、调试和应用部署。如果你已有php基础并 且想提升技能,这就是你该看的书。

目录

prefacepart ⅰ.  language features  1.the new php    past    present    future  2.features    namespaces      why we use namespaces      declaration      import and alias      helpful tips    code to an interface    traits      why we use traits      how to create a trait      how to use a trait    generators      create a generator      use a generator    closures      create      attach state    zend opcache      enable zend opcache      configure zend opcache      use zend opcache    built-in http server      start the server      configure the server      router scripts      detect the built-in server      drawbacks    what’s nextpart ⅱ.good practices  3.standards    php-fig to the rescue    framework interoperability      interfaces      autoloading      style    what is a psr?    psr-1: basic code style    psr-2: strict code style    psr-3: logger interface      write a psr-3 logger      use a psr-3 logger    psr-4: autoloaders      why autoloaders are important      the psr-4 autoloader strategy      how to write a psr-4 autoloader (and why you shouldn’t)  4.components    why use components?    what are components?    components versus frameworks      not all frameworks are bad      use the right tool for the job    find components      shop      choose      leave feedback    use php components  5.good practicespart ⅲ.deployment, testing, and tuning  6.hosting  7.provisioning  8.tuning  9.deployment  10.testing  11.profiling  12.hhvmand hack  13.communitya.installing phpb.local development environmentsindex

下载地址

立即下载

(解压密码:www.teccses.org)

Article Title:《现代PHP-(影印版)》
Article link:https://www.teccses.org/567967.html