Exemplo n.º 1
0
	function init()
	{
		Zend_Loader::loadClass('Config');
		parent::init();
	}
Exemplo n.º 2
0
	function init()
	{
		parent::init();
	}
Exemplo n.º 3
0
	public function init()
	{
		$this->_allowed_extensions = explode(',', RivetyCore_Registry::get('photo_browser_allowed_extensions'));
		parent::init();
	}