Forgot your password?
typodupeerror

Comment Re:This is what Drupal looks like (Score 1) 77

That's what a .template file looks like within Drupal's default (since 4.7) theme engine, PHPTemplate. That is hardly what all of Drupal code looks like - in fact very little reads as PHP embedded in HTML, most of it is pure PHP.

Drupal is a really great application framework, and as a framework it takes a little effort to learn how to flex and expand. I'll agree that it is not for everybody. But when you dig into that framework and grasp it, you can pull off some pretty impressive things.

A friend and I run a web site that we've made entirely geo-aware. A visitor tells us where they are and we only show them data that is near them (and data where location is not relevant, such as help screens and open forums). Drupal was not built to do this - I should say Drupal was not designed to meet this specific need. Impressively we pulled this off with only a single line change in Drupal core, and that was to replace the default RSS feed on the front page because we needed ours to be an RSS feed specific to the user's locality. Everything else was done through the proper extension patterns in Drupal. We are very pleased with Drupal as a framework.

Drupal can look pretty too - we are very happy with the degree to which we could theme Drupal.


Scott

http://www.folkjam.org/
Find jams. Post jams. Play well with others.

Slashdot Top Deals

E = MC ** 2 +- 3db

Working...