8 lines
		
	
	
		
			245 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			245 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| // This is the configuration for yiic console application.
 | |
| // Any writable CConsoleApplication properties can be configured here.
 | |
| return array(
 | |
| 	'basePath'=>dirname(__FILE__).DIRECTORY_SEPARATOR.'..',
 | |
| 	'name'=>'My Console Application',
 | |
| ); |