How to access Module Parameters?

Hi,

It is in the module declaration, you declare what php script in the admin folder is the setup page :

// Config pages. Put here list of php page, stored into mymodule/admin directory, to use to setup module.
		$this->config_page_url = array("setup.php@mymodule");
1 Like