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.
		
		
		
		
			
				
					23 lines
				
				451 B
			
		
		
			
		
	
	
					23 lines
				
				451 B
			| 
								 
											12 years ago
										 
									 | 
							
								<?php
							 | 
						||
| 
								 | 
							
								/**
							 | 
						||
| 
								 
											12 years ago
										 
									 | 
							
								 * This is the template for generating an action view file.
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 
											12 years ago
										 
									 | 
							
								 * @var yii\web\View $this
							 | 
						||
| 
								 
											12 years ago
										 
									 | 
							
								 * @var yii\gii\generators\controller\Generator $generator
							 | 
						||
| 
								 | 
							
								 * @var string $action the action ID
							 | 
						||
| 
								 
											12 years ago
										 
									 | 
							
								 */
							 | 
						||
| 
								 
											12 years ago
										 
									 | 
							
								
							 | 
						||
| 
								 | 
							
								echo "<?php\n";
							 | 
						||
| 
								 
											12 years ago
										 
									 | 
							
								?>
							 | 
						||
| 
								 | 
							
								/**
							 | 
						||
| 
								 
											12 years ago
										 
									 | 
							
								 * @var yii\web\View $this
							 | 
						||
| 
								 
											12 years ago
										 
									 | 
							
								 */
							 | 
						||
| 
								 
											12 years ago
										 
									 | 
							
								<?= "?>" ?>
							 | 
						||
| 
								 
											12 years ago
										 
									 | 
							
								
							 | 
						||
| 
								 
											12 years ago
										 
									 | 
							
								<h1><?= $generator->getControllerID() . '/' . $action ?></h1>
							 | 
						||
| 
								 
											12 years ago
										 
									 | 
							
								
							 | 
						||
| 
								 | 
							
								<p>
							 | 
						||
| 
								 | 
							
									You may change the content of this page by modifying
							 | 
						||
| 
								 
											12 years ago
										 
									 | 
							
									the file <code><?= '<?php' ?> echo __FILE__; ?></code>.
							 | 
						||
| 
								 
											12 years ago
										 
									 | 
							
								</p>
							 |