1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-09-28 12:19:04 +00:00

Merge pull request #1832 from lesstif/develop

add php section to free-programming-books-ko.md
This commit is contained in:
victor felder 2016-02-06 10:41:08 +01:00
commit afc6e848d2

View File

@ -10,6 +10,8 @@
* [Node.js](#nodejs) * [Node.js](#nodejs)
* [LaTeX](#latex) * [LaTeX](#latex)
* [Perl](#perl) * [Perl](#perl)
* [PHP](#php)
* [Laravel](#laravel)
* [Python](#python) * [Python](#python)
* [R](#r) * [R](#r)
* [Ruby](#ruby) * [Ruby](#ruby)
@ -77,6 +79,17 @@
* [책벌레가 되고픈 어린이 Perl Tutorial](http://eriny.net/p/perl) * [책벌레가 되고픈 어린이 Perl Tutorial](http://eriny.net/p/perl)
### PHP
* [PHP5 의 주요 기능](https://www.lesstif.com/pages/viewpage.action?pageId=24445740)
#### Laravel
* [라라벨 (Laravel) 5 입문 및 실전 강좌](http://l5.appkr.kr/lessons)
* [쉽게 배우는 라라벨 5 프로그래밍](https://www.lesstif.com/display/laravelprog)
### Python ### Python
* [A Byte of Python 한글 번역 by Jeongbin Park](http://byteofpython-korean.sourceforge.net/byte_of_python.pdf) (PDF) * [A Byte of Python 한글 번역 by Jeongbin Park](http://byteofpython-korean.sourceforge.net/byte_of_python.pdf) (PDF)