Home - markstory/cakephp GitHub Wiki
The wiki pages here are mostly notes and in progress ideas that I needed to write down somewhere. They may or may not end up in CakePHP.
Table of contents
2.1 ideas
- View blocks (implemented)
3.0 ideas
- CacheHelper replacement (scrapped)
- Console framework improvements (implemented)
- Improve Middleware (implemented)
- Non static session (implemented)
- Extensible bake (implemented)
- Bake cleanup (implemented)
- Model api changes (implemented)
- Schema subsystem (implemented. Migration features not implemented in cakephp/cakephp)
- FormHelper cleanup (implemented)
- Separate CSRF Component (implemented)
- Behavior changes (implemented)
- PaginatorHelper cleanup (implemented)
- Require composer (implemented)
- Event system cleanup (implemented)
- Fixture improvements (implemented)
- HttpSocket improvements (implemented)
- Using composer (implemented)
- Merge variables in 3.0 (implemented)
- Router.next (implemented)
- Update bootstrapping (implemented)
- Form classes (implemented)
3.1 Ideas
- Console macros (implemented as console helpers)
3.3 Ideas
- Single Table Inheritance Support
- PSR-7 support (implemented)
3.4 Ideas
- PSR-7 request object (implemented)
3.5 Ideas
- Middleware pipelines (implemented)
- CookieCollections (implemented)
- Console Applications (implemented)
3.6 Ideas
- Command Classes (implemented)
- New CakePHP Authorization Layer API (implemented)
- Plugin Improvements (implemented)
3.7 Ideas
- PSR16 Cache bridge (implemented)
4.1 Ideas
- Debug output improvement thoughts (implemented)
- Dependency Injection Container (implemented)
4.5 Ideas
- Minimal Database Replication API (implemented with several improvements from other maintainers)