22 строки
		
	
	
		
			256 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			22 строки
		
	
	
		
			256 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| /**
 | |
|  * Created by PhpStorm.
 | |
|  * User: Игорь
 | |
|  * Date: 23.01.2017
 | |
|  * Time: 01:58
 | |
|  */
 | |
| 
 | |
| namespace FRM;
 | |
| 
 | |
| 
 | |
| class App {
 | |
| 
 | |
|   function __construct() {
 | |
|     date_default_timezone_set('Europe/Moscow');
 | |
|     error_reporting(E_ALL);
 | |
|   }
 | |
| 
 | |
|   function run(){
 | |
| 
 | |
|   }
 | |
| } |