Home Backend Development PHP Tutorial PHP框架,该怎么处理

PHP框架,该怎么处理

Jun 13, 2016 pm 01:29 PM
framework php quot thinkphp zend

PHP框架
新手。。
现在一般PHP开发多数用什么框架开发。
小型网站,中型网站,大型网站。
分别用那些框架开发比较好。

------解决方案--------------------
新手的话,建议学ci
------解决方案--------------------
建议什么框架都不用!
------解决方案--------------------

探讨

建议什么框架都不用!

------解决方案--------------------
探讨

引用:

建议什么框架都不用!


也别用那些封装的数据库操作类.

------解决方案--------------------
2,3,4楼的话纯属扯淡,可以无视。这就是“高手”的通病,自以为是,目空一切,眼高于顶。
------解决方案--------------------
一个成熟的开源产品,一般都不会用框架。

如果你还不会基本php开发建议先不用
如果你会了,并且打算用一个框架,可以选一个学一下。例如thinkphp,zend framework ,yii,cake,ci之类的。这个主要是个人喜好
------解决方案--------------------
一个成熟的开源产品,一般都不会用框架。

如果你还不会基本php开发建议先不用
如果你会了,并且打算用一个框架,可以选一个学一下。例如thinkphp,zend framework ,yii,cake,ci之类的。这个主要是个人喜好
------解决方案--------------------
探讨

2,3,4楼的话纯属扯淡,可以无视。这就是“高手”的通病,自以为是,目空一切,眼高于顶。

------解决方案--------------------
探讨

2,3,4楼的话纯属扯淡,可以无视。这就是“高手”的通病,自以为是,目空一切,眼高于顶。

------解决方案--------------------
任何语言所谓的框架都是坑爹的,写代码就那么一回事,别人能写,我们也能写,别人思想好我们学习借鉴,但直接把人家的代码当作圣经膜拜就需要掂量掂量它是否足够简单可信赖了。

一门语言之上开发的东西都是人开发的,只有“库”的概念,而且绝大多数库都很糟烂,只有少数几个世界有名的名牌库才是被大家放心并且热心甘愿俯首称臣的。
------解决方案--------------------
鉴于目前反框架派回帖较多, 
跳出来平衡一下, 
当然,我是框架派....

还是那句话, 
"框架,我只推荐Zend..."
------解决方案--------------------
探讨

鉴于目前反框架派回帖较多,
跳出来平衡一下,
当然,我是框架派....

还是那句话,
"框架,我只推荐Zend..."

------解决方案--------------------
thinkphp用的比较多,不管是小型的,中性的,大型的都用thinkphp。看看我的这个网站用的就是thinkphp做的。
------解决方案--------------------
不可否认使用框架带来一定的开发效率,但这样会把你的程序捆绑在这个框架下。若是作为长期经营的专业网站的话还是不要使用框架了,应该有自己的一套库。这样不会受到如版权、版本、bug等很多方面的问题或约束。若是快速开发可以考虑使用框架。新手研究可以但不建议使用框架,使用框架不利于你的技术水平提高。
------解决方案--------------------
ci吧,我也在学
------解决方案--------------------
探讨

当所有的"高手"都认为不要用框架可能更好的时候, 是因为他们经历过...
那不是目空一切, 眼高于顶, 而是经历过的项目多了, 会发现选择任何一个框架都会禁锢你的思想, 所以, 那些稍大的项目, 都会选择实现一个精简的框架或者选择一个已有框架进行精简...
框架……
Statement of this Website
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

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)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

CakePHP Project Configuration CakePHP Project Configuration Sep 10, 2024 pm 05:25 PM

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

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian Dec 24, 2024 pm 04:42 PM

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

CakePHP Date and Time CakePHP Date and Time Sep 10, 2024 pm 05:27 PM

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

CakePHP File upload CakePHP File upload Sep 10, 2024 pm 05:27 PM

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

CakePHP Routing CakePHP Routing Sep 10, 2024 pm 05:25 PM

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

Discuss CakePHP Discuss CakePHP Sep 10, 2024 pm 05:28 PM

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

How To Set Up Visual Studio Code (VS Code) for PHP Development How To Set Up Visual Studio Code (VS Code) for PHP Development Dec 20, 2024 am 11:31 AM

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

CakePHP Creating Validators CakePHP Creating Validators Sep 10, 2024 pm 05:26 PM

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

See all articles