>  기사  >  데이터 베이스  >  Building a Web Application with PHP and MariaDB – Book Revi_MySQL

Building a Web Application with PHP and MariaDB – Book Revi_MySQL

WBOY
WBOY원래의
2016-06-01 13:07:24852검색

MariaDB

Another great book by PacktPub , covering MariaDB and PHP. The book starts with Database basics and quickly takes the reader to CRUD operations, REST API, PHP functions.

This is a reference guide, developers with knowledge of PHP, MariaDB (and/or MySQL) should get this book as a desktop guide and also for refreshing their knowledge, since a lot of things have been added to PHP 5+ and MariaDB, so syntax and best practices is what developers could learn from this book. For example, there is a new short array declaration in PHP 5.4 which allows squre brackets to be used to declare arrays.

 <code>$arr2 = [1,2,3,4];</code>

This is something I learned from the book as well. Chapter 3 of the book has more. I will not reveal it all :)

Chapter 4 gives a practical approach to building a PHP, MariaDB MVC application (Yes but don’t use it to build another Laravel clone please !! )

Chapter 8 is interesting, it covers REST API and XML Feeds, something Web and Mobile developers would love.

Overall the book is a great package for a LAMP guy/gal, but I feel for a reference guide there needs to be more content. But nevertheless a must have for PHP, MariaDB developers, this book certainly teaches you a few new tricks. Buy it from PactPub.com at http://bit.ly/1qrqMQx

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.