Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 4th, 2010  |  syntax: Perl  |  size: 0.17 KB  |  hits: 48  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. In application module
  2. $self->plugin('db',
  3. user => 'user',
  4. password => 'password',
  5. database => 'database'
  6. # get_key => 'after_static_dispatch' -- default, you can change
  7. );