Skip to content

Instantly share code, notes, and snippets.

@dmtrs
Created September 5, 2011 09:55
Show Gist options
  • Save dmtrs/1194599 to your computer and use it in GitHub Desktop.
Save dmtrs/1194599 to your computer and use it in GitHub Desktop.
<?php
class JsModule extends CWidget
{
...
protected $defaultOptions = array();
...
public function init()
{
$this->options = CMap::mergeArray($this->defaultOptions, $this->options);
//registerscrits etc....
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment