mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-11 18:46:59 +01:00
35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
* Getting Started
|
|
- [Overview](start.overview)
|
|
- [Testdriving with Yii](start.testdrive)
|
|
- [Requirements Analysis](start.requirements)
|
|
- [Overall Design](start.design)
|
|
|
|
* Initial Prototyping
|
|
- [Setting Up Database](prototype.database)
|
|
- [Scaffolding](prototype.scaffold)
|
|
- [Authenticating User](prototype.auth)
|
|
- [Summary](prototype.summary)
|
|
|
|
* Post Management
|
|
- [Customizing Post Model](post.model)
|
|
- [Creating and Updating Posts](post.create)
|
|
- [Displaying Posts](post.display)
|
|
- [Managing Posts](post.admin)
|
|
|
|
* Comment Management
|
|
- [Customizing Comment Model](comment.model)
|
|
- [Creating and Displaying Comments](comment.create)
|
|
- [Managing Comments](comment.admin)
|
|
|
|
* Portlets
|
|
- [Creating User Menu Portlet](portlet.menu)
|
|
- [Creating Tag Cloud Portlet](portlet.tags)
|
|
- [Creating Recent Comments Portlet](portlet.comments)
|
|
|
|
* Final Work
|
|
- [Beautifying URLs](final.url)
|
|
- [Logging Errors](final.logging)
|
|
- [Final Tune-up and Deployment](final.deployment)
|
|
- [Future Enhancements](final.future)
|
|
|
|
<div class="revision">$Id$</div> |