What is the current PHP Programmer's job to do (I know is to do Web pages)? For example, what is the difference between a big company and a small company?
What is the current PHP Programmer's job to do (I know is to do Web pages)? For example, what is the difference between a big company and a small company? Programmer PHP
Share to:
------Solution--------------------
I'm a PHP programmer, just to share my experience with you.
I am in a small company, do local life Net + movie ticket + local Circle
When I entered the company's website has a framework, I just write code in this framework, now the general framework, such as ci,thinkphp, is basically the MVC pattern. Here are some of the things I have been exposed to, and I hope to help you.
1. For PHP programmers, the main requirement is to write the controller layer in MVC. This is the main job.
2. If a new table is built, write the model layer (data interaction) layer
3. General company static page (HTML+CSS) by the front-end personnel responsible, if not, that is you write ...
4. Some JS effect, also need PHP programmer to do
5. Functional requirements Analysis of new modules, need to write documents, establish a process, and code rules (depending on individual)
6. Database optimization, PHP code optimization
7. Other