Drupal is an open source content management platform.
Equipped with a powerful blend of features, Drupal can support a variety of websites ranging from personal weblogs to large community-driven websites.
Overview
This application will be used to demostrate the developement process when based on two different technology. One of the technologies is Drupal, another is Ruby on Rails.
Application Rqirement
Here is the requirement of the application
<?php
$sql = "SELECT sum(has_title) AS num_students FROM node_type";
$result = db_fetch_object(db_query($sql));
$num_students = $result->num_students;
?>
There are
<?=$num_students;?>
students involved.
Recent comments
18 hours 31 min ago
1 day 18 hours ago
2 days 22 hours ago
4 days 5 hours ago
5 days 2 hours ago
1 week 1 day ago
1 week 2 days ago
2 weeks 1 day ago
2 weeks 3 days ago
2 weeks 4 days ago