This site is archived.
Skip to Content

drupal 7

Coder Module: Easily Port Modules to Drupal 7

Your session in a few words: 
Learn how Coder module can help you port your modules and themes to Drupal 7.
Track: 
Code it, test it, deploy it
Session Type: 
Lecture
Level of expertise: 
Intermediate
Tags: 
drupal 7
Language: 
English

Drupal has a number of coding standards that all contributed Drupal modules and themes should be using. Instead of each developer coding in their own preferred style, they are asked to write all code according to the standards outlined in the document. This ensures that all of Drupal's code is written to a consistent standard, making it easier to understand and modify. Drupal also provides its own set of API functions, and as the drop is always moving, a large number of these API functions can change between major releases of Drupal.

Co presenters: 

Drupal 7 Status Update and Next Steps

Your session in a few words: 
What's new in Drupal 7 and how you can help
Date: 
September 2, 2009 - 11:20 - 12:10
Room: 
Adenauer
Track: 
Code it, test it, deploy it
Session Type: 
Lecture
Level of expertise: 
Intermediate
Tags: 
drupal 7
Language: 
English

This talk will provide an overview of the state of Drupal 7 and what our next steps as a community will be in order to see this fantastic new release come to fruition. Topics will include things such as:

* Overview of Drupal 7 development cycle.
* Shout-outs to the core development team.
* New and exciting features to look forward to for end users, designers, and developers.
* Advice for those who wish to start porting their modules and themes.
* What's left to do before release, and how you (yes, you!) can help.

Drupal's new database layer

Your session in a few words: 
Overview of the new Drupal 7 database architecture
Track: 
Code it, test it, deploy it
Session Type: 
Lecture
Level of expertise: 
Intermediate
Tags: 
drupal 7
Language: 
English

Drupal's database layer has undergone a major overhaul in Drupal 7 to take advantage of new and powerful features in PHP 5. The new system includes over a dozen new features, from a query builder in core to support for Master/slave replication. As with most major overhauls, however, that means API changes. This session will cover the challenges of database abstraction, Drupal's approach, and how to fully leverage the new system in your own code and sites.

Agenda

<

ul>

  • Database abstraction: Why it's hard and even an unsolvable problem.
  • Syndicate content