Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Feb 9th, 2010 | Syntax: PHP | Size: 0.38 KB | Hits: 10 | Expires: Never
Copy text to clipboard
  1.         $this->config = array(
  2.                 'classes' => array(
  3.                         'HelloWorld' => array(
  4.                                 'file' => 'helloworld.php',
  5.                                 'name' => 'hello_world'
  6.                                 )
  7.                 ),
  8.                 'head_integrations' => array(
  9.                         'css' => array(
  10.                                 'style.css',
  11.                                 'content.css'
  12.                         ),
  13.                         'js'  => array(
  14.                                 'nerd.js',
  15.                                 'ohrinator.js'
  16.                         )
  17.                 )
  18.                 'settings' => array(
  19.                         'active' => 0,
  20.                         'helloworld' => 1337
  21.                 )
  22.         );