请使用过PHP框架的过来说两句吧
看来搞PHP不学框架真是麻烦事。基本上我一面试人家就要以最短的时间内把网站弄好,不学框架不行了。
但在PHP框架里,那个运行效率相对较高。希望用过框架做产品的说下,估计外包行业的应该最了解了。
回复讨论(解决方案)
PHP的效率不在于你用了什么框架,而在于你本身代码的质量以及数据处理这块。
对于企业来说,用一个规范来换取一丁点的性能牺牲还是值得的,PHP框架里面,首先国产的thinkphp要学好吧,学好一门后就不怕了,因为框架的基础思想都是一样的,再触类旁通的了解一下其它框架,比如CI、YII等,我说的是了解看,这样即使面试官问你一些小问题,你也能答上来。
面试过了什么都好说,之后不是有适应期么,那个时候你再突击深入,工作中慢慢实践。。。
学习框架,网站开发和维护都比较方便,原生的php代码,你需要去搭建底层,不利于短期项目。
学习框架,网站开发和维护都比较方便,原生的php代码,你需要去搭建底层,不利于短期项目。
大公司的项目基本上都是原生的PHP,它们不用网上这些流行的框架的,除非这个产品是卖给别的公司的。但关键是大公司不那么好进。
建议学习thinkphp 中文文档比较全面。我们公司全部使用think框架
比较流行的有thinkphp ci yii
建议学习thinkphp 中文文档比较全面。我们公司全部使用think框架
我们公司的用的是国外的KOHANA框架,每次找资料得去看官网,都是英文的。thinkphp国内框架不错的。
建议学习thinkphp 中文文档比较全面。我们公司全部使用think框架
我们公司的用的是国外的KOHANA框架,每次找资料得去看官网,都是英文的。thinkphp国内框架不错的。
thinkphp我一直不怎么敢用,因为似乎漏洞也不少。反正我知道网上泄漏的方维社会分享系统,漏洞超级多。而且thinkphp给我的感觉就是笨重。其它thinkphp框架的产品我还没有接触过。
建议学习thinkphp 中文文档比较全面。我们公司全部使用think框架
我们公司的用的是国外的KOHANA框架,每次找资料得去看官网,都是英文的。thinkphp国内框架不错的。
thinkphp我一直不怎么敢用,因为似乎漏洞也不少。反正我知道网上泄漏的方维社会分享系统,漏洞超级多。而且thinkphp给我的感觉就是笨重。其它thinkphp框架的产品我还没有接触过。
那你用KOHANA框架吧。。。一起学习。有不懂的可以问我。不过我认为每个框架都有优缺点。用之前好好选择吧,。
推荐thinkphp
国内的 tp 挺不错的。
目前正在使用thinkphp框架,感觉不错
小弟去年年底才开始找工作,之前学了thinkPHP,但是面试的单位都嫌tp太轻量级了,现在工作的单位都是用的zend framework.
小弟去年年底才开始找工作,之前学了thinkPHP,但是面试的单位都嫌tp太轻量级了,现在工作的单位都是用的zend framework.
这个公司的产品不杂地。可以测试一下压力。不是我吹。并发1000不知道这款zend framework能不能爬下。
小弟去年年底才开始找工作,之前学了thinkPHP,但是面试的单位都嫌tp太轻量级了,现在工作的单位都是用的zend framework.
这个公司的产品不杂地。可以测试一下压力。不是我吹。并发1000不知道这款zend framework能不能爬下。
一堆高水平的PHP专家编写的框架被你这一句扁到底了。。。
学习框架,网站开发和维护都比较方便,原生的php代码,你需要去搭建底层,不利于短期项目。
大公司的项目基本上都是原生的PHP,它们不用网上这些流行的框架的,除非这个产品是卖给别的公司的。但关键是大公司不那么好进。
大公司?一年有上千万给几十个技术人员开工资的大公司?那不自己开发,养那么多贵人干嘛。。
否则还是用现成的吧,不然也就是拿人家现成的拼合下,能比市面上主流的几个框架水平高多少?
小弟去年年底才开始找工作,之前学了thinkPHP,但是面试的单位都嫌tp太轻量级了,现在工作的单位都是用的zend framework.
这个公司的产品不杂地。可以测试一下压力。不是我吹。并发1000不知道这款zend framework能不能爬下。
一堆高水平的PHP专家编写的框架被你这一句扁到底了。。。
你并发一个页面试试看不就知道了。
准备试试CI。谢谢各位。

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











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

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,

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.

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

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.

PHP and Python each have their own advantages, and choose according to project requirements. 1.PHP is suitable for web development, especially for rapid development and maintenance of websites. 2. Python is suitable for data science, machine learning and artificial intelligence, with concise syntax and suitable for beginners.

PHP is widely used in e-commerce, content management systems and API development. 1) E-commerce: used for shopping cart function and payment processing. 2) Content management system: used for dynamic content generation and user management. 3) API development: used for RESTful API development and API security. Through performance optimization and best practices, the efficiency and maintainability of PHP applications are improved.

PHP is a scripting language widely used on the server side, especially suitable for web development. 1.PHP can embed HTML, process HTTP requests and responses, and supports a variety of databases. 2.PHP is used to generate dynamic web content, process form data, access databases, etc., with strong community support and open source resources. 3. PHP is an interpreted language, and the execution process includes lexical analysis, grammatical analysis, compilation and execution. 4.PHP can be combined with MySQL for advanced applications such as user registration systems. 5. When debugging PHP, you can use functions such as error_reporting() and var_dump(). 6. Optimize PHP code to use caching mechanisms, optimize database queries and use built-in functions. 7
