This tinny script is generating whole PHPDoc which is needed to use auto complete features of many code editors.
This script is tested on OC v. 2.2 and on PHPStorm editor
- Copy
create_php_doc.php
toupload/
folder =>upload/create_php_doc.php
- Go to:
http://[HOST]/create_php_doc.php
- Copy result from textarea
- Open file
system/engine/controller.php
- Paste whole copied content on top after
<?php
tag
- Lubos Beran (l.beran@factcool.sk / eyeskiller)