mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-04 15:24:07 +01:00
75 lines
2.5 KiB
Plaintext
75 lines
2.5 KiB
Plaintext
* Getting Started
|
|
- [Overview](index)
|
|
- [New Features](changes)
|
|
- [Upgrading from 1.0 to 1.1](upgrade)
|
|
- [What is Yii](quickstart.what-is-yii)
|
|
- [Installation](quickstart.installation)
|
|
- [Apache and Nginx configurations](quickstart.apache-nginx-config)
|
|
- [Creating First Yii Application](quickstart.first-app)
|
|
|
|
* Fundamentals
|
|
- [Model-View-Controller (MVC)](basics.mvc)
|
|
- [Entry Script](basics.entry)
|
|
- [Application](basics.application)
|
|
- [Controller](basics.controller)
|
|
- [Model](basics.model)
|
|
- [View](basics.view)
|
|
- [Component](basics.component)
|
|
- [Module](basics.module)
|
|
- [Path Alias and Namespace](basics.namespace)
|
|
- [Conventions](basics.convention)
|
|
- [Development Workflow](basics.workflow)
|
|
- [Best MVC Practices](basics.best-practices)
|
|
|
|
* Working with Forms
|
|
- [Overview](form.overview)
|
|
- [Creating Model](form.model)
|
|
- [Creating Action](form.action)
|
|
- [Creating Form](form.view)
|
|
- [Collecting Tabular Input](form.table)
|
|
- [Using Form Builder](form.builder)
|
|
|
|
* Working with Databases
|
|
- [Overview](database.overview)
|
|
- [Database Access Objects](database.dao)
|
|
- [Query Builder](database.query-builder)
|
|
- [Active Record](database.ar)
|
|
- [Relational Active Record](database.arr)
|
|
- [Database Migration](database.migration)
|
|
|
|
* Caching
|
|
- [Overview](caching.overview)
|
|
- [Data Caching](caching.data)
|
|
- [Fragment Caching](caching.fragment)
|
|
- [Page Caching](caching.page)
|
|
- [Dynamic Content](caching.dynamic)
|
|
|
|
* Extending Yii
|
|
- [Overview](extension.overview)
|
|
- [Using Extensions](extension.use)
|
|
- [Creating Extensions](extension.create)
|
|
- [Using 3rd-Party Libraries](extension.integration)
|
|
|
|
* Testing
|
|
- [Overview](test.overview)
|
|
- [Defining Fixtures](test.fixture)
|
|
- [Unit Testing](test.unit)
|
|
- [Functional Testing](test.functional)
|
|
|
|
* Special Topics
|
|
- [Automatic Code Generation](topics.gii)
|
|
- [URL Management](topics.url)
|
|
- [Authentication and Authorization](topics.auth)
|
|
- [Theming and Skin](topics.theming)
|
|
- [Logging](topics.logging)
|
|
- [Error Handling](topics.error)
|
|
- [Web Service](topics.webservice)
|
|
- [Internationalization (I18N)](topics.i18n)
|
|
- [Alternative Template Syntax](topics.prado)
|
|
- [Console Applications](topics.console)
|
|
- [Security](topics.security)
|
|
- [Performance Tuning](topics.performance)
|
|
- [Code Generation using Command Line Tools (deprecated)](quickstart.first-app-yiic)
|
|
|
|
<div class="revision">$Id$</div>
|