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
First, Phpstrom project creation:
Start Phpstrom and create a new project
All English but don't panic .... I'll tell you one step at a point! ~
All right, we've created this project.
Second, Phpstrom's personalized configuration:
1. About the editor theme/style/style
Phpstrom Theme: http://www.phpstorm-themes.com/
I prefer this section to download this theme Http://www.phpstorm-themes.com/theme/fleure
Which theme do you like to download?
How do I install this theme?
Click to download this topic and put it in this directory
Then switch to the editor
Click File->settings (translation: file-with settings)
This part of the pain of the pit on the theme of the site to download a file named Fleure_0.icl and then placed in the corresponding directory but in the theme did not find and then the egg pain wasted a long time. Later found that although the download is called Fleure_0 but the actual theme name is gihub! I really served!!!! ~~
2. About the editor font
Most people program with the default font of the system
Obviously, it's unscientific. We need to choose a type of equal-width font that is more suitable for programming.
PS: equal width font refers to the character width of the same computer font suitable for programming 0oO I1L code looks neat and tidy specifications appear more formal
We have chosen a class web tutorial recommended an Adobe's equal-width font Source Code Pro How to install I won't say it. Attached below
Official: Https://github.com/adobe-fonts/source-code-pro Click on the page Download Zip button to download
Modify Font
Go to the Setup Panel
After the confirmation of our basic part is OK, tomorrow will probably learn to write code!!!! ~
Start PHP learning from a zero base-the next day