English 中文(简体)
Which version of drupal should I study, 6 or 7?
原标题:

I have been planning to try to build a shopping store with Drupal 7 just for fun and have been studying it for a few days now. But with its current status(alpha5), I doubt if my time and effort would be worthwhile. If I use 6, I am afraid I can t apply my experience with it to 7 because, you know, the latter is way way better and different. Could you please give me an advice as to how should I approach this? Given I stick with 7, which aspects of development I should focus for now until the final release comes? Waiting for the final release before studying isn t an option because I couldn t find any better things to do other than this on my spare time.

最佳回答

Drupal 7 only has on this time of writing 40 critical bugs left, which means that it s pretty close to rc-1. This means that Drupal 7 is not all that unstable, the APIs should be in place etc. So you shouldn t expect any major changes from now on, only bug fixes etc.

This doesn t mean that you should use Drupal 7 for production sites, but you actually could if you don t do fancy stuff etc. So you could start learning Drupal with Drupal 7.

One thing you have to think about though, is that Drupal 7 doesn t have all the modules available that Drupal 6 has, and it will probably take some time even after Drupal 7 is released, before all the major modules have been ported. So unless you can wait developing for quite some time, Drupal 6 might not be a bad place to start. Integrating with modules is also a bit part of developing with Drupal and that s something you also will have a hard time doing with D7 for now.

Another thing to take into consideration, is that the API is not changing that much like it did from D5 to D6, so starting with Drupal 6 is not a bad place at all. A lot of the stuff that s new in Drupal 7 is not APIs you ll be using for simple sites.

Conclusion

You can start developing with Drupal 7 now, but you might have an easier time and learn more if you start with Drupal 6. The changes will be small and you should be able to adjust without problems.

问题回答

Contine with 6 for now and keep upto date with whats new in 7 on the surface level. I dont dig deep into new releases until they hit beta 2 mark by the time which they become more stable. Alpha builds are too early to track and will probably waste ur time configuring than learning... Enjoy!!!

As long as 7 is still in alpha versions, it s pretty likely to change. Anything you learn about 6 will stay relevant to the industry for quite some time, yet.

I wouldn t study the code line for line, but try to grasp the fundamentals of Drupal and how it all ties together. Then your knowledge will transcend versions, so you don t fret over API changes to the node system.

Plus, the API is -right- there for you to refer to and is always updated.





相关问题
Drupal Multi-language: Simple strings not translated

I m adding additional languages to a Drupal site that I m building. Getting the translation of content working is fairly easy using the Internationalisation module. Yet, simple things such as date ...

Setting up a WYSIWYG editor for Drupal site users [closed]

Looking through the Drupal contrib modules, and after a few Google searches, it becomes evident that there are any number of choices and combos available to set up a WYSIWYG editor in Drupal. I m ...

Change size of user/password login box

I don t know how to change the size of the login username/password boxes on the drupal site that I m trying to build. I m stumbling through the theming, and don t know where to find the file that ...

How does Drupal provide an edit/review/publish model?

How does Drupal support a means to update and review a website before it is published? Does it only allow you to preview a page at a time before you publish it or is there a way to create a site ...

Term for rotating header

I m looking for terminology that describes this behavior: The header of a web-page contains a different image every time you visit it. Update: It is not an advertisement, but images related to the ...

Has anyone checked out Drupal 7? [closed]

Has anyone checked out a copy of Drupal 7 yet? What do people think? I m pretty excited about the PDO and all of the designers I work with a very excited about the new admin interface/structure. Do ...

热门标签