What is the current work of php programmers (I know it is webpage )? For example, what are the differences between large companies and small companies? What is the current work of php programmers (I know it is webpage )? For example, what are the differences between large companies and small companies? What is the current work of PHP programmers? (I know it is a web page )? For example, what are the differences between large companies and small companies?
What is the current work of php programmers (I know it is webpage )? For example, what are the differences between large companies and small companies?
Programmer PHP
Share:
------ Solution --------------------
I am a PHP programmer and can share my experience with you.
I am in a small company, working as a local living network, movie ticketing, and local circles.
When I joined the company, my website already had a framework. I only wrote code in this framework. Currently, common frameworks, such as CI, thinkPHP, basically, they all adopt the MVC mode. The following are my work content that I usually have access to. I hope it will help you.
1. for PHP programmers, they mainly need to write the Controller layer in MVC. This is the main task.
2. if a new table is created, write down the model layer (data interaction) layer.
3. In general, the company's static pages (html + css) are the responsibility of the front-end staff. if not, you wrote them...
4. Some js effects also need to be done by PHP programmers.
5. Functional requirement analysis of the new module. you need to write a document to create a process and code rules (depending on your individual needs)
6. database optimization and PHP code optimization
7. others