14 行
		
	
	
		
			无行尾
		
	
	
		
			258 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 行
		
	
	
		
			无行尾
		
	
	
		
			258 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
 | |
| 
 | |
| class Welcome extends CI_Controller {
 | |
| 
 | |
| 
 | |
|   public function index()
 | |
|   {
 | |
|                 test
 | |
| 
 | |
|   }
 | |
| }
 | |
| 
 | |
| /* End of file welcome.php */
 | |
| /* Location: ./application/controllers/welcome.php */ |