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.
$arr2 = [1,2,3,4];
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.
立即学习“PHP免费学习笔记(深入)”;
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
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号