Drupal is highly customizable, but yes takes a lot of work to get set up to do what you'd like. Other CMS' provide much simpler out of the box style 'install this addon through an interface and fuhgeddaboudit' type of solutions for the more layman user. Wordpress and Joomla come to mind.
If you want to go a more developer oriented route I would suggest one of the many php frameworks out there. CodeIgniter and Symfony2 are a few popular ones, but there are tons of them out there. Play around with them and see which is better suited to your needs.
I used a lot of CMS'es and all are not fine.. dirty code in them etc. and most of them are slow... Drupal is a complex solution for you and it seems ok...
You need to learn how to make modules.. it isn't that hard if you know some php...
You can modify each template .. each page.. it's not so complicated.. just try to learn some..
P.S: You can use the views in order to not write code..you might do something with them...
发布评论
评论(3)
Drupal 是高度可定制的,但是需要做很多工作才能完成您想要的操作。其他 CMS 为更外行的用户提供了更简单的开箱即用式“通过界面安装此插件和 fuhgeddaboudit”类型的解决方案。我想到了 Wordpress 和 Joomla。
如果您想走一条更加面向开发人员的路线,我建议您选择众多 php 框架之一。 CodeIgniter 和 Symfony2 > 是一些流行的,但有很多。尝试一下它们,看看哪个更适合您的需求。
Drupal is highly customizable, but yes takes a lot of work to get set up to do what you'd like. Other CMS' provide much simpler out of the box style 'install this addon through an interface and fuhgeddaboudit' type of solutions for the more layman user. Wordpress and Joomla come to mind.
If you want to go a more developer oriented route I would suggest one of the many php frameworks out there. CodeIgniter and Symfony2 are a few popular ones, but there are tons of them out there. Play around with them and see which is better suited to your needs.
我使用了很多 CMS,但都不太好.. 其中的代码很脏等等,而且大多数都很慢... Drupal 对您来说是一个复杂的解决方案,看起来还不错...
您需要学习如何制作模块..如果您了解一些php,这并不难...
您可以修改每个模板..每个页面..它并不那么复杂..只需尝试学习一些..
PS:您可以使用中的视图为了不写代码..你可能会用它们做一些事情...
I used a lot of CMS'es and all are not fine.. dirty code in them etc. and most of them are slow... Drupal is a complex solution for you and it seems ok...
You need to learn how to make modules.. it isn't that hard if you know some php...
You can modify each template .. each page.. it's not so complicated.. just try to learn some..
P.S: You can use the views in order to not write code..you might do something with them...
Agile Toolkit 中大约有 20 行 PHP 代码。没有额外的 javascript,没有额外的 HTML,没有插件:
演示:http://codepad.agiletoolkit.org/newsletter
来源:http://codepad.agiletoolkit.org/source/newsletter
It's about 20 lines of PHP code in Agile Toolkit. No extra javascript, no extra HTML, no plugins:
Demo: http://codepad.agiletoolkit.org/newsletter
Source: http://codepad.agiletoolkit.org/source/newsletter