框架开发,后台怎么弄?
我现在可以使用zf开发系统,现在发现一个问题,后台程序如果做?
现在的框架开发通用的做法是什么?自己开发后台?
回复讨论(解决方案)
自己写也可以,工作量大点。用cms就方便多了。
自己写也可以,工作量大点。用cms就方便多了。
已经确定必须用thinkphp,能用其他cms?
zf、tp 是应用程序开发框架(开发工具)
cms 是现成的应用程序
不知道你所谓的“后台”是指什么?
既然有后台,那么“前台”又是只什么?
zf、tp 是应用程序开发框架(开发工具)
cms 是现成的应用程序
不知道你所谓的“后台”是指什么?
既然有后台,那么“前台”又是只什么?
后台,,,就是管理用户,添加数据这些啊,比如cms
前台就是view层显示的东东,
比如我做一个大型网站,用户看到的是界面,我还要添加用户啊,添加新闻啊,添加产品啊,这些应该有一个安全强大的cms后台嘛,就是这个后台如何弄的?自己写啊?
如果cms满足不了自己的后台需求,还是通过tp,zd自己写一个。
拷个后台模板,功能就自己写了

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

With the deepening of globalization, more and more websites and applications need to support multiple languages. As a programming language widely used in Web development, PHP also needs to support the development of multi-language frameworks. This article will introduce how to use PHP for multi-language framework development. 1. What is a multilingual framework? First, let’s first understand what a multilingual framework is. Multilingual framework, as the name suggests, is a framework that can support multiple languages. In internationalization and localization design, multi-language framework is essential. It can support a variety of

With the continuous development of Internet technology, more and more companies are beginning to use Go language for development. The Go language is favored by developers for its efficiency, stability, and ease of use. In enterprise-level development, frameworks are an integral part. Therefore, this article will introduce how to perform exception handling and error code design in Go language framework development. 1. What is exception handling? In computer programming, exception handling refers to the measures that the program must take when an abnormal situation occurs during the running of the program. These anomalies include hardware failures, software defects

How to build a custom framework in PHP? Custom frameworks are one of the common requirements in web development. By building their own framework, developers can better meet the needs of their projects and increase development efficiency. This article will show you how to build a simple custom framework in PHP. 1. Framework structure A typical PHP framework should contain the following parts: Router: Responsible for mapping URLs to controllers and actions (methods). Controller: receives and processes requests,

Developing MVC with PHP8 framework: Important concepts and techniques that beginners need to know Introduction: With the rapid development of the Internet, Web development plays an important role in today's software development industry. PHP is widely used for web development, and there are many mature frameworks that help developers build applications more efficiently. Among them, the MVC (Model-View-Controller) architecture is one of the most common and widely used patterns. This article will introduce how beginners can use the PHP8 framework to develop MVC applications.

With the rapid development of the Internet, Golang language, as a new generation of efficient programming language, has become an indispensable part for developers. Golang language has received widespread attention and application due to its concise syntax, efficient concurrency performance, good cross-platform compatibility and self-contained static link library. In this process, the importance of the framework has become increasingly apparent. When learning Golang framework development, thinking methods and precautions are also crucial. 1. Selection of framework 1. Understand the framework

Developing MVC with PHP8 Framework: A Step-by-Step Guide Introduction: MVC (Model-View-Controller) is a commonly used software architecture pattern that is used to separate the logic, data and user interface of an application. It provides a structure that separates the application into three distinct components for better management and maintenance of the code. In this article, we will explore how to use the PHP8 framework to develop an application that conforms to the MVC pattern. Step One: Understand the MVC Pattern Before starting to develop an MVC application, I

PHP8 is a powerful server-side scripting language that is widely used in website development and application development. It is simple and easy to learn, efficient and stable, coupled with rich open source frameworks and tools, making PHP one of the preferred languages for many developers. For PHP developers, being familiar with and mastering the use of the MVC (Model-View-Controller) architectural pattern to develop applications can greatly improve teamwork efficiency and code quality. The MVC architectural pattern separates the core logic of an application into

Developing MVC with PHP8 framework: Key strategies to improve performance Summary: With the release of PHP8, developers began to focus on how to use the features of the new version to improve the performance of the PHP framework. This article will introduce some key development strategies to help developers improve performance in the design and implementation of the MVC framework. Keywords: PHP8, MVC framework, performance, development strategy Introduction: With the development of the Internet, PHP, as a widely used server-side scripting language, is used to develop Web applications. To improve development
