@@ -7,16 +7,16 @@ discard block |
||
| 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 |
||
| 27 | 27 | 'database' => 'slim', |
| 28 | 28 | 'username' => 'root', |
| 29 | 29 | 'password' => '', |
| 30 | - 'stmt' => array( "SET NAMES 'utf8'", "SET SESSION sql_mode='ANSI'", "SET SESSIOn sort_buffer_size=1048572" ), |
|
| 30 | + 'stmt' => array("SET NAMES 'utf8'", "SET SESSION sql_mode='ANSI'", "SET SESSIOn sort_buffer_size=1048572"), |
|
| 31 | 31 | 'opt-persistent' => 0, |
| 32 | 32 | 'limit' => 2, |
| 33 | 33 | ), |
@@ -41,7 +41,7 @@ |
||
| 41 | 41 | 'database' => 'slim', |
| 42 | 42 | 'username' => 'root', |
| 43 | 43 | 'password' => '', |
| 44 | - 'stmt' => array( "SET NAMES 'utf8'", "SET SESSION sql_mode='ANSI'", "SET SESSIOn sort_buffer_size=1048572" ), |
|
| 44 | + 'stmt' => array("SET NAMES 'utf8'", "SET SESSION sql_mode='ANSI'", "SET SESSIOn sort_buffer_size=1048572"), |
|
| 45 | 45 | 'opt-persistent' => 0, |
| 46 | 46 | 'limit' => 2, |
| 47 | 47 | ), |