Roadmap
The immediate to-do list: this is what's coming up!
Additional Features
- Make code locale aware, and add support for multiple languages.
- Code generation for simple get/set objects (scaffolding).
- T_Url as a value object
- Form Get-handler deprecate
- Controller methods tidy: handle/map/etc
- form isReady() method (isPresent && isValid)
- couchdb support (new package?)
- finish client package and document
Bug Fixes
- Uploaded files should have their extension normalised.
- File upload size does not have restriction - change to explicitally applied validation filter.
- exif package added as a skip test to pre-requisites.
- T_File_Path::getHumanSize should be a filter rather than a method
Docs
- Update in-code docs.
- Form validation tips and tricks (how-to)
- Forms and Controllers (how-to)
- Form Repeatable blocks & Addresses docs.
Not sure where to start?
If you're new to the library it's probably best to start in the How To section.
Want to see the code?
If you want to poke around the code itself, you can use git to grab yourself a copy.
Reference
If you're already familar with the codebase but simply want to look something up, best to head over to the code reference.