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

Prado::using('System.Web.UI.ActiveControls.*');

class Ticket488 extends TPage
{
	function login($sender,$param)
	{
		//$param->IsValid = $this->Password == 'Prado';
	}
}

?>