Home Backend Development PHP Tutorial 关于cms,该如何处理

关于cms,该如何处理

Jun 13, 2016 am 10:59 AM
cms nbsp web

关于cms
本帖最后由 Joken321 于 2010-09-25 00:34:08 编辑 我本不是做web开发的,但是最近老总说想让我做一个自己的cms(内容管理系统),打算用php+mysql+apache来实现。对于这方面我完全陌生,不知该从何入手,如何来设计一个cms?应该考虑到哪些问题?各位有什么好的建议不妨说说...
------最佳解决方案--------------------
自己做也可以,但如果考虑到以后模块的增修删,那是一件很麻烦的事。
不过可以借鉴开源的cms,个人觉得 phpcms 不错,思路清晰,分模块。
------其他解决方案--------------------
dedecms  
用cms  就是二次开发
基本上的功能都实现了
需要的是自己改模板 添加自己的功能

只要搞清楚总体的结构 不是很难

------其他解决方案--------------------
现成CMS的来的实际
你要自个写的话,一时半会,写不出来的

------其他解决方案--------------------
本人最近也在研究织梦cms ,原来就是别人写好的框架,自己拿来改改。做网站很快的,自己如果要写cms 怎么也得几个月吧。相当于,自主研发。
------其他解决方案--------------------
还是下载织梦CMS吧 改改就成自己的CMS了
------其他解决方案--------------------
不是做web的,一开始就cms??
建议下个开源的cms来改改模板吧。
------其他解决方案--------------------

引用:
不是做web的,一开始就cms??
建议下个开源的cms来改改模板吧。


我本是做C开发的,后来负责一个邮件系统,有2个多月吧,web开发的经验不是很多,对于1楼的建议,我心领了,不过我还是得做自己的cms...
------其他解决方案--------------------
这老板真好....有钱....还会花....

------其他解决方案--------------------
该回复于2011-02-18 10:55:00被版主删除
------其他解决方案--------------------
也要开始CMS了,不知能不能完成,学习中
------其他解决方案--------------------
这是很久的帖子了!
------其他解决方案--------------------
刚开始做cms 的,头疼呀 高手们帮帮我,说一下其运行机制行不行呀 谢谢了,加我qq也行 如果答案满意的话有Q币送 821359827
------其他解决方案--------------------
研究织梦吧,不然要写到什么时候?
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

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

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)

Hot Topics

Java Tutorial
1662
14
PHP Tutorial
1261
29
C# Tutorial
1234
24
How to enable administrative access from the cockpit web UI How to enable administrative access from the cockpit web UI Mar 20, 2024 pm 06:56 PM

Cockpit is a web-based graphical interface for Linux servers. It is mainly intended to make managing Linux servers easier for new/expert users. In this article, we will discuss Cockpit access modes and how to switch administrative access to Cockpit from CockpitWebUI. Content Topics: Cockpit Entry Modes Finding the Current Cockpit Access Mode Enable Administrative Access for Cockpit from CockpitWebUI Disabling Administrative Access for Cockpit from CockpitWebUI Conclusion Cockpit Entry Modes The cockpit has two access modes: Restricted Access: This is the default for the cockpit access mode. In this access mode you cannot access the web user from the cockpit

PHP framework and CMS integration: unlimited possibilities for technology integration PHP framework and CMS integration: unlimited possibilities for technology integration Jun 01, 2024 pm 05:16 PM

The benefits brought by the integration of PHP framework and CMS are: 1. Improve development efficiency; 2. Enhance security; 3. Simplify content management; 4. Flexibility. In a practical case, the Laravel framework was integrated with WordPressCMS to create a blog website with customized functions. The integration steps include creating a Laravel application, installing WordPress, configuring WordPress, creating a controller, defining routing, obtaining WordPress data, and in the Laravel view Display Data.

How to implement h5 to slide up on the web side to load the next page How to implement h5 to slide up on the web side to load the next page Mar 11, 2024 am 10:26 AM

Implementation steps: 1. Monitor the scroll event of the page; 2. Determine whether the page has scrolled to the bottom; 3. Load the next page of data; 4. Update the page scroll position.

Is PHP front-end or back-end in web development? Is PHP front-end or back-end in web development? Mar 24, 2024 pm 02:18 PM

PHP belongs to the backend in web development. PHP is a server-side scripting language, mainly used to process server-side logic and generate dynamic web content. Compared with front-end technology, PHP is more used for back-end operations such as interacting with databases, processing user requests, and generating page content. Next, specific code examples will be used to illustrate the application of PHP in back-end development. First, let's look at a simple PHP code example for connecting to a database and querying data:

Golang's browser support: building an interactive web Golang's browser support: building an interactive web Apr 07, 2024 pm 04:03 PM

Go builds interactive web applications that run in the browser. Steps: Create Go project and main.go file, add HTTP handler to display messages. Add forms using HTML and JavaScript for user input and submission. Add handling of POST requests in your Go application, receive user messages and return responses. Use FetchAPI to send POST requests and handle server responses.

Practical tips for integrating PHPcms with other systems Practical tips for integrating PHPcms with other systems Mar 15, 2024 am 08:18 AM

Practical tips for integrating PHPcms with other systems With the continuous development of Internet technology, the field of website development has become more diverse and complex. In actual projects, we often face situations where different systems need to be integrated, which requires us to have certain skills and experience to solve these problems. This article will introduce some practical tips and specific code examples for the integration of the PHPcms system with other systems to help developers better cope with challenges. 1. Basic Principles of Integration When performing system integration, it is first necessary to

PHP framework and CMS: the hidden mechanism behind the integration PHP framework and CMS: the hidden mechanism behind the integration May 31, 2024 pm 08:05 PM

The mechanisms for integrating the PHP framework with the CMS include: hooks and events, which allow the CMS to hook into the framework's life cycle events. Bridges and adapters provide standardized methods for calling CMS functions. Self-contained code that enables the CMS to run independently of the framework. Practical example: It is possible to integrate a WordPress blog into the Laravel framework by creating custom routes, controllers and importing database dumps.

The Importance of PHP Stream in Web Development The Importance of PHP Stream in Web Development Mar 28, 2024 am 11:21 AM

The Importance of PHPStream in Web Development With the rapid development of the Internet, Web development has always been an area of ​​great concern. In web development, the transmission and processing of data is crucial, and in this regard, PHPStream plays a key role. PHPStream is a tool for processing input and output streams. Its powerful functions and flexibility allow developers to easily implement various data operations. This article will introduce the importance of PHPStream in web development

See all articles