Table of Contents
回复内容:
Home Backend Development PHP Tutorial think有什么好的php内容管理后台吗?打算试水接单的大三狗提问

think有什么好的php内容管理后台吗?打算试水接单的大三狗提问

Jun 06, 2016 pm 08:34 PM
cms php thinkphp

作为一个大三狗,学的是php和自学html,准备在出去工作实习前先试验一下自己的能力,打算自己接一些小的单来锻炼自己,搜索了一堆内容管理后台,比较了一些内容管理后台,发现很多大型常用的后台商用都是要联系制作方,估计是要收费的?有哪些免费开源的php内容管理后台吗?求指教。

回复内容:

作为一个大三狗,学的是php和自学html,准备在出去工作实习前先试验一下自己的能力,打算自己接一些小的单来锻炼自己,搜索了一堆内容管理后台,比较了一些内容管理后台,发现很多大型常用的后台商用都是要联系制作方,估计是要收费的?有哪些免费开源的php内容管理后台吗?求指教。

国外优秀的CMS有drupal, joomla, wordpress, typo3

drupal最专业,扩展强大,但最难入门;wordpress最简单,模板多,但难以实现高要求;joomla扩展多,入门简单,但后台组织比较混乱;typo3代码标准,规范的面向对象,但入门难,要学习它的typo3脚本,并且扩展少。

国内的大多数认为phpcms比较好,与joomla结构上有点相似;dedecms使用人群比较多,开发速度快,但最多BUG,也不容易进行深度扩展。

所有CMS里drupal我认为是最好的,有非常强大的社区,遇到问题上网搜一大把资料,但学习时间十分长,需要学的知识相当的多(要玩得好,需要有linux知识),最好还是有较长的PHP开发经验。想挑战难度的,drupal绝对能考验你的耐性。

joomla也比较专业,扩展能力强模板也多,是个值得用的CMS。不过也由于joomla旧版本(v1.5)存在非常多的漏洞,在过去因此很多站受到恶意攻击,所以现在也有很多对joomla不利的评价,例如joomla漏洞多,但这在joomla 2.5与joomla 3已经有很大的改善。

wordpress博客系统起家,但由于与drupal的hook机制类似,也有极强的扩展能力,常常被当CMS使用。wordpress很多业余爱好者,也由于其使用简单,但没有给人专业的感觉,所以不少人认为wordpress开发的网站是廉价的。这样会使得国外内客户不喜欢使用wordpress开发企业级项目。

网站开发上国外的订单价值比较高,例如最近就很热门海外代购,国外的客户普遍都知道drupal和joomla,而且对这两个CMS非常有信心,你要是自己个人定制开发个什么东西,他们一般放心不了。所以drupal和joomla是很适合用于做海外的订单。(海外项目一般连IE8都不需要兼容,只要IE8以上兼容就行)

国内CMS本土化强,而且对低版本浏览器IE6/7有良好的支持,很少比较炫丽的模板(因为兼容低版本IE,很少使用CSS3),但扩展相当的少,虽说使用人群多,但遇到什么高难度的问题基本上也搜不到什么资料可以参考,代码不够规范扩展能力差做不了太复杂的东西。玩得再好都只能做简简单单的内容站,也做不了国外的订单。

Grocery_CRUD

CI 挺不错的

虽然thinkcmf代码有些方面有点不规范。。。
但是界面还可以~
如果没有美工可以改改优化下
界面交互还是可以的~
自己权衡下

wordpress dedecms

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
4 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