diff options
author | wei <> | 2007-02-27 23:27:14 +0000 |
---|---|---|
committer | wei <> | 2007-02-27 23:27:14 +0000 |
commit | 4c86659bc90d9134b0f901572c5417aa7d9cec18 (patch) | |
tree | 41628a361f9d787d6d906f50a7bcf04682e98907 /demos/quickstart/protected | |
parent | 61e14dd70fb045ac84caf92e688cd3b29b663f3f (diff) |
Add comments for scaffold, minor changes to TActiveRecord
Diffstat (limited to 'demos/quickstart/protected')
-rw-r--r-- | demos/quickstart/protected/controls/TopicList.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/quickstart/protected/controls/TopicList.tpl b/demos/quickstart/protected/controls/TopicList.tpl index d9668d66..94860067 100644 --- a/demos/quickstart/protected/controls/TopicList.tpl +++ b/demos/quickstart/protected/controls/TopicList.tpl @@ -17,6 +17,7 @@ <li><a href="?page=GettingStarted.HelloWorld">Creating First PRADO Application</a></li>
<li><a href="?page=Fundamentals.Hangman">Sample: Hangman Game</a></li>
<li><a href="?page=Tutorial.CurrencyConverter">Currency Converter</a></li>
+ <li><a href="?page=Tutorial.AddressBook">Address Book</a></li>
<li><a href="?page=Tutorial.AjaxChat">AJAX Chat Client</a></li>
<li><a href="?page=GettingStarted.CommandLine">Command Line Tool</a></li>
</ul>
|