summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket500.php
blob: a0b96ed5fb81187403a8760b94098db19e02e778 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

Prado::using('System.Web.UI.ActiveControls.*');
class Ticket500 extends TPage
{
	function set_url()
	{
		$url=$this->Service->constructUrl('Cats.Buy.Browse',array('filter' => 'basket'));
		$this->link1->NavigateUrl = $url;
	}
}

?>