Authored by whb

Merge branch 'develop'

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>qsns</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
... ...
eclipse.preferences.version=1
encoding/<project>=UTF-8
... ...
;profile
product.index.type = "rewrite"
product.index.match = "/product/$"
product.index.route.module = Product
product.index.match = "/sns/$"
product.index.route.module = Sns
product.index.route.controller = Index
product.index.route.action = Index
\ No newline at end of file
... ...
... ... @@ -6,7 +6,7 @@
* Time: 下午5:03
*/
namespace QProduct;
namespace QSns;
class Config
... ...