From 143980b6dab8ad87c44518e5b7befb614fb83b85 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 14 Jul 2006 06:56:16 +0000 Subject: Add time-tracker sample and docs. (Incomplete) --- demos/time-tracker/protected/pages/Docs/preface.page | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 demos/time-tracker/protected/pages/Docs/preface.page (limited to 'demos/time-tracker/protected/pages/Docs/preface.page') diff --git a/demos/time-tracker/protected/pages/Docs/preface.page b/demos/time-tracker/protected/pages/Docs/preface.page new file mode 100644 index 00000000..fa0ba5c3 --- /dev/null +++ b/demos/time-tracker/protected/pages/Docs/preface.page @@ -0,0 +1,19 @@ + +

Prado Time Tracker

+

This documentation is complete walk-through guide detailing the +steps involved in implementating of the Prado Time Tracker web application. +

+

Target Audience

+

The guide is intended for readers who has some experience +using PHP version 5 and some basic concepts of Object-Oriented application +design. The guide will assume that the reader understands the primary concepts +of class, methods, class inheritance, and other basic features offered by PHP +version 5 or later.

+

Questions and Comments

+

Readers are encouraged to ask questions as the forum regarding any +particular aspect of this documentation. Comment and constructive criticisms +are most welcome. Questions and comments may be directed at +http://www.pradosoft.com/forum/. +

+ +
\ No newline at end of file -- cgit v1.2.3