|
@@ -7,16 +7,16 @@ discard block |
|
|
block discarded – undo |
|
7
|
7
|
'uploaddir' => '/.', |
|
8
|
8
|
|
|
9
|
9
|
'page' => array( |
|
10
|
|
- 'account-index' => array( 'account/profile','account/history','account/favorite','account/watch','basket/mini','catalog/session' ), |
|
11
|
|
- 'basket-index' => array( 'basket/standard','basket/related' ), |
|
12
|
|
- 'catalog-count' => array( 'catalog/count' ), |
|
13
|
|
- 'catalog-detail' => array( 'basket/mini','catalog/stage','catalog/detail','catalog/session' ), |
|
14
|
|
- 'catalog-list' => array( 'basket/mini','catalog/filter','catalog/stage','catalog/lists' ), |
|
15
|
|
- 'catalog-stock' => array( 'catalog/stock' ), |
|
16
|
|
- 'catalog-suggest' => array( 'catalog/suggest' ), |
|
17
|
|
- 'checkout-confirm' => array( 'checkout/confirm' ), |
|
18
|
|
- 'checkout-index' => array( 'checkout/standard' ), |
|
19
|
|
- 'checkout-update' => array( 'checkout/update'), |
|
|
10
|
+ 'account-index' => array('account/profile', 'account/history', 'account/favorite', 'account/watch', 'basket/mini', 'catalog/session'), |
|
|
11
|
+ 'basket-index' => array('basket/standard', 'basket/related'), |
|
|
12
|
+ 'catalog-count' => array('catalog/count'), |
|
|
13
|
+ 'catalog-detail' => array('basket/mini', 'catalog/stage', 'catalog/detail', 'catalog/session'), |
|
|
14
|
+ 'catalog-list' => array('basket/mini', 'catalog/filter', 'catalog/stage', 'catalog/lists'), |
|
|
15
|
+ 'catalog-stock' => array('catalog/stock'), |
|
|
16
|
+ 'catalog-suggest' => array('catalog/suggest'), |
|
|
17
|
+ 'checkout-confirm' => array('checkout/confirm'), |
|
|
18
|
+ 'checkout-index' => array('checkout/standard'), |
|
|
19
|
+ 'checkout-update' => array('checkout/update'), |
|
20
|
20
|
), |
|
21
|
21
|
|
|
22
|
22
|
'resource' => array( |
|
@@ -27,7 +27,7 @@ discard block |
|
|
block discarded – undo |
|
27
|
27
|
'database' => 'slim', |
|
28
|
28
|
'username' => 'root', |
|
29
|
29
|
'password' => '', |
|
30
|
|
- 'stmt' => array( "SET NAMES 'utf8'", "SET SESSION sql_mode='ANSI'" ), |
|
|
30
|
+ 'stmt' => array("SET NAMES 'utf8'", "SET SESSION sql_mode='ANSI'"), |
|
31
|
31
|
'opt-persistent' => 0, |
|
32
|
32
|
'limit' => 2, |
|
33
|
33
|
), |