Init du projet
This commit is contained in:
		
							
								
								
									
										18
									
								
								config/modules.config.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								config/modules.config.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
<?php
 | 
			
		||||
/**
 | 
			
		||||
 * @link      http://github.com/zendframework/ZendSkeletonApplication for the canonical source repository
 | 
			
		||||
 * @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
 | 
			
		||||
 * @license   http://framework.zend.com/license/new-bsd New BSD License
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * List of enabled modules for this application.
 | 
			
		||||
 *
 | 
			
		||||
 * This should be an array of module namespaces used in the application.
 | 
			
		||||
 */
 | 
			
		||||
return [
 | 
			
		||||
    'Zend\Router',
 | 
			
		||||
    'Zend\Validator',
 | 
			
		||||
    'Application',
 | 
			
		||||
    'Smarty',
 | 
			
		||||
];
 | 
			
		||||
		Reference in New Issue
	
	Block a user