Download the PHP package nazonohito51/cakephp2-ide-helper without Composer
On this page you can find all versions of the php package nazonohito51/cakephp2-ide-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nazonohito51/cakephp2-ide-helper
More information about nazonohito51/cakephp2-ide-helper
Files in nazonohito51/cakephp2-ide-helper
Download nazonohito51/cakephp2-ide-helper
More information about nazonohito51/cakephp2-ide-helper
Files in nazonohito51/cakephp2-ide-helper
Vendor nazonohito51
Package cakephp2-ide-helper
Short Description Improve auto-completion for cakephp2
License MIT
Package cakephp2-ide-helper
Short Description Improve auto-completion for cakephp2
License MIT
Please rate this library. Is it a good library?
Informations about the package cakephp2-ide-helper
cakephp2-ide-helper
Installation
Recommend adding .gitignore_global
or .gitignore
.
Basic Usage
generate:meta
Generate .phpstorm.meta.php
. see sample.
generate:helper
Generate _ide_helper.php
. see sample.
generate:model
Update phpdoc of models, for code complement of behavior methods.
If there is duplicate models, this command will be failed.
When this case, you need --ignore
options.
generate:controller
Update phpdoc of controller.
generate:shell
Update phpdoc of shell.
TODO
- [x] read actsAs from Model
- [x] read public methods from Behavior
- [x] update phpdoc on Model with diff(use str_replace)
- [x] analyze return type of Behavior
- [x] deprecate Behavior method by model extends graph
- [x] consider git manage files
- [x] skip update model when phpdoc is empty
- [x] ClassRegistry argument helper
- [x] Fabricate argument helper
- [ ] fixtures argument helper(phpstorm meta)
- [x] model property in controller
- [ ] getDataSource
- [x] Model::find('first', 'count' ...)
- [x] Model::find('', ['condition'...])
- [x] withRead argument
- [ ] ignore unload behavior
- [x] disable behavior extend
- [ ] Controller/Shell uses property
- [x] Consider Behavior extends
- [x] ignore abstract behavior, or assign abstract keyword
- [x] consider about duplicate behaviors
All versions of cakephp2-ide-helper with dependencies
PHP Build Version
Package Version
Requires
nikic/php-parser Version
^4.0
barryvdh/reflection-docblock Version ^2.0
symfony/console Version >=3
clue/graph Version ^0.9.0
barryvdh/reflection-docblock Version ^2.0
symfony/console Version >=3
clue/graph Version ^0.9.0
The package nazonohito51/cakephp2-ide-helper contains the following files
Loading the files please wait ....