If you are getting started with PHP, start with the current stable release of PHP 5.6. PHP has added powerful new features over the last few years. Though the incremental version number difference between 5.2 and 5.6 is small, it represents major improvements. If you are looking for a function or its usage, the documentation on the php.net website will have the answer.
Good resource if you want to learn about proper PHP techniques. It is not an introductory book, it requires a general understanding of PHP. The topics covered are useful. Most of them are not discussed in much detail, but links are provided to more detailed resources if you want to further deepen your knowledge about the given topic.
Buku ini berisi panduan memulai pemrograman PHP dengan cara yang benar. Dijelaskan cuma poin-poinnya saja tentang bagaimana seharusnya menggunakan PHP. Mulai dari coding style, hingga ke testing dan deployment. Bisa dibilang ini kitab wajib untuk programmer PHP.
Simple. Some concepts to start develop PHP with the basic tools and new vision. Introduce Unit tests, Integration tests and Manual tests. Also presents some concepts about database connection and new ways to work with PHP.
Lleno de mejores prácticas y recomendaciones sobre el buen uso de componentes y herramientas para crear aplicaciones realmente eficientes. Como parte de mi introducción oficial al desarrollo en PHP lo recomiendo y además me atrevo a decir que es un deber leer este libro, estudiarlo, y aprovecharlo al máximo.
Reread the latest iteration. Lots of valuable information. This is a great resource for PHP developers who want to become more advanced at their craft.
Great introduction to the language, some of best practices, and where to find the best resources to keep learning. Even for experienced developers, it has quite a few things to learn about.
Good information, but I am of two minds on the oodles of hyperlinks front.
On the one hand, it makes it easier to update the information via those external resources, and directs the reader to reliable and popular sites for content, community, and downloads.
On the other hand, it interrupts the flow of reading a lot, left me feeling like the content was being outsourced, and makes the LeanPub eBook a lot less useful without internet access, say when you're on a plane.