a nice example of how short ...

a nice example of how short and concice good code can be: [ http://drupal.org/node/280069 ]

»

Drupal Hotel Module - Default Adult Rooms for Search Widget

Rooms Search Block

Use case: show Widget search block with custom default nights and adults [today, we can only show that block with '1' default value]

a)
hotel_booking.module:234

Add form element for block configuration

$form['default_nights'] = Array(
'#type' => 'select',
'#title' => t('Default Nights'),
'#default_value' => variable_get('hotel_booking_block_default_nights', '2'),

»

Hotel Management by Drupal & Ubercart GPL Open Source

uc_module for drupal 6x is another big step Druapl took inside the travel industry, which runs so fast on the web.

Today release gives you most of what hotel business requires on the back-office side:

  • manage rooms
  • receive reservation
  • get payment (ubercart integration)

Anyway, since this business have LOTS of requirements, often changing from client to client, we expect uc_module to be as flexible as possible.

»

http//noteurbane.com this is quite good fun... ...

http://noteurbane.com, this is quite good fun... Do you want to suggest the Area where you live or work?

»
Syndicate content