mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 06:37:55 +08:00 
			
		
		
		
	fix typo in russian guide
https://github.com/yiisoft/yii2/pull/16113#issuecomment-385107708
This commit is contained in:
		@ -194,8 +194,8 @@ class PostController extends ActiveController
 | 
			
		||||
- `/index.php?r=post` - список всех сообщений
 | 
			
		||||
- `/index.php?r=post/view&id=1` - просмотр сообщения с ID 1
 | 
			
		||||
- `/index.php?r=post/create` - создание сообщения
 | 
			
		||||
- `/index.php?r=post/update&id=1` - обновление сообщения with ID 1
 | 
			
		||||
- `/index.php?r=post/delete&id=1` - удаление сообщения with ID 1
 | 
			
		||||
- `/index.php?r=post/update&id=1` - обновление сообщения с ID 1
 | 
			
		||||
- `/index.php?r=post/delete&id=1` - удаление сообщения с ID 1
 | 
			
		||||
 | 
			
		||||
Начиная с этого момента Вы можете посмотреть следующие руководства для дальнейшего развития своего приложения:
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user