Is it difficult to develop this kind of website without a framework?

WBOY
Release: 2016-08-08 09:06:49
Original
992 people have browsed it

http://www.lingyiguan.com
Like the title? I have relied on the PHP framework for many years, and I feel worried?

Reply content:

http://www.lingyiguan.com
Like the title? I have relied on the PHP framework for many years, and I feel worried?

It’s not difficult, it just takes a little more time than using a framework. After all, using a framework is to save development costs, especially time. You can do it without a framework, that is, all classes, methods, etc. must be handled by yourself. The framework only needs ready-made calls. If you have enough time, you can do it without a framework

First you need to understand what a framework is. . The framework only standardizes the project structure and encapsulates some common operations. If you don’t want to use the framework, you can organize one yourself. . In fact, I think reasonable use of composer+gitb can completely replace some domestic PHP frameworks

Using a framework saves you a lot of time in underlying development and processing of this technology.

Using a framework will save a lot of time. I use the corethink framework. You can give it a try. It is based on tp but has more functions and is more convenient and faster than tp

Related labels:
php
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!