3.0 Documentation TOC - markstory/cakephp GitHub Wiki
The docs for 3.0 have grown a bit and we already have some plans to add core plugins to the book. I think it might be prudent to re-organize the docs for a few reasons:
- Many important topics are buried. Things like pagination are deep in the docs and hard to find by quickly scanning the TOC
- Some sections are hard to find by navigating. Is routing under controllers or development?
Proposed top level TOC
- Introduction
- QuickStart
- Upgrade Guide
- Installation
- Configuration
- Request Cycle
- Routing
- Request & Response
- Controllers
- Views
- Models
Other topics
- Errors and Exceptions
- Caching
- Logging
- Events
- Sessions
- Authentication
- Middleware
- REST
- Pagination
- CSRF & Form Tampering
- Forms and HTML
- Validation
- Testing
- Deployment
- Console Tools
- Contributing
- Tutorials
- Other core plugins go here.