You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					11 lines
				
				306 B
			
		
		
			
		
	
	
					11 lines
				
				306 B
			| 
											12 years ago
										 | <?php
 | ||
|  | /**
 | ||
|  |  * @var yii\base\View $this
 | ||
|  |  * @var yii\widgets\ActiveForm $form
 | ||
| 
											12 years ago
										 |  * @var yii\gii\generators\controller\Generator $generator
 | ||
| 
											12 years ago
										 |  */
 | ||
| 
											12 years ago
										 | echo $form->field($generator, 'controller');
 | ||
|  | echo $form->field($generator, 'actions');
 | ||
|  | echo $form->field($generator, 'ns');
 | ||
|  | echo $form->field($generator, 'baseClass');
 |