giix
giix copied to clipboard
add phpdoc for variables in views
trafficstars
I would like to see variable documentation in the templates for crud generation like this:
<?php
/* @var $model User */
/* @var $this UserController */
/* @var $form CActiveForm*/
?>
@kmindi that's a good idea! I'll work on it as soon as possible. Thanks!