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

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 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months 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)

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:

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.

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.

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.

Why Choose PHP as Your Language of Choice for Web Development Why Choose PHP as Your Language of Choice for Web Development Mar 16, 2024 am 08:45 AM

Why choose PHP as the preferred language for web development? In today's Internet era, web development has become a very important field. And choosing a suitable programming language is crucial for developers. Among many programming languages, PHP is favored by developers as a powerful web development language. This article will explore from several aspects why PHP is chosen as the preferred language for web development. First of all, the popularity and popularity of PHP is one of the important reasons for choosing it. PHP is a widely used language

Imperial CMS directory location revealed Imperial CMS directory location revealed Mar 12, 2024 pm 10:33 PM

The location of the Empire CMS directory is revealed. Specific code examples are needed. Empire CMS (EmpireCMS) is a widely used open source content management system. Its flexibility and feature richness are loved by users. During the website development process, it is crucial to understand the directory structure and file location of Empire CMS, as this helps developers better manage website content and functions. This article will reveal the directory location of Empire CMS and provide specific code examples to help readers gain a deeper understanding of this content management system. 1.Basic directory structure

PHPcms column cache storage path revealed PHPcms column cache storage path revealed Mar 14, 2024 pm 03:18 PM

PHPcms is a powerful content management system that is widely used in website development. Column caching is an important function in PHPcms, which can improve website access speed and reduce server pressure. This article will reveal the storage path of the PHPcms column cache and provide specific code examples. 1. What is column caching? Column caching refers to generating static files from the column content in the website and storing them in the specified path. When the user accesses the column, the static file is directly read instead of dynamically generating the page every time. this

See all articles