summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket488.php
blob: e9610d1db4ec073e648f8d2927f4f28ece16452e (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';
	}
}

?>