search
HomeBackend DevelopmentPHP Tutorial看了几天框架,有点总结...

其实我并不想讨论技术上的东西,我只是想说,框架虽然解放了程序员,但是这也造成了PHP开发者普遍工资较低的原因...
简化了很多操作,甚至大脑都让你少死不少细胞,造就了一批又一批的coder.当然也有不少人兴趣爱好去分析源码,学习神马的,但是 老板可不这么认为...公司的框架也不可能没事就写一个。
好吧,看起来简单并不是一件好事,很多人学了一个框架就去找工作了,刚好要人的一看 嗯 原理也都理解,框架也用的麻溜,那就来吧,只是工资...你就是个代码搬运工.极少有公司会去做框架二次开发。

我在想与其这样不如开发出一堆的网站程序原型,以后BOSS只需要招收一些美工就好了. 让PHP开发者都失业吧...笑

好了今年过年也没上来给各位同仁拜年,这年15了,祝大家新年里马到功成!


回复讨论(解决方案)

框架……好大的一个系统工程。

CMS不就是网站程序原型么,有Wordpress,Drupal,Joomla这些世界流行的CMS各种华丽的主题,岂不是美工都不需要了。。。

本帖最后由 PhpNewnew 于 2014-02-15 09:41:16 编辑

CMS不就是网站程序原型么,有Wordpress,Drupal,Joomla这些世界流行的CMS各种华丽的主题,岂不是美工都不需要了。。。

 是的,美工的工作现在也少了好多..但是美工的工作太直观而不像程序可以雷同,而且别人还看不到,看到了未必能看懂,所以美工是必不可少的。

前排 接分

php开源的框架 可不少 只要学习下基本的都会用了 门槛低了 工资也低了

还是看使用中的二次开发力度吧。简单的应用确实门槛很低。

只要后期程序开发维护都可以,框架都是浮云。

框架不适合初学者使用

大部分PHP程序员只需要懂得如何写控制器就能找到一份很好的工作,所以乐此不疲!

首先祝大家新年里马到功成!
有开发框架的能力后的PHP程序员必然具备了很多能力。我现在也只要求我有对框架重构的能力。

就是啊,对于新手,框架根本都不知道怎么入手啊。。。。

个人认为,初学者一定要去自己敲代码,不能基础没打好,直接上手框架,那样以后反而更容易产生误解,框架固然简单,但更容易把思维固定,so...

目测自己毁了已经

框架是方便开发的,不知道功能如何实现写出来的代码一样的很稀烂,它只是组织好了MVC几个层,其他东西还是要去自己写的啊

框架不是那么简单就能看透的……

我人为框架只是较好的组织了代码而已

其实还是逻辑问题,多思考多想。。框架只是一种工具。。小弟浅见。各位坛友新年快乐。

先到如今~~不会因为有了框架的出现,就会失去php减少对编程人员的需求,随着对php人员的招聘稀少,以后php的前景还是很大的,就像刚开始的js一样~~~

不能认同这个观点。

框架只是设定好了一种处理逻辑吧...coder按这个思路去写代码就O了..

想起第一年参加工作的时候 公司用的是zend框架 真心云里雾里弄不懂

后来换了第二份工作 抛开框架重新写 感觉豁然开朗 舒服多了

然后现在又开始使用框架了,开始渐渐能体会到框架的好处

====================================================

以上的经历让我学会了用框架 成功步入低工资水准的低端PHP程序员行列....  

不知道将来会否有所改善.

框架的确有他的好处,特别是团队开发的时候,虽然会有一定的效率损耗,但是相对来说在开发上的被迫协同是可以弥补的,接下来打算摸摸Yii的精华,然后再权衡是否需要再去造个轮子....

哎,说起来都是泪呀。

可以学习框架的底层代码也是不错滴

我不认为会皮毛框架造成大部分程序员失业. 我自己就在学YII玩. 自用个把月感受如何.
不是会用个控制器就是精通框架.我相信很多人连CComponent类都没看过.根本不知道底层的实现逻辑.
行为和事件更一无所知.哪些核心CORE会加载更不知道.只停留在用路由层的?丝.工资能有多高?
到时候底层想加个自己的东西,他们就抓瞎了.这样的人,能说他会用框架吗? 上次面试个达内培训出来的,4个月的时间写上会使用YII框架.你敢招他用吗?
学习框架是需要长期坚持的

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' =>

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

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

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

Customizing/Extending Frameworks: How to add custom functionality.Customizing/Extending Frameworks: How to add custom functionality.Mar 28, 2025 pm 05:12 PM

The article discusses adding custom functionality to frameworks, focusing on understanding architecture, identifying extension points, and best practices for integration and debugging.

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 Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

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),