1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-09-30 13:19:02 +00:00

Merge pull request #1561 from aneasystone/php-way

zh: Add php-the-right-way
This commit is contained in:
victor felder 2015-08-05 10:04:34 +02:00
commit 1e2ac1995a

View File

@ -185,6 +185,7 @@
* [PHP5中文手册](http://php.net/manual/zh/) * [PHP5中文手册](http://php.net/manual/zh/)
* [PHP扩展开发及内核应用](http://www.walu.cc/phpbook/preface.md) * [PHP扩展开发及内核应用](http://www.walu.cc/phpbook/preface.md)
* [Symfony2 实例教程](http://wusuopu.gitbooks.io/symfony2_tutorial/content) * [Symfony2 实例教程](http://wusuopu.gitbooks.io/symfony2_tutorial/content)
* [PHP 之道](http://wulijun.github.io/php-the-right-way/)
### Python ### Python