summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Fundamentals/Samples/Hangman/words.txt
blob: 808145805a8242757e71b8ee4f2adab4f7d9833f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

PRADO is an event-driven and component-based framework
for Web application development in PHP 5.

Components following the PRADO protocol are highly
configurable and reusable. Properties defining
the basic features of a component can be configured 
in specifications, templates or code. 
New components can be developed by either inheriting
an existing component class or composing several
components together. The work of using a component 
amounts to placing the component tag on the page template, 
configuring component properties, and writing handler 
functions to respond to component events.

PRADO shares many similarities with ASP.NET and other
RAD tools for Windows GUI development, such as Borland Delphi.
In particular, it supports event-driven programming,
viewstate maintenance, javascript, template, form validations, etc.