Authored by whb

路由提交

1 -<<<<<<< HEAD  
2 [common] 1 [common]
3 ;;默认项目 2 ;;默认项目
4 application.directory = APPLICATION_PATH "/application" 3 application.directory = APPLICATION_PATH "/application"
@@ -57,63 +56,3 @@ application.version = "0.0.1" @@ -57,63 +56,3 @@ application.version = "0.0.1"
57 application.seo.title = "Yoho!Buy有货 | 潮流购物逛不停" 56 application.seo.title = "Yoho!Buy有货 | 潮流购物逛不停"
58 application.seo.keywords = "Yoho! 有货官网,潮流志,潮流男装,潮牌,美国潮牌,日本潮牌,香港潮牌,潮牌店,新品首发,欧美潮流,全球购,代购,时尚,流行,特卖,B2C,正品,购物网站,网上购物,货到付款" 57 application.seo.keywords = "Yoho! 有货官网,潮流志,潮流男装,潮牌,美国潮牌,日本潮牌,香港潮牌,潮牌店,新品首发,欧美潮流,全球购,代购,时尚,流行,特卖,B2C,正品,购物网站,网上购物,货到付款"
59 application.seo.description = "YOHO! 有货,年轻人潮流购物中心,中国最大的潮流商品购物网站。100%品牌正品保证,支持货到付款。作为YOHO!旗下的购物平台,汇集了全球潮流时尚商品和中国最流行的商品,也是国内最大的原创文化商品平台,也是香港,台湾地区流行商品的集中地。同时包含日本、韩国等众多国外潮流品牌,带给您全新潮流购物体验。" 58 application.seo.description = "YOHO! 有货,年轻人潮流购物中心,中国最大的潮流商品购物网站。100%品牌正品保证,支持货到付款。作为YOHO!旗下的购物平台,汇集了全球潮流时尚商品和中国最流行的商品,也是国内最大的原创文化商品平台,也是香港,台湾地区流行商品的集中地。同时包含日本、韩国等众多国外潮流品牌,带给您全新潮流购物体验。"
60 -=======  
61 -[common]  
62 -;;默认项目  
63 -application.directory = APPLICATION_PATH "/application"  
64 -;;website library  
65 -application.library = ROOT_PATH "/library"  
66 -;;模块配置  
67 -application.modules = "Index,Product,Passport,Order"  
68 -;;加载  
69 -application.bootstrap = APPLICATION_PATH "/application/Bootstrap.php"  
70 -;;view文件的扩展名  
71 -application.view.ext = "phtml"  
72 -;;默认layouts  
73 -application.layout.path = APPLICATION_PATH "/application/layouts"  
74 -;;layouts 默认文件  
75 -application.layout.default = "default"  
76 -;;默认Controller  
77 -application.dispatcher.defaultController = "index"  
78 -;;默认Action  
79 -application.dispatcher.defaultAction = "index"  
80 -  
81 -;;初始化命名空间  
82 -application.namespaces = "Action,Api,Configs,LibModels,Plugin"  
83 -  
84 -;;使用composer  
85 -composer.autoload = 0  
86 -composer.path = APPLICATION_PATH "/library/Package"  
87 -  
88 -yaf.use_namespace = 1  
89 -  
90 -;;调试模式  
91 -[developer : common]  
92 -application.debug = True  
93 -application.servers.config = APPLICATION_PATH "/configs/core"  
94 -  
95 -;出错的时候是否抛出异常  
96 -application.dispatcher.throwException = True  
97 -  
98 -;是否使用默认的异常 捕获Controller, 如果开启, 在有未捕获的异常的时候,  
99 -;控制权会交给ErrorController的errorAction 方法,  
100 -;可以通过$request->getException()获得此异常对象 False  
101 -application.dispatcher.catchException = True  
102 -  
103 -;模板预编译目录,该目录需要有读写权限  
104 -application.template.compile = ROOT_PATH "/compile/www.yohobuy.com"  
105 -application.template.path = ROOT_PATH "/template/www.yohobuy.com/actions"  
106 -application.template.partials = ROOT_PATH "/template/www.yohobuy.com/partials"  
107 -application.template.ext = ".phtml"  
108 -  
109 -;静态HTML页面的存放目录, 该目录需要有读写权限  
110 -application.assets.path = ROOT_PATH "/assets"  
111 -  
112 -; 应用的版本号  
113 -application.version = "0.0.1"  
114 -  
115 -; 网站SEO信息  
116 -application.seo.title = "Yoho!Buy有货 | 潮流购物逛不停"  
117 -application.seo.keywords = "Yoho! 有货官网,潮流志,潮流男装,潮牌,美国潮牌,日本潮牌,香港潮牌,潮牌店,新品首发,欧美潮流,全球购,代购,时尚,流行,特卖,B2C,正品,购物网站,网上购物,货到付款"  
118 -application.seo.description = "YOHO! 有货,年轻人潮流购物中心,中国最大的潮流商品购物网站。100%品牌正品保证,支持货到付款。作为YOHO!旗下的购物平台,汇集了全球潮流时尚商品和中国最流行的商品,也是国内最大的原创文化商品平台,也是香港,台湾地区流行商品的集中地。同时包含日本、韩国等众多国外潮流品牌,带给您全新潮流购物体验。"  
119 ->>>>>>> 687eb8491b398c6ab714411b3c1bc0cf3c4ccbe8  
1 -<<<<<<< HEAD  
2 ;woman首页 1 ;woman首页
3 routes.productsale.type = "rewrite" 2 routes.productsale.type = "rewrite"
4 routes.productsale.match = "/woman" 3 routes.productsale.match = "/woman"
5 routes.productsale.route.module = Index 4 routes.productsale.route.module = Index
6 routes.productsale.route.controller = Girls 5 routes.productsale.route.controller = Girls
7 -routes.productsale.route.action = index  
8 -=======  
9 -;woman首页  
10 -routes.productsale.type = "rewrite"  
11 -routes.productsale.match = "/woman"  
12 -routes.productsale.route.module = Index  
13 -routes.productsale.route.controller = Girls  
14 -routes.productsale.route.action = index  
15 ->>>>>>> 687eb8491b398c6ab714411b3c1bc0cf3c4ccbe8 6 +routes.productsale.route.action = index