Releases: dereuromark/cakephp-ide-helper
Releases · dereuromark/cakephp-ide-helper
0.2
Improvements
- Adds proper table relations, now also works for chaining
- Allows mixins for table behaviors
- Fixes model annotations to be partially written
First pre-release
Features
- Add annotations to existing code (e.g. when upgrading an application) just like baking would to new code.
- Can run multiple times without adding the annotations again.
- Works with your application as well as any loaded plugin.
- CI check support, can e.g. be run in Travis, CircleCI, Jenkins just like coding standards check.
Supported annotations by this plugin:
- Models (Tables and Entities)
- Controllers (including prefixes like
Admin
) - View (AppView)
- Templates (
.ctp
files including elements) - Shells (and Tasks)
- Components
- Helpers