Beispiel #1
0
	function init()
	{
		Zend_Loader::loadClass('Config');
		parent::init();
	}
	function init()
	{
		parent::init();
	}
	public function init()
	{
		$this->_allowed_extensions = explode(',', RivetyCore_Registry::get('photo_browser_allowed_extensions'));
		parent::init();
	}