PHP框架,该怎么处理
PHP框架
新手。。
现在一般PHP开发多数用什么框架开发。
小型网站,中型网站,大型网站。
分别用那些框架开发比较好。
------解决方案--------------------
新手的话,建议学ci
------解决方案--------------------
建议什么框架都不用!
------解决方案--------------------
------解决方案--------------------
------解决方案--------------------
2,3,4楼的话纯属扯淡,可以无视。这就是“高手”的通病,自以为是,目空一切,眼高于顶。
------解决方案--------------------
一个成熟的开源产品,一般都不会用框架。
如果你还不会基本php开发建议先不用
如果你会了,并且打算用一个框架,可以选一个学一下。例如thinkphp,zend framework ,yii,cake,ci之类的。这个主要是个人喜好
------解决方案--------------------
一个成熟的开源产品,一般都不会用框架。
如果你还不会基本php开发建议先不用
如果你会了,并且打算用一个框架,可以选一个学一下。例如thinkphp,zend framework ,yii,cake,ci之类的。这个主要是个人喜好
------解决方案--------------------
------解决方案--------------------
------解决方案--------------------
任何语言所谓的框架都是坑爹的,写代码就那么一回事,别人能写,我们也能写,别人思想好我们学习借鉴,但直接把人家的代码当作圣经膜拜就需要掂量掂量它是否足够简单可信赖了。
一门语言之上开发的东西都是人开发的,只有“库”的概念,而且绝大多数库都很糟烂,只有少数几个世界有名的名牌库才是被大家放心并且热心甘愿俯首称臣的。
------解决方案--------------------
鉴于目前反框架派回帖较多,
跳出来平衡一下,
当然,我是框架派....
还是那句话,
"框架,我只推荐Zend..."
------解决方案--------------------
------解决方案--------------------
thinkphp用的比较多,不管是小型的,中性的,大型的都用thinkphp。看看我的这个网站用的就是thinkphp做的。
------解决方案--------------------
不可否认使用框架带来一定的开发效率,但这样会把你的程序捆绑在这个框架下。若是作为长期经营的专业网站的话还是不要使用框架了,应该有自己的一套库。这样不会受到如版权、版本、bug等很多方面的问题或约束。若是快速开发可以考虑使用框架。新手研究可以但不建议使用框架,使用框架不利于你的技术水平提高。
------解决方案--------------------
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

AI Hentai Generator
Generate AI Hentai for free.

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

In this chapter, we will understand the Environment Variables, General Configuration, Database Configuration and Email Configuration in CakePHP.

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

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

To work on file upload we are going to use the form helper. Here, is an example for file upload.

In this chapter, we are going to learn the following topics related to routing ?

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

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

Validator can be created by adding the following two lines in the controller.
