Class View
- Cross\Core\FrameBase
 - 
			
Cross\MVC\View			
			
			
		 
		
		
		Namespace: Cross\MVC
Package: Cross\MVC
Author:
Located at MVC/View.php
	
		Package: Cross\MVC
Author:
wonli wonli@live.com Class View
Located at MVC/View.php
Methods summary
				 public 
				
				
				
			 | 
			|
				 public 
				string
				
				
			 | 
			|
				 public 
				string
				
				
			 | 
			|
				 public 
				mixed|string
				
				
			 | 
			|
				 public 
				mixed|string
				
				
			 | 
			|
				 public 
				mixed|string
				
				
			 | 
			|
				 public 
				string
				
				
			 | 
			|
				 public 
				string
				
				
			 | 
			|
				 public 
				mixed
				
				
			 | 
			|
				 public 
				mixed
				
				
			 | 
			|
				 public static
				string
				
				
			 | 
			|
				 public 
				
				
				
			 | 
			|
				 public 
				string
				
				
			 | 
			|
				 public 
				string
				
				
			 | 
			|
				 public 
				string
				
				
			 | 
			|
				 public 
				
				
				
			 | 
			|
				 public 
				
				
				
			 | 
			|
				 public 
				string
				
				
			 | 
			|
				 public 
				string
				
				
			 | 
			|
				 public 
				string
				
				
			 | 
			|
				 public 
				
				
				
			 | 
			|
				 public 
				
				
				
			 | 
			|
				 public 
				string
				
				
			 | 
			|
				 public 
				string
				
				
			 | 
			|
				final public 
				
				
				
			 | 
			|
				 public 
				string
				
				
			 | 
			|
				 public 
				string
				
				
			 | 
			|
				 public 
				string
				
				
			 | 
			|
				 public 
				string
				
				
			 | 
			|
				 public 
				string
				
				
			 | 
			|
				 public 
				
				
				
			 | 
			|
				 public 
				
				
				
			 | 
			|
				 public 
				string
				
				
			 | 
			|
				 public 
				array|string
				
				
			 | 
			|
				 public 
				
				
				
			 | 
			|
				 public 
				string
				
				
			 | 
			|
				 public 
				
				
				
			 | 
			|
				 public 
				string
				
				
			 | 
			|
				 public 
				string
				
				
			 | 
			|
				 public 
				
				
				
			 | 
			|
				 public 
				string
				
				
			 | 
			|
				 protected 
				string
				
				
			 | 
			|
				 protected 
				string
				
				
			 | 
			
			#
			 makeControllerUri( string $app_name, boolean $use_cache, string $controller, array $url_config )
			生成控制器连接  | 
		
				 protected 
				string
				
				
			 | 
			|
				 protected 
				string
				
				
			 | 
			
			#
			 makeParams( array $params, array $url_config, boolean $encrypt_params = false, boolean $add_prefix_dot = true )
			生成uri参数字符串  | 
		
				 protected 
				null|string
				
				
			 | 
			|
				 protected 
				
				
				
			 | 
			
Methods inherited from Cross\Core\FrameBase
				__construct(), 
				__get(), 
				getAuth(), 
				getConfig(), 
				getDelegate(), 
				getFilePath(), 
				getUrlEncryptKey(), 
				initView(), 
				loadConfig(), 
				parseGetFile(), 
				result(), 
				sParams(), 
				setAuth(), 
				urlEncrypt()
			
Properties summary
				protected  
				array
			 | 
			
					$data
				 模板数据  | 
			|
				protected  
				array
			 | 
			
					$set
				 初始化布局文件中的变量 < pre> title 标题 keywords 关键词 description 页面描述  | 
			
				 
					#
					 
			array(
    'title' => '',
    'keywords' => '',
    'description' => '',
    'layer' => 'default',
    'load_layer' => true,
)
				 | 
		
				protected  
				string
			 | 
			
					$tpl_file_suffix
				 模版扩展文件名  | 
			
				 
					#
					 
			'.tpl.php'
				 | 
		
				protected static 
				array
			 | 
			
					$url_config_cache
				 url配置缓存  | 
			
				 
					#
					 
			array()
				 | 
		
Properties inherited from Cross\Core\FrameBase
				$action, 
				$action_annotate, 
				$app_delegate, 
				$controller, 
				$delegate, 
				$params, 
				$view_controller