overview of drupal

Post on 30-Nov-2014

3.007 Views

Category:

Technology

1 Downloads

Preview:

Click to see full reader

DESCRIPTION

this is a slide presented in the PHPCamp Pune 08.

TRANSCRIPT

Overview of Drupal By : Payel Ghosh

Mail : g.payel@puneitlabs.com

About Me

Working as a Web app developer from

One and half year with PuneITLabs

Drupal is FREE

Lots of Features

Drupal is FREE

Lots of Features

Lots of Features

Gives lot of Control

Drupal is extendable

Drupal Community

Some KILLER Features

Some Drupal Tutorials

• on-line documentation @ http://drupal.org/handbooks

• Drupal books @ http://drupal.org/books

• www.siteground.com/tutorials/drupal-tutorial/

• www.lullabot.com/

• http://drupaldojo,net

Security

Statistics 840+ Code Contributors

200,000+ users on drupal.org

3 million+ lines of code (core + contributed)

52 SoC mentors for 20 students per year

100,000+ downloads per month

*Data taken from “Implementing drupal” presentation

IBM Comparison

*Data taken from http://www.ibm.com/developerworks/opensource/

Some KILLER Features

CCK VIEWS

Organic Groups

Action/ Trigger

Locale

Path

Taxonomy

Who Use Drupal

Some KILLER Features

Some KILLER Features

Some KILLER Features

Some KILLER Features

Some KILLER Features

How Drupal Works

Drupal Core

templating Localization SEOInput

formats

Content

management

User

managementUrl aliases Reports

Modules

templating Localization SEOInput

formats

Content

management

User

managementUrl aliases Reports

ForumPrivate

Messages

User

profile

WYSIWYG

Editor

E

commerce

Event

Calendar

Image

gallery

Custom

Hook SystemModule_invoke_all(‘perm’)

User Module Blog module

function user_perm() {

return array(‘access user profiles’);

}

function blog_perm() {

return array('edit own blog');

}

$permission = array(‘access user profiles’, ‘edit own blog’, . . . . );

Node System

Node

ID

Title

Body

Blog

ID

Title

Body

Album

Id

Title

Artist

Body

Comment module Comment module

Upload moule

What’s New in 6

The Future is Bright

Thank you

top related