Skip to content

Instantly share code, notes, and snippets.

@wdebusschere
Last active April 1, 2019 15:43
Show Gist options
  • Save wdebusschere/599c5e195839aee65d610464b3a2cfd9 to your computer and use it in GitHub Desktop.
Save wdebusschere/599c5e195839aee65d610464b3a2cfd9 to your computer and use it in GitHub Desktop.
Datasource Custom order field
public function execute(array &$param_pool = null)
	{

		$ordercolumn = $this->__processParametersInString('$url-order.1.column', $this->_env, false);

		switch ($ordercolumn) {
		case "0":
			$this->dsParamSORT = "name";
			break;
		}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment