刚上大一,想学 php ,空闲时间很多,一周 11 节课,求 V 友们给点建议
1
Hello1995 Oct 30, 2015 via Android
|
2
permaylau Oct 30, 2015
参考科技博客春晓网的转载的一篇文章: PHP 程序员的技术成长规划 http://io.uwexp.com/node/193
|
3
suikator Oct 30, 2015 via Android
|
4
Felldeadbird Oct 30, 2015
写一个 CMS 。
|
5
Dowding Oct 30, 2015
多看看 php the right way 和 fig standards ,写优雅的代码
|
6
demo Oct 30, 2015
<?php
header("charset=utf-8"); echo '自学'; |
7
GG668v26Fd55CP5W Oct 30, 2015 via iPhone
在兴趣还没退散完之前怎么都学得会
|
8
roychan Oct 30, 2015
一周 11 节课…求问楼主什么专业
|
9
quericy Oct 30, 2015
一周 11 节课…想当年我们一天 11 节课...情何以堪
|
10
XianZaiZhuCe Oct 30, 2015 via Android
刚开始还是学别的吧,最后找工作可以考虑学 php
|
11
ooh Oct 30, 2015
主: http://php.net/manual/zh/index.php 看三遍,辅: php the right way +1
|
13
Slienc7 Oct 30, 2015 via Android
PHP manual
一天 11 节课 |
14
rrkelee Oct 30, 2015
|
15
fleer Oct 30, 2015
额,我是专科院校的,一天 3 节大课,然后有晚自习。
|
17
fengyqf Oct 30, 2015
|
18
cxbig Oct 30, 2015
1. 把 PHP 的框架搭起来, wamp 、 lamp 、 mamp 。
2. 照手册把核心 function 都用一用。 3. 了解一下什么是类,什么是 OOP 。 4. 选一个框架,上手了解什么是 OOP 框架,如 Laravel ,或传统式的 WordPress 。 基本上入门就是这个套路,找老手带最好。 |
19
bdnet Oct 30, 2015
PHP 之道 ( PHP The Right Way )
http://laravel-china.github.io/php-the-right-way/ |