Start PHP learning from a zero base, 0 basic PHP Learning
Writing this series of articles is mainly to urge themselves to daily quantitative digestion of some knowledge!
At the same time, in order to let the people need to learn something ~!
I really do not have high technology! There may be errors in this article! I hope you can remind me and everyone after the discovery!
Secretly, the final goal of this tutorial is to implement a PHP framework (though it may be far away for me!). ~
Main reference : mu class network- big talk php design mode URL:http://www.imooc.com/learn/236
One, the PHP editor (IDE) selection
PHP now the mainstream editor on these kinds of things I've tried a lot but not for a long time to use some comments may be too partial:
1.Zend Studio listen to the first PHP-related course the teacher used to be this feeling really good to run when there are few of them! Perhaps my Computer configuration is not enough (then just try to play the attitude but the cracked version does not support the namespace is abandoned the use of)
2.Netbeans the second IDE does not require a registration code to be used directly but this cannot be used on my computer. Code hints
3.sublime TEXT3 General Change php file what is very convenient and fast very useful if you really want to use it when the IDE still have to toss it anyway I'm not tossing
4.PhpStrom overall feeling is very good code hints + code jump + custom style run speed is also very good rarely a sense of Kaka.
And then we're going to use Phpstrom to start my Learning journey.
Second, PHP Editor-Phpstrom Installation Introduction
Recommend everyone to download the official website to download do not under the messy version (some people speak English ah don't understand Ah!) ~ All right, let's take it slowly! Do not understand English in this line is not possible! )
Phpstrom Official website: http://www.jetbrains.com/phpstorm/
Download Address: http://www.jetbrains.com/phpstorm/download/
Current DOWNLOAD Link: http://download-cf.jetbrains.com/webide/PhpStorm-8.0.3.exe (cannot open the above link words directly this link throws in Thunderbolt)
Currently available Phpstrom serial number (from the Internet):
Embrace
License Key:
===== LICENSE BEGIN =====
43136-12042010
00002usvson704l "Dile1pvx3y4" B3
49AU6OSDJRSJE8NMOQH "8HTDJHIUUh
gd1bebyc5u "6oxdbvsalb4eb10pw8"
===== LICENSE END =====
PS: If you have the money, go buy a genuine one! ~ After all is to do the development of ~ buy a genuine worry ~ but I do not have the income to eat a meal are laborious people forget it.
The installation process I will not say .... OK, the installation is successful!
http://www.bkjia.com/PHPjc/989415.html www.bkjia.com true http://www.bkjia.com/PHPjc/989415.html techarticle starting from the zero base PHP learning, 0 basic PHP Learning to write this series of articles is mainly to urge themselves daily quantitative digestion of some knowledge! At the same time, in order to let people need to learn something ...