Examples
Prado Petshop
Petshops are complete e-commerce examples with shopping cart, checkout, sign-up, and a product catalogue. The example also demonstrates application localization.
Prado version 2.x http://xlab6.com/petshop/ This example is work in progress. Prado version 3.x TODO
Prado version 3.x
Hello, world!
Version 3.x Hello world! is very similar to version 2.x http://xlab6.com/prado3/examples/helloworld.php
Prado QuickStart Tutorial
The QuickStart tutorial contains detailed information to get you quickly started in building your own Web applications based on PRADO. This example is work in progress. http://xlab6.com/prado3/demos/quickstart/
Prado Composer
The composer is a component class code generator. This example is work in progress. http://xlab6.com/prado3/demos/composer/
Prado version 2.x
Hello, world!
Shows event driven programming in Prado. http://xlab6.com/example/helloworld.php
Hangman Game
Shows viewstate maintenance of a single page (note, session is not used). http://xlab6.com/example/hangman.php
Phonebook
Shows the authentication and authorization support from the framework, the TRepeater control, the database control, etc. http://xlab6.com/example/phonebook.php
Blog
Shows a basic blog application that exploits the module support of PRADO. http://xlab6.com/example/blog.php
I18N
Shows the internalization (I18N) and localization (L10N) support of PRADO. http://xlab6.com/example/i18n.php
Datalist
Shows the usage of the TDataList component. http://xlab6.com/example/datalist.php
Datagrid
Shows the usage of the powerful TDataGrid. http://xlab6.com/example/datagrid.php
Rental wizard
Shows the usage of the newly added TWizard control. It is also a good example of how to use PRADO validators nicely. http://xlab6.com/example/wizard.php