From 45b0fe42a979d444d547a5248eb2e9e915aaf16a Mon Sep 17 00:00:00 2001 From: wei <> Date: Sun, 14 Jan 2007 02:10:24 +0000 Subject: Add "block-content" to allow user comments on block level elements in quickstart docs. --- .../protected/pages/Tutorial/AjaxChat.page | 264 +++++++++++---------- 1 file changed, 134 insertions(+), 130 deletions(-) (limited to 'demos/quickstart/protected/pages/Tutorial/AjaxChat.page') diff --git a/demos/quickstart/protected/pages/Tutorial/AjaxChat.page b/demos/quickstart/protected/pages/Tutorial/AjaxChat.page index 2d49c9f6..ec6fc149 100644 --- a/demos/quickstart/protected/pages/Tutorial/AjaxChat.page +++ b/demos/quickstart/protected/pages/Tutorial/AjaxChat.page @@ -1,67 +1,67 @@ -

Building an AJAX Chat Application

-

This tutorial introduces the Prado web application framework's +

Building an AJAX Chat Application

+

This tutorial introduces the Prado web application framework's ActiveRecord - and Active Controls to build a Chat - web application. It is assumed that you + and Active Controls to build a Chat + web application. It is assumed that you are familiar with PHP and you have access to a web server that is able to serve PHP5 scripts. This basic chat application will utilize the following ideas/components in Prado. -