为何很多PHP招聘并没框架要求。
在校大学生 对工作毫不知情
在某招聘网站上发现很多PHP招聘并没有框架的需求 都是要求熟悉PHP+MySQL
难道实际工作中并不用框架吗?
题外话:很多人向我推荐了Laravel 但时貌似国内并不是很火 是这样吗?
回复内容:
在校大学生 对工作毫不知情
在某招聘网站上发现很多PHP招聘并没有框架的需求 都是要求熟悉PHP+MySQL
难道实际工作中并不用框架吗?
题外话:很多人向我推荐了Laravel 但时貌似国内并不是很火 是这样吗?
作为一个资深phper,给你的回答, 确实是 PHP 框架不重要,
如果你是做web外包(建站),追求的是开发速度, 一般会选用现有的开源产品做2次开发。
如果是特定功能,
重要的是php基础,基本上不同的公司,都会有一套自己的框架,
有的追求性能,与速度, 甚至都越来越趋向于原生的php,越大型的框架越不用。
大公司基本已经有一个已经有一个成熟的框架,进去一般都是修修补补,
其次框架就是一栋钢筋水泥的毛坯房,里面已经搭建好了很多公共的东西。
就是说里面封装好了很多类,如路由,DB,图片处理,URI,Email等等的类。
在框架上开发,只需要调用其方法,然后再自行扩展些新类。就可以满足需求。
但是大公司生产要不要你重新造轮子,要不让你用原生的实现,
框架虽然节约开发时间,提高工作效率,且扩展性较强,代码重复利用率较高。
但大公司喜欢要从地基开始,因为要控制最核心的东西。
1、框架很多,百家争鸣,要求会某些框架的话,有些狭隘;
2、框架很多,但万变不离其宗,掌握其中的原理更加重要;
实习的,面试了几间公司。
创业公司一般都用买回来的源码,然后让你接手开发。买回来的源码里面,我见过用过的框架有 ThinkPHP ,CI ;但更多的是买回来的源码里面封装了一些操作,如 ORM ,URL 地址重写之类的。熟悉 PHP + mysql 一般都够了,如果有自己的服务器,折腾一下更好。
用框架,只是大部分框架的学习成本并不高。
题外话:是的。
Laravel 设计的非常好,但是这个渣渣太吃硬件,我们都换掉了了,有人可能会说等你硬件配置跟不上的时候,项目就很成功了,加硬件就分分钟的事,我想说,同样的硬件,同样的流量,PHP不用任何框架,无任何压力,换上Laravel 直接接近死机状态,对于懂技术的老板来说,这就是你的问题。
Laravel确实很火,并不是所有的公司用PHP都会用框架的,看具体的项目成本和人力资源,最主要的还是项目需求等问题吧。
我们的项目就是用的Laravel,说实话功能很强大。但是还不成熟,有很多坑要踩
实际工作中用框架,但不是全部公司都用。
题外话:公司刚刚开始,现在自己也正在学习Laravel框架,想以后把新来的带着入坑Laravel :)
用啊,用过 Yaf、Zend Framework2、ThinkPHP。国内公司用得多的框架是:ThinkPHP、YII、CI。Laravel 在国内公司中用得不多,要知道好多公司用的 PHP 版本还是 5.3 和 5.4。我个人喜欢用 Laravel。有的招聘里面会要求框架,有的不会,这都不要紧,学习成本不高,去了学一两周就可以上手了。
其实越大的公司 越用框架。只不过这个不是我们所知道的框架。只不过他们是基于自己业务开发的。
框架什么的没有关系的 .. 每个公司都有自己开发的框架 .
目前所在的公司有用框架,是一套自己开发的框架。如果用别人开发的框架,先不说安全性,单是业务上就存在局限性。所以php基础才是最关键,框架只要用一段时间就上手了。
框架真的不重要。
建议开始看ci,了解一般框架的运行原理。
框架你只要懂一个,很容易就举一反三了。
而mysql这类数据库倒是必须会的,因为你短时间并不能学好。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

If you are an experienced PHP developer, you might have the feeling that you’ve been there and done that already.You have developed a significant number of applications, debugged millions of lines of code, and tweaked a bunch of scripts to achieve op

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

JWT is an open standard based on JSON, used to securely transmit information between parties, mainly for identity authentication and information exchange. 1. JWT consists of three parts: Header, Payload and Signature. 2. The working principle of JWT includes three steps: generating JWT, verifying JWT and parsing Payload. 3. When using JWT for authentication in PHP, JWT can be generated and verified, and user role and permission information can be included in advanced usage. 4. Common errors include signature verification failure, token expiration, and payload oversized. Debugging skills include using debugging tools and logging. 5. Performance optimization and best practices include using appropriate signature algorithms, setting validity periods reasonably,

A string is a sequence of characters, including letters, numbers, and symbols. This tutorial will learn how to calculate the number of vowels in a given string in PHP using different methods. The vowels in English are a, e, i, o, u, and they can be uppercase or lowercase. What is a vowel? Vowels are alphabetic characters that represent a specific pronunciation. There are five vowels in English, including uppercase and lowercase: a, e, i, o, u Example 1 Input: String = "Tutorialspoint" Output: 6 explain The vowels in the string "Tutorialspoint" are u, o, i, a, o, i. There are 6 yuan in total

This tutorial demonstrates how to efficiently process XML documents using PHP. XML (eXtensible Markup Language) is a versatile text-based markup language designed for both human readability and machine parsing. It's commonly used for data storage an

Static binding (static::) implements late static binding (LSB) in PHP, allowing calling classes to be referenced in static contexts rather than defining classes. 1) The parsing process is performed at runtime, 2) Look up the call class in the inheritance relationship, 3) It may bring performance overhead.

What are the magic methods of PHP? PHP's magic methods include: 1.\_\_construct, used to initialize objects; 2.\_\_destruct, used to clean up resources; 3.\_\_call, handle non-existent method calls; 4.\_\_get, implement dynamic attribute access; 5.\_\_set, implement dynamic attribute settings. These methods are automatically called in certain situations, improving code flexibility and efficiency.
