summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket500.php
blob: 0c315ac5f8c205fde328e198890f5ecc31038690 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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;
	}
}