Skip to content

Instantly share code, notes, and snippets.

@dmtrs
Created May 17, 2012 20:25
Show Gist options
  • Save dmtrs/2721396 to your computer and use it in GitHub Desktop.
Save dmtrs/2721396 to your computer and use it in GitHub Desktop.
<?php
return arrray(
'components' => array(
'myComponent' => array(
'class' => 'ext.foo.FooComponent',
....
)
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment