giix icon indicating copy to clipboard operation
giix copied to clipboard

add phpdoc for variables in views

Open kmindi opened this issue 13 years ago • 1 comments
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 avatar Jul 12 '12 16:07 kmindi

@kmindi that's a good idea! I'll work on it as soon as possible. Thanks!

rcoelho avatar Aug 15 '12 14:08 rcoelho