summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket578.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket578.php')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Ticket578.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket578.php b/tests/FunctionalTests/tickets/protected/pages/Ticket578.php
new file mode 100644
index 00000000..7d7dbaac
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket578.php
@@ -0,0 +1,13 @@
+<?php
+Prado::using('System.Web.UI.ActiveControls.*');
+class Ticket578 extends TPage
+{
+
+ function button2_onclick($sender, $param)
+ {
+ $this->label1->Text = "Button 1 was clicked : " . htmlspecialchars($this->text1->Text);
+ }
+
+}
+
+?> \ No newline at end of file