search
HomeBackend DevelopmentPHP Tutorialphp 初级程序员,怎么成长到高级?

本人php初级程序员一个,现在,在一家电商的公司工作,每天做的就是基于公司框架的增删改查。想再提高。
请各位指点,推荐学习方法、书籍都可以,讲述经历更是欢迎。


回复讨论(解决方案)

看下51job招聘PHP职位,用人单位需要你会的技能。

http://www.sitepoint.com/becoming-php-professional-importance-others/

http://www.sitepoint.com/becoming-php-professional-missing-link/

这上面的两个链接都值得看一看。

看下51job招聘PHP职位,用人单位需要你会的技能。  那里一般第一条是 工作年限 3-5年。掌握***,了解***,但是,我只是想听听大家的经历。想听听前辈们是怎么从初级,到高级的

把不会的做会,会的做精,一年跳一次槽

!!每天坚持学习,慢慢的就会发现 

在知乎上看到Fenng的回答:
网友@Fenng 的回答
  小项目小需求:做一个专题页面.
  如果你觉得这是个简单的东西,那就三下五除二就能搞定,熟练的人可能一天能捣鼓出来几个,还能有时间刷个微博。
  如果你仔细去看你做的页面,就会发现一堆问题。举个例子:页面载入不够快,如何让页面更快? 这不但需要前端技能,还需要后端技术,还需要对网络传输机制,对浏览器机制比较深入的理解。
  再比如,我的页面搜索引擎搜索不到,怎么能被搜索到? 这需要了解搜索引擎的基本机制和行为,需要做提前规划;做完了怎么排在类似页面的前面? 这需要 SEO 方面的知识,当然,这个不是你网上搜索出来的那些所谓 SEO 的知识,需要你对自己的页面,对内容的处理,有一定的理解和控制。
  再比如,我的页面,手机上看着是乱的,还需要适应移动设备,适应移动设备有需要哪些知识呢? 如何对不同的移动设备都兼容?
  再比如,我的页面上有个表单要用户填写,用户怎么才能用的更舒服,填写尽可能的减少出错? 这个表单如何防范 Spam ? Spam 是怎么回事? 抵抗 Spam 有哪些有效的方式?
  以上,可能只是一个专题页面涵盖的技术的一小部分。我真的不觉得这些锻炼不到人。做过大项目的人其实有很多,但很多人也没看到得到什么锻炼。

业余练手做一些实际的小项目,学习进步就很快,而且有成就感和动力。

多学一点知识,只要有用就行

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Working with Flash Session Data in LaravelWorking with Flash Session Data in LaravelMar 12, 2025 pm 05:08 PM

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

cURL in PHP: How to Use the PHP cURL Extension in REST APIscURL in PHP: How to Use the PHP cURL Extension in REST APIsMar 14, 2025 am 11:42 AM

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Simplified HTTP Response Mocking in Laravel TestsSimplified HTTP Response Mocking in Laravel TestsMar 12, 2025 pm 05:09 PM

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

Discover File Downloads in Laravel with Storage::downloadDiscover File Downloads in Laravel with Storage::downloadMar 06, 2025 am 02:22 AM

The Storage::download method of the Laravel framework provides a concise API for safely handling file downloads while managing abstractions of file storage. Here is an example of using Storage::download() in the example controller:

12 Best PHP Chat Scripts on CodeCanyon12 Best PHP Chat Scripts on CodeCanyonMar 13, 2025 pm 12:08 PM

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

Explain the concept of late static binding in PHP.Explain the concept of late static binding in PHP.Mar 21, 2025 pm 01:33 PM

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

PHP Logging: Best Practices for PHP Log AnalysisPHP Logging: Best Practices for PHP Log AnalysisMar 10, 2025 pm 02:32 PM

PHP logging is essential for monitoring and debugging web applications, as well as capturing critical events, errors, and runtime behavior. It provides valuable insights into system performance, helps identify issues, and supports faster troubleshoot

How to Register and Use Laravel Service ProvidersHow to Register and Use Laravel Service ProvidersMar 07, 2025 am 01:18 AM

Laravel's service container and service providers are fundamental to its architecture. This article explores service containers, details service provider creation, registration, and demonstrates practical usage with examples. We'll begin with an ove

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!