English 中文(简体)
Simple PHP CMS as an alternative to hacking Wordpress
原标题:
  • 时间:2010-01-18 13:48:59
  •  标签:
  • php
  • modx

For creating common user modifiable site I ve been forcing Wordpress to do the work of a CMS. It s worked and the back-end is purdy but it s just too hacky for my tastes. So I d like a simple CMS that is easy to customize and add dynamic content to.

Right now it looks like modx is my best bet. I ve tried Joomla a while ago but it was a real pain to customize and the back-end was not intuitive.

Basic requirements:

  • Free
  • Runs under PHP5
  • Easy to customize
  • Easy for content authors
  • Easy to add dynamic content

If it doesn t have these, then I doubt it s more fit than modx.

最佳回答

I m a huge fan of modx, I don t have much to add other than to say if you are happy with modx and it does what you need then stick with it.

I just haven t come across anything as easy to use for a developer. The template system, ease of creating your own snippets if you can t find what you need already, everything just seems to fit from a developers point of view.

I have also had no trouble training clients to use it.

The main problem with modx for me is that I haven t really been impressed with any shopping carts/store solutions for modx yet, but I guess it depends on what kind of site you want to make.

问题回答

i can recommend frog cms http://www.madebyfrog.com/ it s a copy of radiant cms (which is running on ruby/rails, see http://www.radiantcms.org/)

Have a look at this http://php.opensourcecms.com/scripts/show.php?catid=9&cat=Lite The list contains very lite php opensource CMS, most of them dont even use a database. You can go through the demo of these and pick the one you like.





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签