Notice (8): Undefined offset: 1 [APP/Controller/AppController.php, line 769]Code Context$date_release = explode(' ', $date_release);$tdate_release = explode('-', $date_release[0]);$month = $tdate_release[1] == 0 ? 1 : $tdate_release[1];$date_release = array( (int) 0 => '' ) $day_string = false $day_number = false $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' )AppController::get_date() - APP/Controller/AppController.php, line 769 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1833 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110
Notice (8): Undefined offset: 2 [APP/Controller/AppController.php, line 770]Code Context$tdate_release = explode('-', $date_release[0]);$month = $tdate_release[1] == 0 ? 1 : $tdate_release[1];$day = $tdate_release[2] == 0 ? date('t', mktime(0, 0, 0, $month, 1, $tdate_release[0])) : $tdate_release[2];$date_release = array( (int) 0 => '' ) $day_string = false $day_number = false $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1AppController::get_date() - APP/Controller/AppController.php, line 770 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1833 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110
Warning (2): mktime() expects parameter 6 to be integer, string given [APP/Controller/AppController.php, line 770]Code Context$tdate_release = explode('-', $date_release[0]);$month = $tdate_release[1] == 0 ? 1 : $tdate_release[1];$day = $tdate_release[2] == 0 ? date('t', mktime(0, 0, 0, $month, 1, $tdate_release[0])) : $tdate_release[2];$date_release = array( (int) 0 => '' ) $day_string = false $day_number = false $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1mktime - [internal], line ?? AppController::get_date() - APP/Controller/AppController.php, line 770 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1833 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110
Warning (2): mktime() expects parameter 6 to be integer, string given [APP/Controller/AppController.php, line 772]Code Context$day = $tdate_release[2] == 0 ? date('t', mktime(0, 0, 0, $month, 1, $tdate_release[0])) : $tdate_release[2];// echo $month.' '.$day.' '.$tdate_release[0].'<br>';$date = mktime(23, 59, 59, $month, $day, $tdate_release[0]);$date_release = array( (int) 0 => '' ) $day_string = false $day_number = false $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1 $day = '31' $date = nullmktime - [internal], line ?? AppController::get_date() - APP/Controller/AppController.php, line 772 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1833 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110
Notice (8): Undefined offset: 1 [APP/Controller/AppController.php, line 775]Code Context// echo '<div style="display:none">'.$month.' '.$day.' '.$tdate_release[0].'</div>';if ($tdate_release[1] == '00' && $tdate_release[2] == '00')$date_release = array( (int) 0 => '' ) $day_string = false $day_number = false $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1 $day = '31' $date = falseAppController::get_date() - APP/Controller/AppController.php, line 775 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1833 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110
Notice (8): Undefined offset: 1 [APP/Controller/AppController.php, line 777]Code Contextif ($tdate_release[1] == '00' && $tdate_release[2] == '00')$date_release = $tdate_release[0];if ($tdate_release[1] != '00' && $tdate_release[2] == '00')$date_release = array( (int) 0 => '' ) $day_string = false $day_number = false $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1 $day = '31' $date = falseAppController::get_date() - APP/Controller/AppController.php, line 777 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1833 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110
Notice (8): Undefined offset: 2 [APP/Controller/AppController.php, line 777]Code Contextif ($tdate_release[1] == '00' && $tdate_release[2] == '00')$date_release = $tdate_release[0];if ($tdate_release[1] != '00' && $tdate_release[2] == '00')$date_release = array( (int) 0 => '' ) $day_string = false $day_number = false $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1 $day = '31' $date = falseAppController::get_date() - APP/Controller/AppController.php, line 777 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1833 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110
Notice (8): Undefined offset: 1 [APP/Controller/AppController.php, line 779]Code Contextif ($tdate_release[1] != '00' && $tdate_release[2] == '00')$date_release = $months[date('n', $date) - 1] . ' ' . date('Y', $date);if ($tdate_release[1] != '00' && $tdate_release[2] != '00')$date_release = array( (int) 0 => '' ) $day_string = false $day_number = false $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1 $day = '31' $date = falseAppController::get_date() - APP/Controller/AppController.php, line 779 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1833 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110
Notice (8): Undefined offset: 2 [APP/Controller/AppController.php, line 779]Code Contextif ($tdate_release[1] != '00' && $tdate_release[2] == '00')$date_release = $months[date('n', $date) - 1] . ' ' . date('Y', $date);if ($tdate_release[1] != '00' && $tdate_release[2] != '00')$date_release = array( (int) 0 => '' ) $day_string = false $day_number = false $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1 $day = '31' $date = falseAppController::get_date() - APP/Controller/AppController.php, line 779 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1833 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110
Notice (8): Undefined index: [APP/Controller/AppController.php, line 3484]Code Context$discount_pct = round((1 - ($price_discount / $product['price_min'])) * 100);} else {if ($brand[$brand_id]['BrandRule']['discount'] != 0) {$product = array( 'id' => null, 'product_id' => null, 'product_id_old' => null, 'serie' => null, 'serie_id' => null, 'name' => null, 'subname' => null, 'edition' => null, 'date_release' => null, 'date_calc' => null, 'date_available' => null, 'ean' => null, 'string_x1' => null, 'string_x2' => null, 'string_x3' => null, 'code' => null, 'code_x1' => null, 'code_x2' => null, 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => null, 'brand_id' => null, 'price_min' => null, 'price_max' => null, 'price_dollar' => null, 'currency' => null, 'rating' => null, 'reviewer' => null, 'department' => null, 'department_code' => null, 'department_id' => null, 'picture' => null, 'picture_old' => null, 'product_group_id' => null, 'parent_group_id' => null, 'dimension_x' => null, 'dimension_y' => null, 'dimension_z' => null, 'weight' => null, 'qty' => null, 'qty_supplier' => null, 'sold' => null, 'safety_stock' => null, 'status' => null, 'tax' => null, 'description_small' => null, 'preorder' => null, 'status_available' => null, 'input_reset_status' => null, 'redirect_ean' => null, 'created' => null, 'modified' => null, 'data_fetch' => null, 'data_fetch_date' => null, 'data_compare_ignore' => null ) $promo = array() $brand = array( (int) 5 => array( 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ) ), (int) 10 => array( 'BrandRule' => array( 'id' => '1647', 'brand_id' => '10', 'discount' => '15', 'store_id' => '3' ) ), (int) 86 => array( 'BrandRule' => array( 'id' => '1711', 'brand_id' => '86', 'discount' => '20', 'store_id' => '3' ) ), (int) 137 => array( 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ) ) ) $product_id = null $brand_id = nullAppController::calc_discount() - APP/Controller/AppController.php, line 3484 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1851 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110
Notice (8): Undefined variable: price [APP/Controller/AppController.php, line 3491]Code Context}$product['price'] = $price;$product = array( 'id' => null, 'product_id' => null, 'product_id_old' => null, 'serie' => null, 'serie_id' => null, 'name' => null, 'subname' => null, 'edition' => null, 'date_release' => null, 'date_calc' => null, 'date_available' => null, 'ean' => null, 'string_x1' => null, 'string_x2' => null, 'string_x3' => null, 'code' => null, 'code_x1' => null, 'code_x2' => null, 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => null, 'brand_id' => null, 'price_min' => null, 'price_max' => null, 'price_dollar' => null, 'currency' => null, 'rating' => null, 'reviewer' => null, 'department' => null, 'department_code' => null, 'department_id' => null, 'picture' => null, 'picture_old' => null, 'product_group_id' => null, 'parent_group_id' => null, 'dimension_x' => null, 'dimension_y' => null, 'dimension_z' => null, 'weight' => null, 'qty' => null, 'qty_supplier' => null, 'sold' => null, 'safety_stock' => null, 'status' => null, 'tax' => null, 'description_small' => null, 'preorder' => null, 'status_available' => null, 'input_reset_status' => null, 'redirect_ean' => null, 'created' => null, 'modified' => null, 'data_fetch' => null, 'data_fetch_date' => null, 'data_compare_ignore' => null, 'price' => null ) $promo = array() $brand = array( (int) 5 => array( 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ) ), (int) 10 => array( 'BrandRule' => array( 'id' => '1647', 'brand_id' => '10', 'discount' => '15', 'store_id' => '3' ) ), (int) 86 => array( 'BrandRule' => array( 'id' => '1711', 'brand_id' => '86', 'discount' => '20', 'store_id' => '3' ) ), (int) 137 => array( 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ) ) ) $product_id = null $brand_id = nullAppController::calc_discount() - APP/Controller/AppController.php, line 3491 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1851 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110
Notice (8): Undefined variable: price_discount [APP/Controller/AppController.php, line 3492]Code Context$product['price'] = $price;$product['price_discount'] = $price_discount;$product = array( 'id' => null, 'product_id' => null, 'product_id_old' => null, 'serie' => null, 'serie_id' => null, 'name' => null, 'subname' => null, 'edition' => null, 'date_release' => null, 'date_calc' => null, 'date_available' => null, 'ean' => null, 'string_x1' => null, 'string_x2' => null, 'string_x3' => null, 'code' => null, 'code_x1' => null, 'code_x2' => null, 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => null, 'brand_id' => null, 'price_min' => null, 'price_max' => null, 'price_dollar' => null, 'currency' => null, 'rating' => null, 'reviewer' => null, 'department' => null, 'department_code' => null, 'department_id' => null, 'picture' => null, 'picture_old' => null, 'product_group_id' => null, 'parent_group_id' => null, 'dimension_x' => null, 'dimension_y' => null, 'dimension_z' => null, 'weight' => null, 'qty' => null, 'qty_supplier' => null, 'sold' => null, 'safety_stock' => null, 'status' => null, 'tax' => null, 'description_small' => null, 'preorder' => null, 'status_available' => null, 'input_reset_status' => null, 'redirect_ean' => null, 'created' => null, 'modified' => null, 'data_fetch' => null, 'data_fetch_date' => null, 'data_compare_ignore' => null, 'price' => null, 'price_discount' => null ) $promo = array() $brand = array( (int) 5 => array( 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ) ), (int) 10 => array( 'BrandRule' => array( 'id' => '1647', 'brand_id' => '10', 'discount' => '15', 'store_id' => '3' ) ), (int) 86 => array( 'BrandRule' => array( 'id' => '1711', 'brand_id' => '86', 'discount' => '20', 'store_id' => '3' ) ), (int) 137 => array( 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ) ) ) $product_id = null $brand_id = nullAppController::calc_discount() - APP/Controller/AppController.php, line 3492 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1851 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110
Notice (8): Undefined variable: discount_pct [APP/Controller/AppController.php, line 3493]Code Context$product['price'] = $price;$product['price_discount'] = $price_discount;$product['discount_pct'] = $discount_pct;$product = array( 'id' => null, 'product_id' => null, 'product_id_old' => null, 'serie' => null, 'serie_id' => null, 'name' => null, 'subname' => null, 'edition' => null, 'date_release' => null, 'date_calc' => null, 'date_available' => null, 'ean' => null, 'string_x1' => null, 'string_x2' => null, 'string_x3' => null, 'code' => null, 'code_x1' => null, 'code_x2' => null, 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => null, 'brand_id' => null, 'price_min' => null, 'price_max' => null, 'price_dollar' => null, 'currency' => null, 'rating' => null, 'reviewer' => null, 'department' => null, 'department_code' => null, 'department_id' => null, 'picture' => null, 'picture_old' => null, 'product_group_id' => null, 'parent_group_id' => null, 'dimension_x' => null, 'dimension_y' => null, 'dimension_z' => null, 'weight' => null, 'qty' => null, 'qty_supplier' => null, 'sold' => null, 'safety_stock' => null, 'status' => null, 'tax' => null, 'description_small' => null, 'preorder' => null, 'status_available' => null, 'input_reset_status' => null, 'redirect_ean' => null, 'created' => null, 'modified' => null, 'data_fetch' => null, 'data_fetch_date' => null, 'data_compare_ignore' => null, 'price' => null, 'price_discount' => null, 'discount_pct' => null ) $promo = array() $brand = array( (int) 5 => array( 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ) ), (int) 10 => array( 'BrandRule' => array( 'id' => '1647', 'brand_id' => '10', 'discount' => '15', 'store_id' => '3' ) ), (int) 86 => array( 'BrandRule' => array( 'id' => '1711', 'brand_id' => '86', 'discount' => '20', 'store_id' => '3' ) ), (int) 137 => array( 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ) ) ) $product_id = null $brand_id = nullAppController::calc_discount() - APP/Controller/AppController.php, line 3493 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1851 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110
Notice (8): Undefined offset: 2 [APP/Controller/AppController.php, line 478]Code Context$tdate = explode('-', $date_available);if ($tdate[2] == '00')$qty = null $brand_id = null $vendors = array( (int) 5 => array( 'BrandVendor' => array( 'id' => '5', 'brand_id' => '5', 'vendor_id' => '5', 'isdefault' => 'yes', 'cash_flag' => 'yes', 'cash_value' => '30', 'credit_flag' => 'no', 'credit_value' => '0', 'consign_flag' => 'no', 'consign_value' => '0', 'deposit_flag' => 'no', 'deposit_value' => '0' ), 'Brand' => array( 'id' => '5', 'name' => 'Gramedia Pustaka Utama', 'name_web' => 'Gramedia Pustaka Utama', 'website' => '', 'phone' => '', 'fax' => '', 'email' => '', 'facebook' => '', 'twitter' => '', 'cash_status' => null, 'cash_value' => null, 'credit_status' => null, 'credit_value' => null, 'consign_status' => null, 'consign_value' => null, 'status' => 'active', 'created' => '2014-02-25 17:08:44', 'modified' => '2014-02-25 17:08:47', 'department_id' => '1' ), 'Vendor' => array( 'id' => '5', 'name' => 'Gramedia Pustaka Utama', 'company' => 'PT.GRAMEDIA PUSTAKA UTAMA', 'website' => 'www.gramediapustakautama.com', 'email' => 'showroom@gramedia.com', 'po_email' => 'yes', 'consign_email' => '', 'address' => 'Jl. Palmerah No 24 Lantai VI Jakarta 10270 ', 'pengambilan_sendiri' => 'no', 'pengambilan_diantar' => 'yes', 'lama_proses_min' => '3', 'lama_proses_max' => '3', 'phone' => '53650111', 'fax' => '', 'status' => 'active', 'created' => '2014-02-25 17:08:16', 'modified' => '2025-12-09 13:21:18', 'order' => 'email', 'order_confirm' => 'not_required', 'product_code_header' => '', 'product_code_increment' => 'yes', 'product_code_length' => null, 'po_required_overide' => 'no', 'vendor_group_id' => null, 'eol_status_unknown' => 'no', 'deposit' => null ) ), (int) 10 => array( 'BrandVendor' => array( 'id' => '10', 'brand_id' => '10', 'vendor_id' => '1', 'isdefault' => 'yes', 'cash_flag' => 'yes', 'cash_value' => '30', 'credit_flag' => 'no', 'credit_value' => '35', 'consign_flag' => 'no', 'consign_value' => '0', 'deposit_flag' => 'no', 'deposit_value' => '0' ), 'Brand' => array( 'id' => '10', 'name' => 'GagasMedia', 'name_web' => 'Gagas Media', 'website' => '', 'phone' => '', 'fax' => '', 'email' => '', 'facebook' => '', 'twitter' => '', 'cash_status' => null, 'cash_value' => null, 'credit_status' => null, 'credit_value' => null, 'consign_status' => null, 'consign_value' => null, 'status' => 'active', 'created' => '2014-02-25 17:17:25', 'modified' => '2014-11-26 18:25:30', 'department_id' => '1' ), 'Vendor' => array( 'id' => '1', 'name' => 'PT.Kawah Media', 'company' => 'PT.Kawah Media', 'website' => '', 'email' => 'kbc.jakarta@agromediagroup.com', 'po_email' => 'no', 'consign_email' => '', 'address' => 'Jl. M Kahfi 12 A - 14 Srengseng Sawah - cipedak', 'pengambilan_sendiri' => 'no', 'pengambilan_diantar' => 'yes', 'lama_proses_min' => '10', 'lama_proses_max' => '10', 'phone' => '78881000, 78881850', 'fax' => '78882000', 'status' => 'active', 'created' => '2014-02-25 17:00:51', 'modified' => '2025-12-05 09:57:17', 'order' => 'email', 'order_confirm' => 'not_required', 'product_code_header' => '', 'product_code_increment' => 'yes', 'product_code_length' => null, 'po_required_overide' => 'no', 'vendor_group_id' => '1', 'eol_status_unknown' => 'no', 'deposit' => null ) ), (int) 86 => array( 'BrandVendor' => array( 'id' => '79', 'brand_id' => '86', 'vendor_id' => '42', 'isdefault' => 'yes', 'cash_flag' => 'yes', 'cash_value' => '30', 'credit_flag' => 'no', 'credit_value' => '0', 'consign_flag' => 'no', 'consign_value' => '0', 'deposit_flag' => 'no', 'deposit_value' => '0' ), 'Brand' => array( 'id' => '86', 'name' => 'Mizania', 'name_web' => 'Mizania', 'website' => '', 'phone' => '', 'fax' => '', 'email' => '', 'facebook' => '', 'twitter' => '', 'cash_status' => null, 'cash_value' => null, 'credit_status' => null, 'credit_value' => null, 'consign_status' => null, 'consign_value' => null, 'status' => 'active', 'created' => '2014-06-09 16:03:58', 'modified' => '2014-06-09 16:04:02', 'department_id' => '1' ), 'Vendor' => array( 'id' => '42', 'name' => 'Mizan ', 'company' => 'PT. Mizan Media Utama', 'website' => 'www.mizan.com', 'email' => 'marketing.mmu@mizan.com', 'po_email' => 'yes', 'consign_email' => '', 'address' => ' Jl. Joe no 11 rt 01/rw 06 jakarta selatan depan perumahan JOE TOWN HOUSE atau Jl. Jagakarsa No 40.Ciganjur Jakarta Selatan ', 'pengambilan_sendiri' => 'yes', 'pengambilan_diantar' => 'yes', 'lama_proses_min' => '5', 'lama_proses_max' => '5', 'phone' => '7864547', 'fax' => '7875745', 'status' => 'active', 'created' => '2014-06-09 15:55:43', 'modified' => '2025-07-18 14:02:09', 'order' => 'email', 'order_confirm' => 'phone', 'product_code_header' => '', 'product_code_increment' => 'yes', 'product_code_length' => null, 'po_required_overide' => 'no', 'vendor_group_id' => '0', 'eol_status_unknown' => 'no', 'deposit' => null ) ), (int) 137 => array( 'BrandVendor' => array( 'id' => '126', 'brand_id' => '137', 'vendor_id' => '66', 'isdefault' => 'yes', 'cash_flag' => 'yes', 'cash_value' => '30', 'credit_flag' => 'no', 'credit_value' => '0', 'consign_flag' => 'no', 'consign_value' => '0', 'deposit_flag' => 'no', 'deposit_value' => '0' ), 'Brand' => array( 'id' => '137', 'name' => 'Republika', 'name_web' => 'Republika', 'website' => '', 'phone' => '', 'fax' => '', 'email' => '', 'facebook' => '', 'twitter' => '', 'cash_status' => null, 'cash_value' => null, 'credit_status' => null, 'credit_value' => null, 'consign_status' => null, 'consign_value' => null, 'status' => 'active', 'created' => '2014-06-10 14:01:54', 'modified' => '2014-06-10 14:02:10', 'department_id' => '1' ), 'Vendor' => array( 'id' => '66', 'name' => 'Republika ', 'company' => 'PT. Pustaka Abdi Bangsa', 'website' => '', 'email' => '', 'po_email' => 'no', 'consign_email' => '', 'address' => 'jl. Kav. Polri Blok i No.65 Jagakarsa', 'pengambilan_sendiri' => 'yes', 'pengambilan_diantar' => 'no', 'lama_proses_min' => '4', 'lama_proses_max' => '4', 'phone' => '(021) 7819127, 7819128', 'fax' => '(021) 7817702', 'status' => 'active', 'created' => '2014-06-10 13:54:20', 'modified' => '2025-05-14 10:00:58', 'order' => 'email', 'order_confirm' => 'bbm', 'product_code_header' => '', 'product_code_increment' => 'yes', 'product_code_length' => null, 'po_required_overide' => 'no', 'vendor_group_id' => null, 'eol_status_unknown' => 'no', 'deposit' => null ) ) ) $status_available = null $date_available = null $status = null $tdate = array( (int) 0 => '' )AppController::get_availability() - APP/Controller/AppController.php, line 478 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1852 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110
Notice (8): Undefined offset: 1 [APP/Controller/AppController.php, line 769]Code Context$date_release = explode(' ', $date_release);$tdate_release = explode('-', $date_release[0]);$month = $tdate_release[1] == 0 ? 1 : $tdate_release[1];$date_release = array( (int) 0 => '' ) $day_string = false $day_number = true $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' )AppController::get_date() - APP/Controller/AppController.php, line 769 AppController::get_availability() - APP/Controller/AppController.php, line 481 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1852 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110
Notice (8): Undefined offset: 2 [APP/Controller/AppController.php, line 770]Code Context$tdate_release = explode('-', $date_release[0]);$month = $tdate_release[1] == 0 ? 1 : $tdate_release[1];$day = $tdate_release[2] == 0 ? date('t', mktime(0, 0, 0, $month, 1, $tdate_release[0])) : $tdate_release[2];$date_release = array( (int) 0 => '' ) $day_string = false $day_number = true $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1AppController::get_date() - APP/Controller/AppController.php, line 770 AppController::get_availability() - APP/Controller/AppController.php, line 481 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1852 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110
Warning (2): mktime() expects parameter 6 to be integer, string given [APP/Controller/AppController.php, line 770]Code Context$tdate_release = explode('-', $date_release[0]);$month = $tdate_release[1] == 0 ? 1 : $tdate_release[1];$day = $tdate_release[2] == 0 ? date('t', mktime(0, 0, 0, $month, 1, $tdate_release[0])) : $tdate_release[2];$date_release = array( (int) 0 => '' ) $day_string = false $day_number = true $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1mktime - [internal], line ?? AppController::get_date() - APP/Controller/AppController.php, line 770 AppController::get_availability() - APP/Controller/AppController.php, line 481 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1852 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110
Warning (2): mktime() expects parameter 6 to be integer, string given [APP/Controller/AppController.php, line 772]Code Context$day = $tdate_release[2] == 0 ? date('t', mktime(0, 0, 0, $month, 1, $tdate_release[0])) : $tdate_release[2];// echo $month.' '.$day.' '.$tdate_release[0].'<br>';$date = mktime(23, 59, 59, $month, $day, $tdate_release[0]);$date_release = array( (int) 0 => '' ) $day_string = false $day_number = true $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1 $day = '31' $date = nullmktime - [internal], line ?? AppController::get_date() - APP/Controller/AppController.php, line 772 AppController::get_availability() - APP/Controller/AppController.php, line 481 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1852 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110
Notice (8): Undefined offset: 1 [APP/Controller/AppController.php, line 775]Code Context// echo '<div style="display:none">'.$month.' '.$day.' '.$tdate_release[0].'</div>';if ($tdate_release[1] == '00' && $tdate_release[2] == '00')$date_release = array( (int) 0 => '' ) $day_string = false $day_number = true $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1 $day = '31' $date = falseAppController::get_date() - APP/Controller/AppController.php, line 775 AppController::get_availability() - APP/Controller/AppController.php, line 481 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1852 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110
Notice (8): Undefined offset: 1 [APP/Controller/AppController.php, line 777]Code Contextif ($tdate_release[1] == '00' && $tdate_release[2] == '00')$date_release = $tdate_release[0];if ($tdate_release[1] != '00' && $tdate_release[2] == '00')$date_release = array( (int) 0 => '' ) $day_string = false $day_number = true $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1 $day = '31' $date = falseAppController::get_date() - APP/Controller/AppController.php, line 777 AppController::get_availability() - APP/Controller/AppController.php, line 481 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1852 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110
Notice (8): Undefined offset: 2 [APP/Controller/AppController.php, line 777]Code Contextif ($tdate_release[1] == '00' && $tdate_release[2] == '00')$date_release = $tdate_release[0];if ($tdate_release[1] != '00' && $tdate_release[2] == '00')$date_release = array( (int) 0 => '' ) $day_string = false $day_number = true $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1 $day = '31' $date = falseAppController::get_date() - APP/Controller/AppController.php, line 777 AppController::get_availability() - APP/Controller/AppController.php, line 481 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1852 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110
Notice (8): Undefined offset: 1 [APP/Controller/AppController.php, line 779]Code Contextif ($tdate_release[1] != '00' && $tdate_release[2] == '00')$date_release = $months[date('n', $date) - 1] . ' ' . date('Y', $date);if ($tdate_release[1] != '00' && $tdate_release[2] != '00')$date_release = array( (int) 0 => '' ) $day_string = false $day_number = true $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1 $day = '31' $date = falseAppController::get_date() - APP/Controller/AppController.php, line 779 AppController::get_availability() - APP/Controller/AppController.php, line 481 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1852 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110
Notice (8): Undefined offset: 2 [APP/Controller/AppController.php, line 779]Code Contextif ($tdate_release[1] != '00' && $tdate_release[2] == '00')$date_release = $months[date('n', $date) - 1] . ' ' . date('Y', $date);if ($tdate_release[1] != '00' && $tdate_release[2] != '00')$date_release = array( (int) 0 => '' ) $day_string = false $day_number = true $days = array( (int) 0 => 'Minggu', (int) 1 => 'Senin', (int) 2 => 'Selasa', (int) 3 => 'Rabu', (int) 4 => 'Kamis', (int) 5 => 'Jumat', (int) 6 => 'Sabtu' ) $months = array( (int) 0 => 'Januari', (int) 1 => 'Februari', (int) 2 => 'Maret', (int) 3 => 'April', (int) 4 => 'Mei', (int) 5 => 'Juni', (int) 6 => 'Juli', (int) 7 => 'Agustus', (int) 8 => 'September', (int) 9 => 'Oktober', (int) 10 => 'November', (int) 11 => 'Desember' ) $tdate_release = array( (int) 0 => '' ) $month = (int) 1 $day = '31' $date = falseAppController::get_date() - APP/Controller/AppController.php, line 779 AppController::get_availability() - APP/Controller/AppController.php, line 481 BrowsesController::product() - APP/Controller/BrowsesController.php, line 1852 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110
|
Notice (8): Undefined variable: quota [APP/View/Browses/product_book.ctp, line 60]disabledCode Context}if ($quota['quota']['quota_person'] != 0)$viewFile = '/home/store3/public/www3.bukabuku.com/app/View/Browses/product_book.ctp' $dataForView = array( 'browse_view' => 'grid', 'system' => array( 'store' => array( 'id' => '3', 'name' => 'Bukabuku.com', 'name_label' => 'Bukabuku.com', 'url' => 'www.bukabuku.com', 'email_name' => 'Bukabuku.com', 'key' => '83be148a0563b4bebcb391917485dcc2', 'logo' => 'logo.gif', 'email_order' => 'cs@bukabuku.com', 'email_order_amazon' => 'cs@emails.bukabuku.com', 'address1' => 'Ruko Cempaka Mas Blok M/50', 'address2' => 'Jln. Letjen Suprapto', 'address3' => 'Jakarta Pusat', 'zip' => '10640', 'phone1' => '0896-7269-1122', 'phone2' => '', 'show_language_picker' => 'no', 'show_department_picker' => 'no', 'maintenance_mode' => 'no', 'readonly_mode' => 'no', 'show_banners' => 'yes', 'show_top_20' => 'yes', 'social_media_login' => 'yes', 'email_partnership' => 'partnership@bukabuku.com', 'allow_cod' => 'yes', 'sphinx_host' => 'sphinx2.bukabuku.net', 'sphinx_product_index_local' => 'product_bukabuku', 'sphinx_product_index' => 'product_bukabuku_rt' ), 'cart_content' => array( 'products' => array([maximum depth reached]), 'count' => (int) 0 ), 'language' => array( 'ind' => 'Indonesia' ), 'depts' => array( 'all' => 'Semua Departemen', 'book' => 'Books' ), 'store_depts' => array( (int) 0 => array( [maximum depth reached] ) ), 'menu_categories' => array( 'Books' => array( [maximum depth reached] ) ), 'wishlists' => array() ), 'show_edit' => false, 'products_by_author' => array( (int) 0 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 1 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 2 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 3 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 4 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 5 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 6 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 7 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 8 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 9 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 10 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 11 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 12 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 13 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 14 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 15 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 16 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 17 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 18 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 19 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 20 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 21 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 22 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 23 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 24 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 25 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 26 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 27 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 28 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 29 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 30 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 31 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 32 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 33 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 34 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 35 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 36 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 37 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 38 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 39 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 40 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 41 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 42 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 43 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 44 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 45 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 46 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 47 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 48 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 49 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 50 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 51 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 52 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 53 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 54 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 55 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 56 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 57 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 58 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 59 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 60 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 61 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 62 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 63 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 64 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 65 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 66 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 67 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 68 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 69 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 70 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 71 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 72 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 73 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 74 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 75 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 76 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 77 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 78 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 79 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 80 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 81 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 82 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 83 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 84 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 85 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 86 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 87 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 88 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 89 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 90 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 91 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 92 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 93 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 94 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 95 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 96 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 97 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 98 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ), (int) 99 => array( 'SearchCache' => array( [maximum depth reached] ), 'BrandRule' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ), 'SearchCacheDetail' => array( [maximum depth reached] ) ) ), 'current_author' => array( 'People' => array( 'id' => '45622', 'name' => 'Tere Liye', 'description' => 'Darwis atau yang lebih dikenal dengan “Tere Liye” lahir dan tumbuh dewasa di pedalaman Sumatera. Ia lahir pada tanggal 21 mei 1979. Tere Liye menikah dengan Ny.Riski Amelia dan di karunia seorang putra bernama Abdullah Pasai. Seperti di sebutkan di atas, Tere Liye tumbuh di Sumatera Pedalaman. Ia berasal dari keluarga sederhana yang orang tuanya berprofesi sebagai petani biasa. Anak ke enam dari tujuh bersaudara ini sampai saat ini telah menghasilkan 14 karya. Bahkan beberapa di antaranya telah di angkat ke layar lebar. Berdasarkan email yang di jadikan sarana komunikasi dengan para penggemarnya yaitu darwisdarwis@yahoo.com. Tere Liye meyelesaikan masa pendidikan dasar sampai SMP di SDN2 dan SMN 2 Kikim Timur, Sumatera Selatan. Kemudian melanjutkan ke SMUN 9 bandar lampung. Setelah selesai di Bandar lampung, ia meneruskan ke Universitas Indonesia dengan mengambil fakultas Ekonomi. Dari karya-karyanya Tere Liye ingin membagi pemahaman bahwa sebetulnya hidup ini tidaklah rumit seperti yang sering terpikir oleh kabanyakan orang. Hidup adalah anugerah yang Kuasa dan karena anugerah berarti harus di syukuri. ', 'email' => 'darwisdarwis@yahoo.com', 'website' => 'www.darwisdarwis.multiply.com', 'facebook' => '', 'twitter' => '@darwistereliye', 'instagram' => '', 'google+' => '' ), 'PeopleImage' => array( (int) 0 => array( [maximum depth reached] ) ) ), 'products_bought_relation' => array( (int) 0 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 1 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 2 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 3 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 4 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 5 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 6 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 7 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 8 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 9 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 10 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 11 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 12 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 13 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 14 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 15 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 16 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 17 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 18 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ), (int) 19 => array( 'ProductBoughtRelation' => array( [maximum depth reached] ), 'SearchCache' => array( [maximum depth reached] ), 'ProductRank' => array( [maximum depth reached] ), 'Category' => array( [maximum depth reached] ) ) ), 'availability' => array( 'text' => 'Stock tidak tersedia', 'color' => 'product_status_red', 'qty' => '0' ), 'promo_combined' => array(), 'result' => array( 'ProductBook' => array( 'id' => '2010000380987', 'EAN' => '9789792269055', 'code' => '200467849', 'name' => 'Ayahku (Bukan) Pembohong', 'subname' => '', 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'brand_discount_id' => null, 'dimension_x' => '135', 'dimension_y' => '200', 'dimension_z' => '0', 'shipping_weight' => '298', 'weight_flag' => 'scaled', 'price' => '65000', 'price_dollar' => '65000', 'currency' => 'IDR', 'description' => '<p>Kapan terakhir kali kita memeluk ayah kita? Menatap wajahnya, lantas bilang kita sungguh sayang padanya? Kapan terakhir kali kita bercakap ringan, tertawa gelak, bercengkerama, lantas menyentuh lembut tangannya, bilang kita sungguh bangga padanya? Inilah kisah tentang seorang anak yang dibesarkan dengan dongeng-dongeng kesederhanaan hidup. Kesederhanaan yang justru membuat ia membenci ayahnya sendiri. Inilah kisah tentang hakikat kebahagiaan sejati. Jika kalian tidak menemukan rumus itu di novel ini, tidak ada lagi cara terbaik untuk menjelaskannya. Mulailah membaca novel ini dengan hati lapang, dan saat tiba di halaman terakhir, berlarilah secepat mungkin menemui ayah kita, sebelum semuanya terlambat, dan kita tidak pernah sempat mengatakannya. Tere-Liye adalah pengarang beberapa novel dengan rating tinggi di website para pencinta buku www.goodreads.com. Tere-Liye banyak menghabiskan waktu untuk melakukan perjalanan, mencoba memahami banyak hal dengan melihat banyak tempat. Selamat membaca novel kecil ini. Setamat membaca buku ini, satu hal yang pasti nyata: saya menangguk banyak kearifan di kedalaman cerita. --A. Fuadi, Penulis Trilogi Negeri 5 Menara Sungguh Tere-Liye berhasil menggugah saya sebagai pembaca sekaligus seorang anak dari seorang ayah yang sangat saya banggakan. A must read. --Amang Suramang, Penggerak di Goodreads Indonesia Isinya tak hanya menggugah dan membuat haru, tapi membuat kita merasa perlu meneguhkan kembali keyakinan dan kecintaan pada keluarga. Salut atas novel ini! --Arwin Rasyid, Presiden Direktur Bank CIMB-Niaga Novel ini dapat menjadi langkah awal untuk menata ulang konsep budi pekerti di negeri ini. --Muliaman D. Hadad, Deputi Gubernur Bank Indonesia</p> ', 'eol' => 'no', 'product_group_id' => null, 'department_id' => '0', 'review_rating' => '4.5', 'review_count' => '2', 'review_count_1' => '0', 'review_count_2' => '0', 'review_count_3' => '0', 'review_count_4' => '1', 'review_count_5' => '1', 'sold' => '0', 'status' => 'active', 'isbn' => '', 'isbn13' => '9789792269055', 'date_release' => '4 Juli 2011', 'date_available' => '2011-07-04', 'serie_id' => '0', 'serie' => '', 'edition' => '', 'pages' => '304', 'tax' => 'include', 'status_available' => 'normal', 'redirect_ean' => null, 'data_source' => null, 'data_source_id' => null, 'data_source_updated' => null, 'created' => null, 'modified' => null, 'price_discount' => (int) 52000, 'discount_percent' => '20', 'dimension' => '135 mm x 200 mm' ), 'Brand' => array( 'id' => '5', 'name' => 'Gramedia Pustaka Utama', 'name_web' => 'Gramedia Pustaka Utama', 'website' => '', 'phone' => '', 'fax' => '', 'email' => '', 'facebook' => '', 'twitter' => '', 'cash_status' => null, 'cash_value' => null, 'credit_status' => null, 'credit_value' => null, 'consign_status' => null, 'consign_value' => null, 'status' => 'active', 'created' => '2014-02-25 17:08:44', 'modified' => '2014-02-25 17:08:47', 'department_id' => '1' ), 'SearchCache' => array( 'id' => '38101', 'product_id' => '2010000380987', 'product_id_old' => '80895', 'serie' => '', 'serie_id' => '0', 'name' => 'Ayahku (Bukan) Pembohong', 'subname' => '', 'edition' => '', 'date_release' => '2011-07-04', 'date_calc' => '2011-07-04', 'date_available' => '2011-07-04', 'ean' => '9789792269055', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '200467849', 'code_x1' => '', 'code_x2' => '9789792269055', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '65000', 'price_max' => '0', 'price_dollar' => '65000', 'currency' => 'IDR', 'rating' => '4.5', 'reviewer' => '2', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => 'ayahku07042011.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '135', 'dimension_y' => '200', 'dimension_z' => '0', 'weight' => '298', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Kapan terakhir kali kita memeluk ayah kita? Menatap wajahnya, lantas bilang kita sungguh sayang padanya? Kapan terakhir kali kita bercakap ringan, tertawa gelak, bercengkerama, lantas menyentuh lembut tangannya, bilang kita sungguh bangga padanya? Inilah kisah tentang seorang anak yang dibesarkan dengan dongeng-dongeng kesederhanaan hidup. Kesederhanaan yang justru membuat ia membenci ayahnya sendiri. Inilah kisah tentang hakikat kebahagiaan sejati. Jika kalian tidak menemukan rumus itu di ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2016-08-25 22:39:12', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no' ), 'ProductCategory' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'ProductImage' => array(), 'Detail' => array( 'language' => array( [maximum depth reached] ), 'format' => array( [maximum depth reached] ), 'author' => array( [maximum depth reached] ) ) ), 'rating' => array( 'id' => '20133', 'store_id' => '3', 'product_id' => '2010000380987', 'rating' => '4.5', 'count' => '2', 'count1' => '0', 'count2' => '0', 'count3' => '0', 'count4' => '1', 'count5' => '1' ), 'reviews' => array( (int) 0 => array( 'ProductReview' => array( [maximum depth reached] ), (int) 0 => array( [maximum depth reached] ) ), (int) 1 => array( 'ProductReview' => array( [maximum depth reached] ), (int) 0 => array( [maximum depth reached] ) ) ), 'first_image' => array(), 'promo' => array(), 'unavailable' => false, 'meta' => array( 'description' => 'Ayahku (Bukan) Pembohong - Oleh: Tere Liye - Kapan terakhir kali kita memeluk ayah kita? Menatap wajahnya, lantas bilang kita sungguh sayang padanya? Kapan terakhir kali kita bercakap ringan, tertawa gelak, bercengkerama, lantas menyentuh lembut tangannya, bilang kita sungguh bangga padanya? Inilah kisah tentang seorang anak yang dibesarkan dengan dongeng-dongeng kesederhanaan hidup. Kesederhanaan yang justru membuat ia membenci ayahnya sendiri. Inilah kisah tentang hakikat kebahagiaan sejati. Jika kalian tidak menemukan rumus itu di novel ini, tidak ada lagi cara terbaik untuk menjelaskannya. Mulailah membaca novel ini dengan hati lapang, dan saat tiba di halaman terakhir, berlarilah secepat mungkin menemui ayah kita, sebelum semuanya terlambat, dan kita tidak pernah sempat mengatakannya. Tere-Liye adalah pengarang beberapa novel dengan rating tinggi di website para pencinta buku www.goodreads.com. Tere-Liye banyak menghabiskan waktu untuk melakukan perjalanan, mencoba memahami banyak hal dengan melihat banyak tempat. Selamat membaca novel kecil ini. Setamat membaca buku ini, satu hal yang pasti nyata: saya menangguk banyak kearifan di kedalaman cerita. --A. Fuadi, Penulis Trilogi Negeri 5 Menara Sungguh Tere-Liye berhasil menggugah saya sebagai pembaca sekaligus seorang anak dari seorang ayah yang sangat saya banggakan. A must read. --Amang Suramang, Penggerak di Goodreads Indonesia Isinya tak hanya menggugah dan membuat haru, tapi membuat kita merasa perlu meneguhkan kembali keyakinan dan kecintaan pada keluarga. Salut atas novel ini! --Arwin Rasyid, Presiden Direktur Bank CIMB-Niaga Novel ini dapat menjadi langkah awal untuk menata ulang konsep budi pekerti di negeri ini. --Muliaman D. Hadad, Deputi Gubernur Bank Indonesia ', 'og:title' => 'Ayahku (Bukan) Pembohong - Oleh: Tere Liye', 'og:type' => 'book', 'og:url' => 'https://www.bukabuku.com/browses/product/9789792269055/ayahku-(bukan)-pembohong.html', 'og:description' => 'Kapan terakhir kali kita memeluk ayah kita? Menatap wajahnya, lantas bilang kita sungguh sayang padanya? Kapan terakhir kali kita bercakap ringan, tertawa gelak, bercengkerama, lantas menyentuh lembut tangannya, bilang kita sungguh bangga padanya? Inilah kisah tentang seorang anak yang dibesarkan dengan dongeng-dongeng kesederhanaan hidup. Kesederhanaan yang justru membuat ia membenci ayahnya sendiri. Inilah kisah tentang hakikat kebahagiaan sejati. Jika kalian tidak menemukan rumus itu di novel ini, tidak ada lagi cara terbaik untuk menjelaskannya. Mulailah membaca novel ini dengan hati lapang, dan saat tiba di halaman terakhir, berlarilah secepat mungkin menemui ayah kita, sebelum semuanya terlambat, dan kita tidak pernah sempat mengatakannya. Tere-Liye adalah pengarang beberapa novel dengan rating tinggi di website para pencinta buku www.goodreads.com. Tere-Liye banyak menghabiskan waktu untuk melakukan perjalanan, mencoba memahami banyak hal dengan melihat banyak tempat. Selamat membaca novel kecil ini. Setamat membaca buku ini, satu hal yang pasti nyata: saya menangguk banyak kearifan di kedalaman cerita. --A. Fuadi, Penulis Trilogi Negeri 5 Menara Sungguh Tere-Liye berhasil menggugah saya sebagai pembaca sekaligus seorang anak dari seorang ayah yang sangat saya banggakan. A must read. --Amang Suramang, Penggerak di Goodreads Indonesia Isinya tak hanya menggugah dan membuat haru, tapi membuat kita merasa perlu meneguhkan kembali keyakinan dan kecintaan pada keluarga. Salut atas novel ini! --Arwin Rasyid, Presiden Direktur Bank CIMB-Niaga Novel ini dapat menjadi langkah awal untuk menata ulang konsep budi pekerti di negeri ini. --Muliaman D. Hadad, Deputi Gubernur Bank Indonesia ', 'twitter:title' => 'Ayahku (Bukan) Pembohong - Oleh: Tere Liye', 'twitter:description' => 'Kapan terakhir kali kita memeluk ayah kita? Menatap wajahnya, lantas bilang kita sungguh sayang padanya? Kapan terakhir kali kita bercakap ringan, tertawa gelak, bercengkerama, lantas menyentuh lembut tangannya, bilang kita sungguh bangga padanya? Inilah kisah tentang seorang anak yang dibesarkan dengan dongeng-dongeng kesederhanaan hidup. Kesederhanaan yang justru membuat ia membenci ayahnya sendiri. Inilah kisah tentang hakikat kebahagiaan sejati. Jika kalian tidak menemukan rumus itu di novel ini, tidak ada lagi cara terbaik untuk menjelaskannya. Mulailah membaca novel ini dengan hati lapang, dan saat tiba di halaman terakhir, berlarilah secepat mungkin menemui ayah kita, sebelum semuanya terlambat, dan kita tidak pernah sempat mengatakannya. Tere-Liye adalah pengarang beberapa novel dengan rating tinggi di website para pencinta buku www.goodreads.com. Tere-Liye banyak menghabiskan waktu untuk melakukan perjalanan, mencoba memahami banyak hal dengan melihat banyak tempat. Selamat membaca novel kecil ini. Setamat membaca buku ini, satu hal yang pasti nyata: saya menangguk banyak kearifan di kedalaman cerita. --A. Fuadi, Penulis Trilogi Negeri 5 Menara Sungguh Tere-Liye berhasil menggugah saya sebagai pembaca sekaligus seorang anak dari seorang ayah yang sangat saya banggakan. A must read. --Amang Suramang, Penggerak di Goodreads Indonesia Isinya tak hanya menggugah dan membuat haru, tapi membuat kita merasa perlu meneguhkan kembali keyakinan dan kecintaan pada keluarga. Salut atas novel ini! --Arwin Rasyid, Presiden Direktur Bank CIMB-Niaga Novel ini dapat menjadi langkah awal untuk menata ulang konsep budi pekerti di negeri ini. --Muliaman D. Hadad, Deputi Gubernur Bank Indonesia ' ), 'title_for_layout' => 'Ayahku (Bukan) Pembohong - BukaBuku.com - Toko Buku Online', 'url' => 'browses/product/9789792269055/ayahku-(bukan)-pembohong.html' ) $browse_view = 'grid' $system = array( 'store' => array( 'id' => '3', 'name' => 'Bukabuku.com', 'name_label' => 'Bukabuku.com', 'url' => 'www.bukabuku.com', 'email_name' => 'Bukabuku.com', 'key' => '83be148a0563b4bebcb391917485dcc2', 'logo' => 'logo.gif', 'email_order' => 'cs@bukabuku.com', 'email_order_amazon' => 'cs@emails.bukabuku.com', 'address1' => 'Ruko Cempaka Mas Blok M/50', 'address2' => 'Jln. Letjen Suprapto', 'address3' => 'Jakarta Pusat', 'zip' => '10640', 'phone1' => '0896-7269-1122', 'phone2' => '', 'show_language_picker' => 'no', 'show_department_picker' => 'no', 'maintenance_mode' => 'no', 'readonly_mode' => 'no', 'show_banners' => 'yes', 'show_top_20' => 'yes', 'social_media_login' => 'yes', 'email_partnership' => 'partnership@bukabuku.com', 'allow_cod' => 'yes', 'sphinx_host' => 'sphinx2.bukabuku.net', 'sphinx_product_index_local' => 'product_bukabuku', 'sphinx_product_index' => 'product_bukabuku_rt' ), 'cart_content' => array( 'products' => array(), 'count' => (int) 0 ), 'language' => array( 'ind' => 'Indonesia' ), 'depts' => array( 'all' => 'Semua Departemen', 'book' => 'Books' ), 'store_depts' => array( (int) 0 => array( 'Department' => array( [maximum depth reached] ), 'Store' => array([maximum depth reached]) ) ), 'menu_categories' => array( 'Books' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ), (int) 13 => array( [maximum depth reached] ), (int) 14 => array( [maximum depth reached] ), (int) 15 => array( [maximum depth reached] ), (int) 16 => array( [maximum depth reached] ), (int) 17 => array( [maximum depth reached] ), (int) 18 => array( [maximum depth reached] ), (int) 19 => array( [maximum depth reached] ), (int) 20 => array( [maximum depth reached] ), (int) 21 => array( [maximum depth reached] ), (int) 22 => array( [maximum depth reached] ), (int) 23 => array( [maximum depth reached] ), (int) 24 => array( [maximum depth reached] ), (int) 25 => array( [maximum depth reached] ), (int) 26 => array( [maximum depth reached] ), (int) 27 => array( [maximum depth reached] ), (int) 28 => array( [maximum depth reached] ), (int) 29 => array( [maximum depth reached] ), (int) 30 => array( [maximum depth reached] ), (int) 31 => array( [maximum depth reached] ), (int) 32 => array( [maximum depth reached] ), (int) 33 => array( [maximum depth reached] ), (int) 34 => array( [maximum depth reached] ), (int) 35 => array( [maximum depth reached] ), (int) 36 => array( [maximum depth reached] ), (int) 37 => array( [maximum depth reached] ), (int) 38 => array( [maximum depth reached] ), (int) 39 => array( [maximum depth reached] ), (int) 40 => array( [maximum depth reached] ), (int) 41 => array( [maximum depth reached] ), (int) 42 => array( [maximum depth reached] ), (int) 43 => array( [maximum depth reached] ), (int) 44 => array( [maximum depth reached] ), (int) 45 => array( [maximum depth reached] ), (int) 46 => array( [maximum depth reached] ) ) ), 'wishlists' => array() ) $show_edit = false $products_by_author = array( (int) 0 => array( 'SearchCache' => array( 'id' => '1187795', 'product_id' => '2010001442387', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Cinta Antara Jakarta & Kuala Lumpur', 'subname' => '', 'edition' => '', 'date_release' => 'Oktober 2025', 'date_calc' => '2025-10-01', 'date_available' => '2025-10-00', 'ean' => '9786347046055', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6347046059', 'code_x2' => '9786347046055', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '105000', 'price_max' => '0', 'price_dollar' => '105000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '87c0f248a5d63d765bb9f6fb1c42b9ed.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '300', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'James adalah tipe cowok green flag, jomblo berkualitas tinggi. Pintar, lulusan kampus top luar negeri, punya pekerjaan dan karier yang cemerlang, tampan, baik hati. Dengan keluarga yang spesial. Masalahnya, dia pemalu, terlalu sibuk kerja, fokus pada kariernya. Jadilah dia tidak kunjung mendapat jodoh. Hingga suatu hari, dia jatuh cinta. Pada wanita yang benar-benar di luar dugaan. Dan dimulailah semua kekacauan cerita ini. “Pemilih yang baik, dia akan memilih apa yang ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2025-10-24 10:27:46', 'modified' => '2026-01-13 06:03:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '105000', 'price_discount' => (int) 89250, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1605532', 'search_cache_id' => '1187795', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2025-12-19 10:11:09', 'modified' => '2025-12-19 10:11:09' ) ), (int) 1 => array( 'SearchCache' => array( 'id' => '1187135', 'product_id' => '2010001435785', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'RAIN', 'subname' => '', 'edition' => '', 'date_release' => 'Agustus 2025', 'date_calc' => '2025-08-01', 'date_available' => '2025-08-00', 'ean' => '9786347046048', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6347046040', 'code_x2' => '9786347046048', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '109000', 'price_max' => '0', 'price_dollar' => '109000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'f475b85bc87fc3442f13630df14e20b2.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '300', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'About friendship... About love... About forgetting... About separation... And about rain... Rain is a heartwarming and emotional novel by Indonesian author Tere Liye that tells the story of Lail and Esok, two young people brought together by fate after a devastating natural disaster strikes their city in 2042. The tragedy takes away Lail’s parents and changes her life forever. Esok, a boy she meets during the chaos, becomes her closest companion and source of strength as they rebuild their ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2025-09-10 10:05:47', 'modified' => '2025-12-30 14:08:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '109000', 'price_discount' => (int) 92650, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1605536', 'search_cache_id' => '1187135', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2025-12-19 10:11:49', 'modified' => '2025-12-19 10:11:49' ) ), (int) 2 => array( 'SearchCache' => array( 'id' => '1186214', 'product_id' => '2010001426851', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Hana - Tara - Hata', 'subname' => '', 'edition' => '', 'date_release' => 'Juni 2025', 'date_calc' => '2025-06-15', 'date_available' => '2025-06-15', 'ean' => '9786347046031', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6347046032', 'code_x2' => '9786347046031', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '109000', 'price_max' => '0', 'price_dollar' => '109000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '1b6a55a63cfb5aa34aff5f66de316ea3.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '350', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Apakah kalian sudah mengenal Hana, penghuni Padang Perdu Klan Matahari? Ini adalah kisahnya. Tentang seorang pemilik kekuatan “membaca alam sekitar”. Tentang seorang ibu yang sangat menyayangi anaknya. Rasa sakit. Kehilangan. Pengorbanan. Kebencian. Memaafkan. Tumpah menjadi satu. Juga pertarungan mematikan, tempat-tempat berbahaya, hewan dan tumbuhan legendaris. Kalian mungkin telah tahu kisah ini dari buku-buku sebelumnya, bukan? Tapi itu tidak lengkap. ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2025-06-05 13:40:34', 'modified' => '2025-12-30 14:08:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '109000', 'price_discount' => (int) 92650, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1592392', 'search_cache_id' => '1186214', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2025-06-14 09:55:55', 'modified' => '2025-06-14 09:55:55' ) ), (int) 3 => array( 'SearchCache' => array( 'id' => '1184573', 'product_id' => '2010001410539', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'ALDEBARAN', 'subname' => 'Bagian 1', 'edition' => '', 'date_release' => 'Desember 2024', 'date_calc' => '2024-12-01', 'date_available' => '2024-12-00', 'ean' => '9786347046017', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6347046016', 'code_x2' => '9786347046017', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '105000', 'price_max' => '0', 'price_dollar' => '105000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'cba10550a5ea1f85d6a372695d7d8549.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '350', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Bagaimana kita tahu persahabatan itu sejati? Boleh jadi setelah pertengkaran hebat. Menyusul kejadian di Klan Matahari Minor, pulang ke Klan Bumi, Raib dan Seli bertengkar. Tidak mau saling bicara, berpisah meja, tidak mau membahasnya. Masalahnya, Seli yang kehilangan kekuatan temporer, dengan segala beban pikiran, jatuh sakit. Kondisinya memburuk dengan cepat. Hidup dan mati. Lantas siapa yang akan mendamaikan Raib dan Seli? Apakah April? Dan apa sebenarnya yang menunggu di Klan ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2024-12-19 15:44:33', 'modified' => '2025-08-21 14:38:01', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '105000', 'price_discount' => (int) 89250, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1585464', 'search_cache_id' => '1184573', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2024-12-30 12:56:08', 'modified' => '2024-12-30 12:56:08' ) ), (int) 4 => array( 'SearchCache' => array( 'id' => '1183604', 'product_id' => '2010001400752', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'SENDIRI', 'subname' => '', 'edition' => '', 'date_release' => 'September 2024', 'date_calc' => '2024-09-28', 'date_available' => '2024-09-28', 'ean' => '9786238882281', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '623888228X', 'code_x2' => '9786238882281', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '105000', 'price_max' => '0', 'price_dollar' => '105000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'b2a727789b64b6759511ccbe28652ec5.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '300', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Tidak ada yang abadi di dunia ini. Lautan bisa mengering. Gunung bisa rata. Benua terpisah, bersatu, dan terpisah lagi. Apalagi cinta pasangan manusia. Sehebat apapun cinta tersebut, pasti akan berakhir. Waktu akan menelannya. Inilah kisah tentang seorang laki-laki usia 70 tahun, yang ditinggal istrinya meninggal setelah begitu lama menikah, menghabiskan waktu bersama-sama. Saat hari itu tiba, apa yang harus dia lakukan? Bagaimana dia akan melewati sisa hidupnya? Menjalani hari demi hari? ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2024-09-10 13:39:41', 'modified' => '2025-12-30 14:08:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '105000', 'price_discount' => (int) 89250, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1587796', 'search_cache_id' => '1183604', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2025-03-07 15:05:02', 'modified' => '2025-03-07 15:05:02' ) ), (int) 5 => array( 'SearchCache' => array( 'id' => '1183382', 'product_id' => '2010001398516', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Apel Emas', 'subname' => '', 'edition' => '', 'date_release' => 'Juli 2024', 'date_calc' => '2024-07-01', 'date_available' => '2024-07-00', 'ean' => '9786238882250', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6238882255', 'code_x2' => '9786238882250', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '125000', 'price_max' => '0', 'price_dollar' => '125000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '525317501b93a30817c6b7a7fea53143.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '400', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Tahukah kalian buah paling berharga di seluruh muka Bumi? Jawabannya adalah: Apel Emas. Apel Emas adalah mahkota seluruh buah. Raja dari raja segala jenis buah. Bentuknya seperti apel biasa, tapi warnanya emas. Sebutir apel emas tidak hanya mengenyangkan, tapi juga menyembuhkan penyakit apapun yang diderita manusia. Dan jika orang yang memakannya tidak sedang sakit, mengunyah apel emas akan memberikan rasa bahagia, damai, serta tenteram. Tapi Apel Emas tidak sembarang tumbuh. Dia adalah ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2024-08-12 15:06:35', 'modified' => '2025-12-30 14:08:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '125000', 'price_discount' => (int) 106250, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1581752', 'search_cache_id' => '1183382', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2024-10-02 15:03:23', 'modified' => '2024-10-02 15:03:23' ) ), (int) 6 => array( 'SearchCache' => array( 'id' => '1183379', 'product_id' => '2010001398486', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Suku Penunggang Layang-layang', 'subname' => '', 'edition' => '', 'date_release' => 'Juli 2024', 'date_calc' => '2024-07-01', 'date_available' => '2024-07-00', 'ean' => '9786238882274', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6238882271', 'code_x2' => '9786238882274', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '125000', 'price_max' => '0', 'price_dollar' => '125000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '78c6613c32d8962e281d697be145eee0.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '587', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Tetukong adalah anak penggembala ternak. Persis pada ulang tahunnya yang ke-12, ia harus melewati ujian yang penting sekali bagi sukunya. Apa itu? Menunggang layang-layang! Wah, suku mereka hebat sekali. Mereka tidak menggiring ternak dengan cara biasa, melainkan dengan menaiki layang-layang besar. Sayangnya, Tetukong punya rahasia yang membuatnya kesulitan melewati ujian tersebut. Tapi ia ingin sekali bisa terbang di udara, menaiki layang-layang, bersama teman-temannya. Apakah Tetukong ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2024-08-12 15:04:16', 'modified' => '2025-07-04 10:33:01', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '125000', 'price_discount' => (int) 106250, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1592566', 'search_cache_id' => '1183379', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2025-06-20 13:44:05', 'modified' => '2025-06-20 13:44:05' ) ), (int) 7 => array( 'SearchCache' => array( 'id' => '1183381', 'product_id' => '2010001398509', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'K Si Pemalas', 'subname' => '', 'edition' => '', 'date_release' => 'Juli 2024', 'date_calc' => '2024-07-01', 'date_available' => '2024-07-00', 'ean' => '9786238882243', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6238882247', 'code_x2' => '9786238882243', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '125000', 'price_max' => '0', 'price_dollar' => '125000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '863055d155c2331c2c3e2de3444d9da8.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '587', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Apakah kalian tahu koala? Ssst, koala adalah hewan yang sangat suka tidur. Seekor koala bisa tidur selama 16-20 jam. Tapi K, seekor koala remaja, dia bisa tidur 22 jam sehari. Aduh, berarti dia hanya bangun selama dua jam saja. Suatu hari, karena terlalu asyik tidur, K terjebak dalam masalah serius. Dia terpisah dari Mama dan Papanya. Dan hutan tempatnya tinggal terancam. Maka mulailah petualangan K. Ditemani oleh Walbi, seekor walabi, mereka dikejar oleh anjing galak dan petugas. Apakah K ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2024-08-12 15:05:50', 'modified' => '2025-07-04 10:33:01', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '125000', 'price_discount' => (int) 106250, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1592841', 'search_cache_id' => '1183381', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2025-06-30 15:16:58', 'modified' => '2025-06-30 15:16:58' ) ), (int) 8 => array( 'SearchCache' => array( 'id' => '1183380', 'product_id' => '2010001398493', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Malam yang Menegangkan', 'subname' => '', 'edition' => '', 'date_release' => 'Juli 2024', 'date_calc' => '2024-07-01', 'date_available' => '2024-07-00', 'ean' => '9786238882212', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6238882212', 'code_x2' => '9786238882212', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '125000', 'price_max' => '0', 'price_dollar' => '125000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'e95c54b3f61b5ee0b1b96119cf21746d.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '587', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Kerja sama. Kerja sama. Kerja sama adalah kunci mengatasi banyak masalah. Malam itu, serigala buas melolong mendatangi perkebunan jagung untuk memangsa hewan ternak. Bebek ber-kwek kwek kwek ketakutan. Ayam ber-petok petok petok lari. Kambing mengembik gemetar. Semua panik! Aduh, apa yang harus mereka lakukan? Kerja sama. Jika kalian ingin mengalahkan musuh yang lebih kuat. Mengatasi masalah yang lebih besar. Mari bekerja sama, maka kita akan lebih mudah mengatasinya. – Pada suatu malam, ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2024-08-12 15:05:07', 'modified' => '2025-11-08 09:08:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '125000', 'price_discount' => (int) 106250, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1592845', 'search_cache_id' => '1183380', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2025-06-30 15:17:12', 'modified' => '2025-06-30 15:17:12' ) ), (int) 9 => array( 'SearchCache' => array( 'id' => '1182502', 'product_id' => '2010001389675', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'BANDIT-BANDIT BERKELAS', 'subname' => '', 'edition' => '', 'date_release' => 'Mei 2024', 'date_calc' => '2024-05-21', 'date_available' => '2024-05-21', 'ean' => '9786238882267', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6238882263', 'code_x2' => '9786238882267', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '109000', 'price_max' => '0', 'price_dollar' => '109000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'd320ed410ddd5e2410e1e3da96d50141.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '300', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Mereka memang adalah bedebah. Bandit-bandit. Tapi mereka bukan pengkhianat, orang-orang bermuka dua, penjilat dan tabiat murahan lainnya. Mereka adalah bandit-bandit dengan kehormatan. Setia kawan. Pemegang janji terbaik. Mereka adalah bandit-bandit berkelas. ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2024-05-06 14:45:40', 'modified' => '2026-01-07 14:08:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '109000', 'price_discount' => (int) 92650, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1576913', 'search_cache_id' => '1182502', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2024-05-16 13:46:10', 'modified' => '2024-05-16 13:46:10' ) ), (int) 10 => array( 'SearchCache' => array( 'id' => '1181354', 'product_id' => '2010001378198', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Teruslah Bodoh, Jangan Pintar', 'subname' => '', 'edition' => '', 'date_release' => 'Februari 2024', 'date_calc' => '2024-02-01', 'date_available' => '2024-02-01', 'ean' => '9786238882205', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6238882204', 'code_x2' => '9786238882205', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '109000', 'price_max' => '0', 'price_dollar' => '109000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '70b2d1e5ad275c20dc10987bf595889a.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '280', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Saat hukum dan kekuasaan dipegang oleh serigala-serigala buas berbulu domba, saat seluruh segeri dikangkangi orang-orang jualan sok sedeharna tapi sejatinya serakah. Apakah kalian akan tutup mata, tutup mulut, tidak peduli dengan apa yang terjadi? Atau kalian akan mengepalkan tangan ke udara, LAWAN! ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2024-01-06 11:21:51', 'modified' => '2025-12-30 14:08:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '109000', 'price_discount' => (int) 92650, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1576703', 'search_cache_id' => '1181354', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2024-05-13 11:21:39', 'modified' => '2024-05-13 11:21:39' ) ), (int) 11 => array( 'SearchCache' => array( 'id' => '1181183', 'product_id' => '2010001376507', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'ILY', 'subname' => '', 'edition' => '', 'date_release' => 'Januari 2024', 'date_calc' => '2024-01-01', 'date_available' => '2024-01-00', 'ean' => '9786238829699', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6238829699', 'code_x2' => '9786238829699', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '109000', 'price_max' => '0', 'price_dollar' => '109000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '7d6f6dbe3991c04aaa8fe16d61090cd7.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '316', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Petualangan Raib dan Seli di klan Matahari Minor semakin genting. Petualangan ini adalah jawaban. Atas pertanyaan-pertanyaan yang belum terjawab. Juga tentang kehilangan dan menemukan. Tentang memilih dan pengorbanan. Petualangan ini juga adalah persimpangan. Apakah Raib dan Seli akan memilih jalan terbaik? Apakah mereka akan terus menjadi sahabat, atau membenci satu sama lain? Lantas bagaimana dengan Ali? Apakah dia tidak ingin bergegas pulang ke klan Bumi bertemu dengan jutaan fans-nya? Buku ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2023-11-25 12:49:25', 'modified' => '2026-01-07 14:08:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '109000', 'price_discount' => (int) 92650, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1608300', 'search_cache_id' => '1181183', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2026-01-07 13:35:07', 'modified' => '2026-01-07 13:35:07' ) ), (int) 12 => array( 'SearchCache' => array( 'id' => '1181184', 'product_id' => '2010001376514', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => '"HELLO"', 'subname' => '', 'edition' => '', 'date_release' => 'April 2023', 'date_calc' => '2023-04-01', 'date_available' => '2023-04-00', 'ean' => '9786238829682', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6238829680', 'code_x2' => '9786238829682', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '105000', 'price_max' => '0', 'price_dollar' => '105000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'e7e81edf932591367e10fa649ffc80eb.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '300', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Hello. Apakah kamu di sana? Aku tahu kamu di sana. Aku tahu kamu mendengarkan suaraku. Hello. Aku tahu kita belum bisa bicara. Tapi aku tidak bisa menahan diriku untuk meneleponmu. Aku hanya hendak bilang, aku tidak akan menyerah. Aku akan selalu menyayangimu. ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2023-11-25 12:59:50', 'modified' => '2024-11-12 14:08:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '105000', 'price_discount' => (int) 89250, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1581964', 'search_cache_id' => '1181184', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2024-10-08 12:01:12', 'modified' => '2024-10-08 12:01:12' ) ), (int) 13 => array( 'SearchCache' => array( 'id' => '1181995', 'product_id' => '2010001384595', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Tanah Para Bandit', 'subname' => '', 'edition' => '', 'date_release' => 'Februari 2023', 'date_calc' => '2023-02-01', 'date_available' => '2023-02-00', 'ean' => '9786238829675', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6238829672', 'code_x2' => '9786238829675', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '105000', 'price_max' => '0', 'price_dollar' => '105000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'c831a56e4de96cbf67a2721d2f1fe37c.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '300', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Usia lima belas tahun, aku menemukan tempat rahasia. Lokasinya berada di tengah hutan lebat, di lereng-lereng terjal Bukit Barisan. Dengan pohon-pohon tinggi. Semak belukar yang susah ditembus. Tumbuhan pakis, lumut, juga belalai rotan. Pertama kali aku menemukannya, kakiku, tanganku, juga bagian tubuh lain tidak terhitung meninggalkan baret dari duri, onak, atau ujung daun yang tajam, pun bisa membuat luka. Aku tidak sengaja menemukannya. Aku sedang sedih, jadi aku pergi dari ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2024-03-06 15:33:50', 'modified' => '2025-12-30 14:08:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '105000', 'price_discount' => (int) 89250, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1578006', 'search_cache_id' => '1181995', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2024-06-13 16:31:43', 'modified' => '2024-06-13 16:31:43' ) ), (int) 14 => array( 'SearchCache' => array( 'id' => '1172514', 'product_id' => '2010001290223', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Matahari Minor', 'subname' => '', 'edition' => '', 'date_release' => 'Oktober 2022', 'date_calc' => '2022-10-01', 'date_available' => '2022-10-00', 'ean' => '9786239987893', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6239987891', 'code_x2' => '9786239987893', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '105000', 'price_max' => '0', 'price_dollar' => '105000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '01feb3eb1f571a44b4f238eaddf690f7.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '298', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Namaku Seli, dan aku bisa mengeluarkan petir. Apa yang akan kalian lakukan jika teman kalian dalam bahaya besar? Apakah menolongnya? Atau diam saja tidak bisa melakukan apapun? Aku tahu apa yang akan aku lakukan: berangkat bertarung membantunya. Kali ini kami bertualang ke Klan yang malam-malamnya adalah horor panjang. Kekuatan gelap menyelimuti separuh Klan, dan aku harus memecahkan misteri pesan yang dikirimkan lewat teknologi mimpi. Petualangan ini tidak kalah seru, tidak ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2022-10-29 11:07:15', 'modified' => '2024-05-24 16:08:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '105000', 'price_discount' => (int) 89250, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1576495', 'search_cache_id' => '1172514', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2024-05-06 15:44:48', 'modified' => '2024-05-06 15:44:48' ) ), (int) 15 => array( 'SearchCache' => array( 'id' => '1164034', 'product_id' => '2010001205364', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Si Anak Savana', 'subname' => '', 'edition' => '', 'date_release' => 'September 2022', 'date_calc' => '2022-09-01', 'date_available' => '2022-09-00', 'ean' => '9786239726225', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6239726222', 'code_x2' => '9786239726225', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '85000', 'price_max' => '0', 'price_dollar' => '85000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '9d5633d9424b548c76cc786d855c5275.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '300', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => ' Apa yang kau lihat di savana? Rerumputan? Satu-dua pohon yang meranggas? Atau sapi dan kuda yang tengah merumput? Apa yang kau rasakan ketika di savana? Panas? Udara kering yang membuat dahaga? Atau semilir angin yang membuai? Kalau kau tanya aku. Maka aku jawab begini: Aku melihat ketangguhan di savana. Pada rumput yang kering, berwarna cokelat, terinjak. Tapi besok-besok tetap ada, menghijau kembali saat diguyur hujan. Kalau kau tanya aku, Aku melihat dan merasakan itu. Adalah ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2022-08-31 12:12:13', 'modified' => '2023-08-24 11:38:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '85000', 'price_discount' => (int) 72250, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1467751', 'search_cache_id' => '1164034', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2022-09-16 19:42:37', 'modified' => '2022-09-16 19:42:37' ) ), (int) 16 => array( 'SearchCache' => array( 'id' => '1163805', 'product_id' => '2010001203056', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'RASA', 'subname' => '', 'edition' => '', 'date_release' => 'Agustus 2022', 'date_calc' => '2022-08-01', 'date_available' => '2022-08-00', 'ean' => '9786239726232', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6239726230', 'code_x2' => '9786239726232', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '109000', 'price_max' => '0', 'price_dollar' => '109000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'a52893f264b411ebdbde4f3a4c47199c.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '345', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Apakah memaafkan itu mudah diberikan? Apakah melupakan itu ringan dilakukan? Sayangnya, itu sering kali lebih enteng diucapkan, tapi di hati terdalam tetap begitulah. Bagaimana caranya kita memeluk erat semua rasa marah, benci, sakit hati, ketika itu bahkan baru mulai dibicarakan saja sudah menyakitkan? Bagaimana berdamai dengan situasi tersebut? Inilah novel tentang ’rasa’. Berbagai rasa berkumpul di novel ini. Jika kalian tertawa, menangis, atau merenung panjang saat ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2022-08-12 16:47:51', 'modified' => '2024-04-05 16:08:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '109000', 'price_discount' => (int) 92650, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1467082', 'search_cache_id' => '1163805', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2022-09-06 11:45:11', 'modified' => '2022-09-06 11:45:11' ) ), (int) 17 => array( 'SearchCache' => array( 'id' => '1181182', 'product_id' => '2010001376491', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Sesuk', 'subname' => '', 'edition' => '', 'date_release' => 'Agustus 2022', 'date_calc' => '2022-08-01', 'date_available' => '2022-08-00', 'ean' => '9786239987886', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6239987883', 'code_x2' => '9786239987886', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '95000', 'price_max' => '0', 'price_dollar' => '95000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '2c95c7e58b1afa8f3d12fe6797bb521a.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '300', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Dia bisa ke mana pun dia mau, tidak bisa dikurung. Dia bisa pergi kapan pun dia ingin pergi, tidak ada pintu, dinding, yang bisa menahannya. Jangan dibicarakan, jangan dibahas, jangan diganggu. Maka mereka tidak akan menggangu kita. Sesuk. Kamu akan tahu, apa dan kenapa… Kamu akan tahu, siapa dan mengapa… Semua kejadian… Semoga itu belum terlambat. ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2023-11-25 12:39:40', 'modified' => '2024-10-03 14:08:03', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '95000', 'price_discount' => (int) 80750, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1570842', 'search_cache_id' => '1181182', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2023-11-25 12:39:40', 'modified' => '2023-11-25 12:39:40' ) ), (int) 18 => array( 'SearchCache' => array( 'id' => '1162550', 'product_id' => '2010001190486', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'SAGARAS', 'subname' => '', 'edition' => '', 'date_release' => 'Februari 2022', 'date_calc' => '2022-02-25', 'date_available' => '2022-02-25', 'ean' => '9786239726256', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6239726257', 'code_x2' => '9786239726256', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '89000', 'price_max' => '0', 'price_dollar' => '89000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '740ca8e5c91ae4339508a5cfbfb2a767.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '250', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Akhirnya. Siapa orang tua Ali dijawab di buku ini. Ali, bertahun-tahun, berusaha memecahkan misteri itu. Raib dan Seli tentu tidak akan membiarkan Ali sendirian, mereka sahabat sejati. Dan jangan lupakan, Batozar alias Master B, dengan segenap kalimat kasar, seolah tidak peduli, dia selalu siap membela. Tapi bagaimana jika misteri itu terhadang tembok kokoh SagaraS? Dan mereka harus bertarung hidup-mati lima ronde melawan Ksatria SagaraS? Jangan khawatir, kalian akan tersenyum lebar ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2022-02-04 12:42:12', 'modified' => '2023-08-24 11:38:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '89000', 'price_discount' => (int) 75650, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1458025', 'search_cache_id' => '1162550', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2022-03-04 15:47:25', 'modified' => '2022-03-04 15:47:25' ) ), (int) 19 => array( 'SearchCache' => array( 'id' => '1162549', 'product_id' => '2010001190479', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Bibi Gill', 'subname' => '', 'edition' => '', 'date_release' => 'Februari 2022', 'date_calc' => '2022-02-25', 'date_available' => '2022-02-25', 'ean' => '9786239726249', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6239726249', 'code_x2' => '9786239726249', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '105000', 'price_max' => '0', 'price_dollar' => '105000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'a2d3ce0c4d33675d19dde7e831191419.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '250', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Bagaimana menjadi petarung terkuat di dunia paralel? Dengan latihan panjang dan pengorbanan. Termasuk kehilangan dan kesedihan. Inilah kisah tentang Bibi Gill, yang sejak kecil berusaha mengalahkan 'monster' dalam hidupnya. Apakah dia bisa menemukan jawaban yang selama ini dia cari? Hei, jika kalian melihat seseorang yang amat sederhana, seperti ibu-ibu penjaga kantin, tukang sapu, sopir ojek online. Jangan buru-buru menilainya memang sesederhana itu. Boleh jadi dia adalah ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2022-02-04 12:40:03', 'modified' => '2025-06-14 12:38:01', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '105000', 'price_discount' => (int) 89250, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1592044', 'search_cache_id' => '1162549', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2025-06-10 11:34:31', 'modified' => '2025-06-10 11:34:31' ) ), (int) 20 => array( 'SearchCache' => array( 'id' => '1161169', 'product_id' => '2010001176992', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Janji', 'subname' => '', 'edition' => '', 'date_release' => 'Juli 2021', 'date_calc' => '2021-07-20', 'date_available' => '2021-07-20', 'ean' => '9786239726201', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6239726206', 'code_x2' => '9786239726201', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '89000', 'price_max' => '0', 'price_dollar' => '89000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '9e9b84268e9b9a2388cb86504ca6d1b2.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '450', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Kita semua adalah pengembara di dunia ini. Ada yang kaya, pun ada yang miskin. Ada yang terkenal, ternama, berkuasa, juga ada yang bukan siapa-siapa. Ada yang seolah bisa membeli apapun, melakukan apapun yang dia mau, hebat sekali. Ada yang bahkan bingung besok harus makan apa. Tapi sesungguhnya di manakah kebahagiaan itu hinggap? Di manakah hakikat kehidupan itu tersembunyi? Apakah seperti yang kita lihat dari luar saja? Inilah kisah tentang janji. Kita semua adalah pengembara di ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2021-07-07 11:38:36', 'modified' => '2026-01-13 06:03:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '89000', 'price_discount' => (int) 75650, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1447442', 'search_cache_id' => '1161169', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2021-07-27 13:28:27', 'modified' => '2021-07-27 13:28:27' ) ), (int) 21 => array( 'SearchCache' => array( 'id' => '1181997', 'product_id' => '2010001384618', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Moga Bunda Disayang Allah', 'subname' => '', 'edition' => '', 'date_release' => 'Mei 2021', 'date_calc' => '2021-05-01', 'date_available' => '2021-05-00', 'ean' => '9786239607494', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6239607495', 'code_x2' => '9786239607494', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '85000', 'price_max' => '0', 'price_dollar' => '85000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '1d0a283f359be4d7dccfb2c8cbbee9c6.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '567', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Gelap! Melati hanya meliat gelap. Hitam, kosong, tidak ada warna, senyap! Melati hanya mendengar senyap. Sepi. Sendiri. Tak ada nada. Novel ini diangkat dari salah satu kisah nyata paling mengharukan, ditulis kembali dari salah satu film terbaik sepanjang masa. Novel ini menceritakan perjuangan seorang anak bernama Melati, bocah berusia 6 tahun yang awalnya sangat periang dan lucu. Namun, di saat usianya 3 tahun, Melati mulai buta dan tuli. Dunianya pun menjadi gelap gulita dan sunyi. Dia tidak ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2024-03-06 15:38:26', 'modified' => '2024-03-06 15:38:26', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '85000', 'price_discount' => (int) 72250, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1574422', 'search_cache_id' => '1181997', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2024-03-06 15:38:26', 'modified' => '2024-03-06 15:38:26' ) ), (int) 22 => array( 'SearchCache' => array( 'id' => '1181998', 'product_id' => '2010001384625', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Hafalan Shalat Delisa', 'subname' => '', 'edition' => '', 'date_release' => 'Mei 2021', 'date_calc' => '2021-05-01', 'date_available' => '2021-05-00', 'ean' => '9786239607487', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6239607487', 'code_x2' => '9786239607487', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '85000', 'price_max' => '0', 'price_dollar' => '85000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'bfd4fc0090f68c9c05bce147f3d85bac.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '567', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Delisa adalah gadis kecil asal Lhok-Ngah Aceh berusia 6 tahun ini penggemar warna biru. Gadis cerdas, polos, dan suka bertanya ini tinggal bersama umminya dan ketiga kakaknya. Ayahnya bekerja di kapal tanker dan baru pulang setiap 3 bulan sekali. Suatu waktu, Delisa mendapat tugas menghafal bacaan salat dan umminya pun berjanji akan memberinya hadiah bila Delisa mampu menuntaskannya. Namun, Tuhan lebih tahu apa yang lebih baik untuk hamba-Nya. Tsunami datang melumatkan senyuman pada wajah ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2024-03-06 15:39:21', 'modified' => '2024-03-06 15:39:21', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '85000', 'price_discount' => (int) 72250, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1574426', 'search_cache_id' => '1181998', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2024-03-06 15:39:21', 'modified' => '2024-03-06 15:39:21' ) ), (int) 23 => array( 'SearchCache' => array( 'id' => '1181996', 'product_id' => '2010001384601', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Dia Adalah Kakakku', 'subname' => '', 'edition' => '', 'date_release' => 'April 2021', 'date_calc' => '2021-04-01', 'date_available' => '2021-04-00', 'ean' => '9786239607470', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6239607479', 'code_x2' => '9786239607470', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '85000', 'price_max' => '0', 'price_dollar' => '85000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '0d32c92c6c2b424474cd97287c4b4aa1.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '567', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Buat apa kamu memikirkan apa yang dipikirkan orang lain? Buat apa kamu mencemaskan apa yang akan dinilai orang lain? Kekhawatiran, juga kecemasan yang sejatinya mungkin tidak pernah ada. Dulu, sekarang, hingga kapan pun, dia adalah kakakku. Tentang seorang kakak yang mengorbankan apapun agar adik-adiknya bisa sekolah. Tentang rasa sabar dan penerimaan. Tentang keluarga yang penuh perjuangan. Buku yang berjumlah 384 halaman yang di dalamnya terbagi menjadi 44 bab. ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2024-03-06 15:35:53', 'modified' => '2024-03-06 15:35:53', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '85000', 'price_discount' => (int) 72250, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1574418', 'search_cache_id' => '1181996', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2024-03-06 15:35:53', 'modified' => '2024-03-06 15:35:53' ) ), (int) 24 => array( 'SearchCache' => array( 'id' => '1181999', 'product_id' => '2010001384632', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Harga Sebuah Percaya', 'subname' => '', 'edition' => '', 'date_release' => 'April 2021', 'date_calc' => '2021-04-01', 'date_available' => '2021-04-00', 'ean' => '9786239607456', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6239607452', 'code_x2' => '9786239607456', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '85000', 'price_max' => '0', 'price_dollar' => '85000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'c2e5483a021dd47f3012272869900be9.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '350', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Apakah kalian akan tetap percaya pilihan pertama hingga kematian menjemput? Atau kalian telah lama menyerah, dan memilih melanjutkan hidup dengan pilihan-pilihan lain? Ini adalah kisah tentang Jim, seorang laki-laki yang mulanya pengecut, tapi perlahan-lahan, tumbuh menjadi pemuda gagah berani yang dengan kokoh percaya atas cinta sejatinya. Ini adalah kisah tentang berdamai dengan masa lalu, pahit-getir perjalanan, bertemu dengan hal-hal baru dan menakjubkan, untuk kemudian ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2024-03-06 15:40:30', 'modified' => '2024-04-05 16:08:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '85000', 'price_discount' => (int) 72250, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1575459', 'search_cache_id' => '1181999', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2024-04-05 10:31:25', 'modified' => '2024-04-05 10:31:25' ) ), (int) 25 => array( 'SearchCache' => array( 'id' => '1181994', 'product_id' => '2010001384588', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Buku Sunset Bersama Rosie', 'subname' => '', 'edition' => '', 'date_release' => 'April 2021', 'date_calc' => '2021-04-01', 'date_available' => '2021-04-00', 'ean' => '9786239607463', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6239607460', 'code_x2' => '9786239607463', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '99000', 'price_max' => '0', 'price_dollar' => '99000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '4dfd4d88fd43a818ac95f0ef1a6ede48.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '280', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Sebenarnya, apakah itu perasaan? Keinginan? Rasa memiliki? Rasa sakit, gelisah, sesak, tidak bisa tidur, kerinduan, kebencian? Bukankah dengan berlalunya waktu semuanya seperti gelas kosong yang berdebu, begitu-begitu saja, tidak istimewa. Malah lucu serta gemas saat dikenang. Sebenarnya, siapakah yang selalu pantas kita sayangi? Apakah itu arti 'kesempatan'? Apakah itu makna 'keputusan'? Bagaimana mungkin kita terkadang menyesal karena sebuah 'keputusan' atas sepucuk ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2024-03-06 15:32:16', 'modified' => '2025-10-16 10:08:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '99000', 'price_discount' => (int) 84150, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1578195', 'search_cache_id' => '1181994', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2024-06-20 09:59:22', 'modified' => '2024-06-20 09:59:22' ) ), (int) 26 => array( 'SearchCache' => array( 'id' => '1160083', 'product_id' => '2010001165996', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'SI ANAK PELANGI', 'subname' => '', 'edition' => '', 'date_release' => 'Maret 2021', 'date_calc' => '2021-03-02', 'date_available' => '2021-03-02', 'ean' => '9786239607432', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6239607436', 'code_x2' => '9786239607432', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '85000', 'price_max' => '0', 'price_dollar' => '85000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'e15c609a036ac10e4f34a09de527bef3.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '500', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => '"Karena kau bisa memahami bahwa pelangi tampak indah karena berwarna-warni. Begitu juga kehidupan kita, indah karena warna kulit yang berbeda, ukuran mata tak sama, bentuk rambut yang berlainan. Kau sungguh anak pelangi, Ras." Buku ini tentang Rasuna, yang tinggal di lingkungan sangat beragam, dengan segala permasalahannya. Masa anak-anak yang seru dan lucu, mulai dari sekolah, lapangan bermain, belajar bela diri, hingga kehidupan pasar dan gang-gang sempit. Saat Rasuna paham, ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2021-02-18 15:20:52', 'modified' => '2022-09-27 08:08:06', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '85000', 'price_discount' => (int) 72250, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1455289', 'search_cache_id' => '1160083', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2022-01-05 13:31:25', 'modified' => '2022-01-05 13:31:25' ) ), (int) 27 => array( 'SearchCache' => array( 'id' => '1160081', 'product_id' => '2010001165972', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'SI ANAK CAHAYA', 'subname' => '', 'edition' => '', 'date_release' => 'Maret 2021', 'date_calc' => '2021-03-02', 'date_available' => '2021-03-02', 'ean' => '9786239607418', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '623960741X', 'code_x2' => '9786239607418', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '85000', 'price_max' => '0', 'price_dollar' => '85000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '07919b0d250fa28bb4a96ff42bfdd497.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '358', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => '“Nama kau Nurmas, itu nama yang indah sekali. Nur itu cahaya, mas atau emas itu logam mulia yang berharga. Aku harap, suatu saat cahaya dan kemuliaan kau akan menyatu, berkilauan." Buku ini tentang Nurmas, si anak cahaya yang memiliki petualangan masa kecil yang penuh keceriaan dan menakjubkan. Apa yang sebenarnya dilakukan oleh Nurmas hingga penduduk seluruh kampung selalu mengingat kejadian yang membuatnya resmi dipanggil si anak cahaya? Dari puluhan buku Tere Liye, serial ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2021-02-18 15:19:09', 'modified' => '2023-11-17 13:08:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '85000', 'price_discount' => (int) 72250, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1467507', 'search_cache_id' => '1160081', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2022-09-14 13:18:47', 'modified' => '2022-09-14 13:18:47' ) ), (int) 28 => array( 'SearchCache' => array( 'id' => '1160077', 'product_id' => '2010001165934', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'SI ANAK SPESIAL', 'subname' => '', 'edition' => '', 'date_release' => 'Maret 2021', 'date_calc' => '2021-03-02', 'date_available' => '2021-03-02', 'ean' => '9786239554576', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '623955457X', 'code_x2' => '9786239554576', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '95000', 'price_max' => '0', 'price_dollar' => '95000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '56cf876926058d4d2cfe97fbc4d44d0b.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '300', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Kenapa Bapak dan Mamak sejak kecil selalu bilang, "Kau spesial, Burlian?" Itu cara terbaik bagi Bapak dan Mamak untuk meumbuhkan percaya diri dan keyakinan yang menjadi pegangan penting setiap kali kelak jika kau terbentur masalah, kau selalu spesial. Buku ini tentang Burlian, si anak keras kepala yang memiliki masa kecil spesial. Kelak dia akan mengelilingi dunia, menyaksikan betapa luasnya dunia dibanding kampung halamannya. Dari puluhan buku Tere Liye, serial ini adalah ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2021-02-18 15:15:36', 'modified' => '2023-12-22 14:08:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '95000', 'price_discount' => (int) 80750, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1571547', 'search_cache_id' => '1160077', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2023-12-19 13:03:51', 'modified' => '2023-12-19 13:03:51' ) ), (int) 29 => array( 'SearchCache' => array( 'id' => '1160082', 'product_id' => '2010001165989', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'SI ANAK BADAI', 'subname' => '', 'edition' => '', 'date_release' => 'Maret 2021', 'date_calc' => '2021-03-02', 'date_available' => '2021-03-02', 'ean' => '9786239607425', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6239607428', 'code_x2' => '9786239607425', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '95000', 'price_max' => '0', 'price_dollar' => '95000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '3a48ba1fb0ea9a40fac3ef228e725933.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '274', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Badai kembali membungkus kampung kami. Kali ini aku mendongak, menatap jutaan tetes air hujan dengan riang. Inilah kami, Si Anak Badai. Tekad kami sebesar badai. Tidak pernah kenal kata menyerah. Buku ini tentang Si Anak Badai yang tumbuh ditemani suara aliran sungai, riak permukaan muara, dan deru ombak lautan. Si Anak Badai yang penuh tekad dan keberanian mempertahankan apa yang menjadi milik mereka, hari-hari penuh keceriaan dan petualangan seru. Dari puluhan buku Tere Liye, serial ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2021-02-18 15:20:00', 'modified' => '2025-06-02 11:38:03', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '95000', 'price_discount' => (int) 80750, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1588059', 'search_cache_id' => '1160082', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2025-03-14 14:07:07', 'modified' => '2025-03-14 14:07:07' ) ), (int) 30 => array( 'SearchCache' => array( 'id' => '1160079', 'product_id' => '2010001165958', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'SI ANAK KUAT', 'subname' => '', 'edition' => '', 'date_release' => 'Maret 2021', 'date_calc' => '2021-03-02', 'date_available' => '2021-03-02', 'ean' => '9786239554590', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6239554596', 'code_x2' => '9786239554590', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '95000', 'price_max' => '0', 'price_dollar' => '95000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'ed6e151262cf28eb4fd22d5cea66f1cb.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '300', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => '"Kau anak paling kuat di keluarga ini, Amelia. Bukan kuat secara fisik, tapi kuat dari dalam. Kau adalah anak yang paling teguh hatinya, paling kokoh pemahaman baiknya. Kau menyayangi sekitar, dan sungguh-sungguh mau membantu orang lain." Buku ini tentang Amelia, kisah anak yang memiliki mimpi-mimpi hebat untuk kampung halamannya. Dari puluhan buku Tere Liye, serial ini adalah mahkotanya. ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2021-02-18 15:17:25', 'modified' => '2025-06-05 13:08:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '95000', 'price_discount' => (int) 80750, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1591795', 'search_cache_id' => '1160079', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2025-05-30 12:13:09', 'modified' => '2025-05-30 12:13:09' ) ), (int) 31 => array( 'SearchCache' => array( 'id' => '1160080', 'product_id' => '2010001165965', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'SI ANAK PEMBERANI', 'subname' => '', 'edition' => '', 'date_release' => 'Maret 2021', 'date_calc' => '2021-03-02', 'date_available' => '2021-03-02', 'ean' => '9786239607401', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6239607401', 'code_x2' => '9786239607401', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '95000', 'price_max' => '0', 'price_dollar' => '95000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '2c74d5173d9301009965172597adb7f6.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '360', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => '"Aku Eliana, si anak pemberani, anak sulung Bapak dan Mamak yang akan menjadi pembela kebenaran dan keadilan. Berdiri paling gagah di depan membela orang-orang lemah dan teraniaya. Buku ini tentang Eliana, si anak pemberani yang membela tanah, sungai, hutan, dan lembah kampung halamannya. Saat kerakusan dunia datang, Eliana bersama teman karibnya bahu-membahu melakukan perlawanan. Dari puluhan buku Tere Liye, serial ini adalah mahkotanya. ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2021-02-18 15:18:15', 'modified' => '2025-06-02 11:38:03', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '95000', 'price_discount' => (int) 80750, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1591803', 'search_cache_id' => '1160080', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2025-05-30 12:13:33', 'modified' => '2025-05-30 12:13:33' ) ), (int) 32 => array( 'SearchCache' => array( 'id' => '1160078', 'product_id' => '2010001165941', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'SI ANAK PINTAR', 'subname' => '', 'edition' => '', 'date_release' => 'Maret 2021', 'date_calc' => '2021-03-02', 'date_available' => '2021-03-02', 'ean' => '9786239554583', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6239554588', 'code_x2' => '9786239554583', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '95000', 'price_max' => '0', 'price_dollar' => '95000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '801d97bed0061702fe1a4cf6e2991098.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '300', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => '"Kau bukan Pukat si anak yang pintar.... kau lebih dari itu, kau Pukat si anak yang genius. Buku ini tentang Pukat, si anak paling pintar dalam keluarga. Masa kecilnya dipenuhi petualangan seru dan kejadian kocak, serta jangan lupakan pertengkaran kakak dan adik-adiknya. Tapi apakah dia mampu menjawab teka-teki hebat itu, apakah harta karun paling berharga di kampung mereka? Dari puluhan buku Tere Liye, serial ini adalah mahkotanya. ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2021-02-18 15:16:32', 'modified' => '2025-06-05 13:08:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '95000', 'price_discount' => (int) 80750, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1591807', 'search_cache_id' => '1160078', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2025-05-30 12:13:49', 'modified' => '2025-05-30 12:13:49' ) ), (int) 33 => array( 'SearchCache' => array( 'id' => '1181993', 'product_id' => '2010001384571', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Tentang Kamu', 'subname' => '', 'edition' => '', 'date_release' => 'Februari 2021', 'date_calc' => '2021-02-01', 'date_available' => '2021-02-00', 'ean' => '9786239554569', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6239554561', 'code_x2' => '9786239554569', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '89000', 'price_max' => '0', 'price_dollar' => '89000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'b47597f8da923968d6048076a3959809.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '410', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Disclaimer Novel yang berjudul Tentang Kamu ini merupakan karya dari Tere Liye dan dapat dinikmati oleh pembaca baik dari kalangan remaja maupun orang dewasa. Bukan persoalan cinta, novel Tentang Kamu lebih tepatnya digolongkan sebagai novel misteri ataupun seperti detektif. Akan tetapi, selayaknya berbagai karya tulis novel Tere Liye lainnya, novel ini erat dengan berbagai nilai, seperti makna sebuah perjuangan, persahabatan, dan kekeluargaan. Cerita dalam novel ini diawali dengan sebuah ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2024-03-06 12:50:46', 'modified' => '2024-03-06 12:50:46', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '89000', 'price_discount' => (int) 75650, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1574394', 'search_cache_id' => '1181993', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2024-03-06 12:50:46', 'modified' => '2024-03-06 12:50:46' ) ), (int) 34 => array( 'SearchCache' => array( 'id' => '1182001', 'product_id' => '2010001384656', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Rindu', 'subname' => '', 'edition' => '', 'date_release' => 'Februari 2021', 'date_calc' => '2021-02-01', 'date_available' => '2021-02-00', 'ean' => '9786239554552', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6239554553', 'code_x2' => '9786239554552', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '89000', 'price_max' => '0', 'price_dollar' => '89000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'f5c82500c10e95dcaa19553f58054087.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '300', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Disclaimer Novel yang berjudul Rindu merupakan karya dari penulis novel terkenal yaitu Tere Liye. Buku ini dapat dinikmati oleh pembaca baik dari kalangan remaja maupun orang dewasa. Buku ini akan menceritakan tentang perjalanan yang panjang dengan sebuah kerinduan, akan bertemakan zaman penjajahan belanda di tanggal 1 desember 1938 dimana dalam sejarah kita Makassar yang untuk pertama kalinya dimunculkan oleh kedatangan kapal uap yang sangat besar pada zamannya. Tertulis sangat besar ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2024-03-06 15:46:16', 'modified' => '2025-12-30 14:08:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '89000', 'price_discount' => (int) 75650, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1604574', 'search_cache_id' => '1182001', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2025-12-11 14:31:58', 'modified' => '2025-12-11 14:31:58' ) ), (int) 35 => array( 'SearchCache' => array( 'id' => '1182000', 'product_id' => '2010001384649', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Berjuta Rasanya', 'subname' => '', 'edition' => '', 'date_release' => 'Februari 2021', 'date_calc' => '2021-02-01', 'date_available' => '2021-02-00', 'ean' => '9786239554538', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6239554537', 'code_x2' => '9786239554538', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '89000', 'price_max' => '0', 'price_dollar' => '89000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '82f5d9404590df1d527e53a030eeab18.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '300', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Disclaimer Novel yang berjudul Berjuta Rasanya ini merupakan karya dari penulis terkenal, yaitu Tere Liye. Novel ini dapat dinikmati oleh pembaca baik dari kalangan remaja maupun orang dewasa. Jatuh cinta itu berjuta rasanya. Benarkah demikian? Setidaknya, begitulah ‘rasa’ dari berbagai cerita yang ditawarkan Tere Liye dalam buku kumpulan cerpen ini. Berjuta Rasanya terdiri atas 15 cerpen dengan satu benang merah: cinta. Masing-masing kisah tersebut memiliki ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2024-03-06 15:41:41', 'modified' => '2025-12-30 14:08:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '89000', 'price_discount' => (int) 75650, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1605641', 'search_cache_id' => '1182000', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2025-12-20 09:41:25', 'modified' => '2025-12-20 09:41:25' ) ), (int) 36 => array( 'SearchCache' => array( 'id' => '1159380', 'product_id' => '2010001158844', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Pergi (Cover Baru)', 'subname' => '', 'edition' => '', 'date_release' => 'Januari 2021', 'date_calc' => '2021-01-14', 'date_available' => '2021-01-14', 'ean' => '9786239554514', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6239554510', 'code_x2' => '9786239554514', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '105000', 'price_max' => '0', 'price_dollar' => '105000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '5b8b6bd94acab840bf9e9e854af4c9da.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '450', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => '', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2020-12-08 16:22:28', 'modified' => '2025-12-30 14:08:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '105000', 'price_discount' => (int) 89250, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1578179', 'search_cache_id' => '1159380', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2024-06-19 14:35:42', 'modified' => '2024-06-19 14:35:42' ) ), (int) 37 => array( 'SearchCache' => array( 'id' => '1182002', 'product_id' => '2010001384663', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Sepotong Hati Yang Baru', 'subname' => '', 'edition' => '', 'date_release' => 'Januari 2021', 'date_calc' => '2021-01-01', 'date_available' => '2021-01-00', 'ean' => '9786239554545', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6239554545', 'code_x2' => '9786239554545', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '74000', 'price_max' => '0', 'price_dollar' => '74000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '0fb4e201df1e0932543bad0d46e3c852.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '300', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Disclaimer Buku novel yang berjudul Sepotong Hati Yang Baru ini merupakan karya dari novelis terkenal yaitu Tere Liye. Novel ini dapat dinikmati oleh pembaca baik dari kalangan remaja maupun orang dewasa. Membaca tulisan-tulisan Tere Liye, pembaca akan langsung terbawa irama. Karena pemilik nama asli Darwis itu cukup pandai bermain alur. Termasuk di kumpulan tulisan “Sepotong Hati yang Baru”. Kelahiran 21 Mei 1979 di daerah pedalaman Sumatera Selatan, tepatnya ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2024-03-06 15:47:53', 'modified' => '2025-12-30 14:08:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '74000', 'price_discount' => (int) 62900, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1605654', 'search_cache_id' => '1182002', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2025-12-23 10:09:37', 'modified' => '2025-12-23 10:09:37' ) ), (int) 38 => array( 'SearchCache' => array( 'id' => '1154202', 'product_id' => '2010001107354', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Si Anak Spesial (Republish Burlian)', 'subname' => '', 'edition' => '', 'date_release' => 'Desember 2018', 'date_calc' => '2018-12-01', 'date_available' => '2018-12-00', 'ean' => '9786025734441', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6025734445', 'code_x2' => '9786025734441Si Anak', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '70000', 'price_max' => '0', 'price_dollar' => '70000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '40c9523d7ef93b2d04152e28fdf05609.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '467', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => ' Kenapa Bapak dan Mamak sejak kecil selalu bilang, “Kau spesial, Burlian”. Itu cara terbaik bagi Bapak dan Mamak untuk menumbuhkan percaya diri dan keyakinan yang menjadi pegangan penting setiap kali aku terbentur masalah, kau selalu spesial. *** Buku ini tentang Burlian, si anak keras kepala yang memiliki masa kecil sangat spesial. Kelak dia akan mengelilingi dunia, menyaksikan betapa luasnya dunia dibanding kampung halamannya. Dari puluhan buku Tere Liye, serial ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2018-12-08 10:42:58', 'modified' => '2021-12-22 14:08:06', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '70000', 'price_discount' => (int) 56000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1405415', 'search_cache_id' => '1154202', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2018-12-08 10:42:58', 'modified' => '2018-12-08 10:42:58' ) ), (int) 39 => array( 'SearchCache' => array( 'id' => '1154204', 'product_id' => '2010001107378', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Si Anak Cahaya', 'subname' => '', 'edition' => '', 'date_release' => 'Desember 2018', 'date_calc' => '2018-12-01', 'date_available' => '2018-12-00', 'ean' => '9786025734540', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6025734542', 'code_x2' => '9786025734540', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '83000', 'price_max' => '0', 'price_dollar' => '83000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '553', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => ' “Nama kau Nurmas, itu nama yang indah sekali. Nur itu cahaya, mas atau emas itu logam mulia yang berharga. Aku harap, suatu saat cahaya dan kemuliaan kau akan menyatu, berkilauan." *** Buku ini tentang Nurmas, si anak cahaya yang memiliki petualangan masa kecil yang penuh keceriaan dan menakjubkan. Apa yang sebenarnya dilakukan oleh Nurmas hingga penduduk seluruh kampung selalu mengingat kejadian yang membuatnya resmi dipanggil si anak cahaya? Dari puluhan buku Tere ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2018-12-08 10:45:56', 'modified' => '2022-09-27 12:03:05', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '83000', 'price_discount' => (int) 66400, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1405423', 'search_cache_id' => '1154204', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2018-12-08 10:45:56', 'modified' => '2018-12-08 10:45:56' ) ), (int) 40 => array( 'SearchCache' => array( 'id' => '1154205', 'product_id' => '2010001107385', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Si Anak Pintar (Republish Pukat)', 'subname' => '', 'edition' => '', 'date_release' => 'Desember 2018', 'date_calc' => '2018-12-01', 'date_available' => '2018-12-00', 'ean' => '9786025734502', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '602573450X', 'code_x2' => '9786025734502', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '70000', 'price_max' => '0', 'price_dollar' => '70000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '80a47a55a5dd94774294fb2886ed2baf.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '467', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => ' “Kau bukan Pukat si anak yang pintar… kau lebih dari itu, kau Pukat si anak yang genius.” *** Buku ini tentang Pukat, si anak paling pintar dalam keluarga. Masa kecilnya dipenuhi petualangan seru dan kejadian kocak—serta jangan lupakan pertengkaran dengan kakak dan adik-adiknya. Tapi apakah dia mampu menjawab teka-teki hebat itu, apakah harta karun paling berharga di kampung mereka? Dari puluhan buku Tere Liye, serial buku ini adalah mahkotanya. ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2018-12-08 10:47:10', 'modified' => '2020-05-15 20:38:04', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '70000', 'price_discount' => (int) 56000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1405427', 'search_cache_id' => '1154205', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2018-12-08 10:47:10', 'modified' => '2018-12-08 10:47:10' ) ), (int) 41 => array( 'SearchCache' => array( 'id' => '1154201', 'product_id' => '2010001107347', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Si Anak Pemberani (Republish Eliana)', 'subname' => '', 'edition' => '', 'date_release' => 'Desember 2018', 'date_calc' => '2018-12-01', 'date_available' => '2018-12-00', 'ean' => '9786025734526', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6025734526', 'code_x2' => '9786025734526', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '95000', 'price_max' => '0', 'price_dollar' => '95000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '60774792e55df623d0b9533e3bd86824.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '338', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => ' "Aku, Eliana si anak pemberani, anak sulung Bapak dan Mamak yang akan menjadi pembela kebenaran dan keadilan. Berdiri paling gagah, paling depan." *** Buku ini tentang Eliana, si anak pemberani yang membela tanah, sungai, hutan, dan lembah kampungnya. Saat kerakusan dunia datang, Eliana bersama teman karibnya bahu-membahu melakukan perlawanan. Dari puluhan buku Tere Liye, serial buku ini adalah mahkotanya. ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2018-12-08 10:41:53', 'modified' => '2025-05-30 12:13:24', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '95000', 'price_discount' => (int) 76000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1591799', 'search_cache_id' => '1154201', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2025-05-30 12:13:24', 'modified' => '2025-05-30 12:13:24' ) ), (int) 42 => array( 'SearchCache' => array( 'id' => '1153663', 'product_id' => '2010001101918', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Dia Adalah Kakakku (New Bidadari-Bidadari Surga)', 'subname' => '', 'edition' => '', 'date_release' => 'Oktober 2018', 'date_calc' => '2018-10-01', 'date_available' => '2018-10-00', 'ean' => '9786025734373', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6025734372', 'code_x2' => '9786025734373', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '85000', 'price_max' => '0', 'price_dollar' => '85000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '5d64da71430de0d0ad133a9082d98743.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '567', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Buat apa kamu memikirkan apa yang dipikirkan orang lain? Buat apa kamu mencemaskan apa yang akan dinilai orang lain? Kekhawatiran, juga kecemasan yang sejatinya mungkin tidak pernah ada." Dulu, sekarang, hingga kapan pun, dia adalah kakakku. Tentang seorang kakak yang mengorbankan apa pun agar adik-adiknya bisa sekolah. Tentang rasa sabar dan penerimaan. Tentang keluarga yang penuh perjuangan. ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2018-10-08 14:16:05', 'modified' => '2024-08-05 10:38:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '85000', 'price_discount' => (int) 68000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1402497', 'search_cache_id' => '1153663', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2018-10-08 14:16:05', 'modified' => '2018-10-08 14:16:05' ) ), (int) 43 => array( 'SearchCache' => array( 'id' => '66957', 'product_id' => '2010000669532', 'product_id_old' => '2010000207970', 'serie' => '', 'serie_id' => '0', 'name' => 'Eliana (Cover Baru)', 'subname' => 'Serial Anak-Anak Mamak', 'edition' => '', 'date_release' => 'Februari 2014', 'date_calc' => '2014-02-01', 'date_available' => '2014-02-00', 'ean' => '2010000669532', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6028987042', 'code_x2' => '9786028987042', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '37150', 'price_max' => '0', 'price_dollar' => '37150', 'currency' => 'IDR', 'rating' => '4', 'reviewer' => '1', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => '6f1bda8b1ff8d746631d4520f7bb5f27.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '424', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Selamat datang di dunia yang tidak pernah kalian bayangkan. Di mana rasa ingin tahu, proses belajar, menyatu dengan kepolosan, kenakalan, hingga isengnya dunia anak-anak. Selamat datang di sebuah petualangan hebat, ketika persahabatan, pengorbanan, dan pemahaman yang baik atas kehidupan tumbuh dari wajah-wajah ceria terus melekat hingga mereka tumbuh dewasa. Adalah Eliana, anak sulung Mamak yang pemberani, bersama tiga rekannya, membentuk geng dengan sebutan 'empat buntal'. Berempat ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => null, 'created' => null, 'modified' => '2021-04-09 13:38:05', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '37150', 'price_discount' => (int) 29720, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '1' ), 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => '21238033', 'product_id' => '2010000669532', 'category_id' => '88', 'store_id' => '3', 'rank' => '35', 'created' => '2018-02-11 03:21:17', 'modified' => '2018-02-11 03:21:17' ), 'Category' => array( 'id' => '88', 'name' => 'Drama', 'status' => 'active', 'parent' => '49', 'child_ids' => '88', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Drama', 'weight' => '0' ), 'SearchCacheDetail' => array( 'id' => '567843', 'search_cache_id' => '66957', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => null, 'modified' => null ) ), (int) 44 => array( 'SearchCache' => array( 'id' => '36297', 'product_id' => '2010000362945', 'product_id_old' => '75181', 'serie' => '', 'serie_id' => '0', 'name' => 'Eliana (Serial Anak-Anak Mamak)', 'subname' => '', 'edition' => null, 'date_release' => 'Januari 2011', 'date_calc' => '2011-01-08', 'date_available' => '2011-01-08', 'ean' => '2010000362945', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '', 'code_x2' => '9786028987042', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '37150', 'price_max' => '0', 'price_dollar' => '37150', 'currency' => 'IDR', 'rating' => '4.5', 'reviewer' => '2', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => 'eliana08012011.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '430', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Selamat datang di dunia yang tidak pernah kalian bayangkan. Di mana rasa ingin tahu, proses belajar, menyatu dengan kepolosan, kenakalan, hingga isengnya dunia anak-anak. Selamat datang di sebuah petualangan hebat, ketika persahabatan, pengorbanan, dan pemahaman yang baik atas kehidupan tumbuh dari wajah-wajah ceria terus melekat hingga mereka tumbuh dewasa. Adalah Eliana, anak sulung Mamak yang pemberani, bersama tiga rekannya, membentuk geng dengan sebutan 'empat buntal'. Berempat mereka ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2016-05-13 13:09:13', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '37150', 'price_discount' => (int) 29720, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '2' ), 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '567834', 'search_cache_id' => '36297', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => null, 'modified' => null ) ), (int) 45 => array( 'SearchCache' => array( 'id' => '1155566', 'product_id' => '2010001120940', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Si Anak Badai', 'subname' => '', 'edition' => '', 'date_release' => '0000-00-00', 'date_calc' => '0000-00-00', 'date_available' => '0000-00-00', 'ean' => '2010001120940', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '0001120948', 'code_x2' => '97860257345401', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '70000', 'price_max' => '0', 'price_dollar' => '70000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '3b02497371fdd167cd458e739066c038.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '264', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Badai kembali membungkus kampung kami. Kali ini aku mendongak, menatap jutaan tetes air hujan dengan riang. Inilah kami, Si Anak Badai. Tekad kami sebesar badai. Tidak pernah kenal kata menyerah. * Buku ini tentang Si Anak Badai yang tumbuh ditemani suara aliran sungai, riak permukaan muara, dan deru ombak lautan. Si Anak Badai yang penuh tekad dan keberanian mempertahankan apa yang menjadi milik mereka, hari-hari penuh keceriaan dan petualangan seru. ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '', 'created' => '2019-07-20 11:34:56', 'modified' => '2022-04-21 14:08:04', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '70000', 'price_discount' => (int) 56000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1412735', 'search_cache_id' => '1155566', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2019-07-22 10:21:50', 'modified' => '2019-07-22 10:21:50' ) ), (int) 46 => array( 'SearchCache' => array( 'id' => '1160803', 'product_id' => '2010001173304', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'APEL EMAS', 'subname' => '', 'edition' => '', 'date_release' => 'Juni 2021', 'date_calc' => '2021-06-07', 'date_available' => '2021-06-07', 'ean' => '9786020652689', 'string_x1' => 'Tere-liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6020652688', 'code_x2' => '9786020652689', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '115000', 'price_max' => '0', 'price_dollar' => '115000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'e54cc283d70903651d94d3e04ac2d079.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '350', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Tahukah kalian buah paling berharga di seluruh muka Bumi? Jawabannya adalah: Apel Emas. Apel Emas adalah mahkota seluruh buah. Raja dari raja segala jenis buah. Bentuknya seperti apel biasa, tapi warnanya emas. Sebutir apel emas tidak hanya mengenyangkan, tapi juga menyembuhkan penyakit apa pun yang diderita manusia. Dan jika orang yang memakannya tidak sedang sakit, mengunyah apel emas akan memberikan rasa bahagia, damai, serta tenteram. Tapi Apel Emas tidak sembarang tumbuh. Dia adalah hasil ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '', 'created' => '2021-05-20 14:42:55', 'modified' => '2026-01-09 16:12:10', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '115000', 'price_discount' => (int) 92000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1445525', 'search_cache_id' => '1160803', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2021-06-10 11:13:04', 'modified' => '2021-06-10 11:13:04' ) ), (int) 47 => array( 'SearchCache' => array( 'id' => '1160802', 'product_id' => '2010001173298', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Malam Yang Menegangkan', 'subname' => '', 'edition' => '', 'date_release' => 'Juni 2021', 'date_calc' => '2021-06-07', 'date_available' => '2021-06-07', 'ean' => '9786020652764', 'string_x1' => 'Tere-liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6020652769', 'code_x2' => '9786020652764', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '115000', 'price_max' => '0', 'price_dollar' => '115000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '279d96e3d531d66648bb7f3aeb23ad3c.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '350', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Kerja sama. Kerja sama. Kerja sama adalah kunci mengatasi banyak masalah. Malam itu, serigala buas melolong mendatangi perkebunan jagung untuk memangsa hewan ternak. Bebek ber-kwek kwek kwek ketakutan. Ayam ber-petok petok petok lari. Kambing mengembik gemetar. Semua panik! Aduh, apa yang harus mereka lakukan? Kerja sama. Jika kalian ingin mengalahkan musuh yang lebih kuat. Mengatasi masalah yang lebih besar. Mari bekerja sama, maka kita akan lebih mudah mengatasinya. ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2021-05-20 14:39:48', 'modified' => '2022-12-02 15:38:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '115000', 'price_discount' => (int) 92000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1445529', 'search_cache_id' => '1160802', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2021-06-10 11:13:16', 'modified' => '2021-06-10 11:13:16' ) ), (int) 48 => array( 'SearchCache' => array( 'id' => '1160413', 'product_id' => '2010001169321', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'LUMPU', 'subname' => '', 'edition' => '', 'date_release' => 'April 2021', 'date_calc' => '2021-04-21', 'date_available' => '2021-04-21', 'ean' => '9786020652283', 'string_x1' => 'Tere-liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6020652289', 'code_x2' => '9786020652283', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '5000', 'price_max' => '0', 'price_dollar' => '5000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '271f238acfd0cf261e79c858c2d6ee7d.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '250', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Yes! Akhirnya, Raib, Seli, dan Ali kembali bertualang. Kalian sudah kangen dengan trio ini? Misi mereka adalah menyelamatkan Miss Selena, guru matematika mereka. Tapi, apakah semua berjalan mudah? Siapa yang bersedia membantu mereka? Kali ini, si genius Ali memutuskan meminta bantuan dari sosok yang tidak terduga, karena musuh dari musuh adalah teman. Apakah Raib bisa melupakan masa lalu itu dengan memaafkan Miss Selena? Bagaimana dengan Tazk? Apakah Raib bisa bertemu lagi dengan ayahnya, atau ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2021-04-01 11:02:19', 'modified' => '2022-12-14 23:30:06', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '5000', 'price_discount' => (int) 4000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1443413', 'search_cache_id' => '1160413', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2021-04-23 14:06:03', 'modified' => '2021-04-23 14:06:03' ) ), (int) 49 => array( 'SearchCache' => array( 'id' => '1160412', 'product_id' => '2010001169314', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'SI PUTIH', 'subname' => '', 'edition' => '', 'date_release' => 'April 2021', 'date_calc' => '2021-04-21', 'date_available' => '2021-04-21', 'ean' => '9786020652252', 'string_x1' => 'Tere-liye', 'string_x2' => '', 'string_x3' => null, 'code' => '', 'code_x1' => '6020652254', 'code_x2' => '9786020652252', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '85000', 'price_max' => '0', 'price_dollar' => '85000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '80b40e5e14a8a761d64915e7189b0802.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '250', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Bagaimana jika hewan kesayangan kalian ternyata hewan dengan kekuatan terbesar di dunia paralel? Bagaimana jika hewan yang terlihat imut, menggemaskan, ternyata bisa menjadi salah satu petarung paling hebat? Kali ini kita akan bertualang di klan baru, dengan tokoh-tokoh baru. Termasuk mengetahui bahwa pandemi yang menyusahkan penduduk juga terjadi di klan-klan jauh. Tapi ingatlah selalu, setiap ada kesusahan, selalu muncul hal-hal menarik yang positif. Kisah ini tentang si Putih, kucing ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2021-04-01 11:00:05', 'modified' => '2022-12-14 23:30:06', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '85000', 'price_discount' => (int) 68000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1443416', 'search_cache_id' => '1160412', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2021-04-23 14:06:35', 'modified' => '2021-04-23 14:06:35' ) ), (int) 50 => array( 'SearchCache' => array( 'id' => '1159580', 'product_id' => '2010001160892', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Toki si Kelinci Bertopi', 'subname' => '', 'edition' => '', 'date_release' => 'Februari 2021', 'date_calc' => '2021-02-03', 'date_available' => '2021-02-03', 'ean' => '9786020648774', 'string_x1' => 'Tere Liye', 'string_x2' => 'Hard Cover', 'string_x3' => null, 'code' => '621101001', 'code_x1' => '602064877X', 'code_x2' => '9786020648774', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '115000', 'price_max' => '0', 'price_dollar' => '115000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '57a2fcb8b9b038754e5e02bbc6281466.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '558', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Toki adalah kelinci bertopi, dia selalu saja mencari perhatian dari orangtua dan kakak-kakanya. Sering kali Toki jail dan mengganggu hewan-hewan kecil lain, membuat masalah. Hingga suatu hari Toki mengalami petualangan seru di hutan lebat. Dia akhirnya tahu bahwa saling membantu, menghormati, dan senantiasa berbuat baik adalah perilaku terpuji. Apa petualangan Toki? Apa saja yang ia temui di hutan lebat tersebut? Apakah benar Toki kelinci pertama yang belajar bergelantungan di dahan-dahan pohon ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2021-01-21 13:05:49', 'modified' => '2023-07-31 10:38:01', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '115000', 'price_discount' => (int) 92000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1436619', 'search_cache_id' => '1159580', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2021-01-21 13:06:02', 'modified' => '2021-01-21 13:06:02' ) ), (int) 51 => array( 'SearchCache' => array( 'id' => '1159581', 'product_id' => '2010001160908', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Suku Penunggang Layang-Layang', 'subname' => '', 'edition' => '', 'date_release' => 'Februari 2021', 'date_calc' => '2021-02-03', 'date_available' => '2021-02-03', 'ean' => '9786020648910', 'string_x1' => 'Tere-liye', 'string_x2' => 'Hard Cover', 'string_x3' => null, 'code' => '621101002', 'code_x1' => '6020648915', 'code_x2' => '9786020648910', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '115000', 'price_max' => '0', 'price_dollar' => '115000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '84dfb5e0e93418479f81112e2fd6f9f6.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '558', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Tetukong adalah anak penggembala ternak. Persis pada ulang tahunnya yang ke-12, ia harus melewati ujian yang penting sekali bagi sukunya. Apa itu? Menunggang layang-layang! Wah, suku mereka hebat sekali. Mereka tidak menggiring ternak dengan cara biasa, melainkan dengan menaiki layang-layang besar. Sayangnya, Tetukong punya rahasia yang membuatnya kesulitan melewati ujian tersebut. Tapi ia ingin sekali bisa terbang di udara, menaiki layang-layang, bersama teman-temannya. Apakah Tetukong ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2021-01-21 13:07:37', 'modified' => '2022-12-02 15:38:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '115000', 'price_discount' => (int) 92000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1436623', 'search_cache_id' => '1159581', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2021-01-21 13:07:37', 'modified' => '2021-01-21 13:07:37' ) ), (int) 52 => array( 'SearchCache' => array( 'id' => '1159097', 'product_id' => '2010001155973', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Selamat Tinggal', 'subname' => '', 'edition' => '', 'date_release' => 'November 2020', 'date_calc' => '2020-11-18', 'date_available' => '2020-11-18', 'ean' => '9786020647821', 'string_x1' => 'Tere-liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '602064782X', 'code_x2' => '9786020647821', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '85000', 'price_max' => '0', 'price_dollar' => '85000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '73abe518b63deff63b4dc7caf0f25966.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '210', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Kita tidak sempurna. Kita mungkin punya keburukan, melakukan kesalahan, bahkan berbuat jahat, menyakiti orang lain. Tapi beruntunglah yang mau berubah. Berjanji tidak melakukannya lagi, memperbaiki, dan menebus kesalahan tersebut. Mari tutup masa lalu yang kelam, mari membuka halaman yang baru. Jangan ragu-ragu. Jangan cemas. Tinggalkanlah kebodohan dan ketidakpedulian. “Selamat Tinggal” suka berbohong, “Selamat Tinggal” kecurangan, “Selamat Tinggal” sifat-sifat buruk ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2020-10-20 08:49:56', 'modified' => '2022-11-23 15:38:03', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '85000', 'price_discount' => (int) 68000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1435829', 'search_cache_id' => '1159097', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2020-12-23 16:03:38', 'modified' => '2020-12-23 16:03:38' ) ), (int) 53 => array( 'SearchCache' => array( 'id' => '1157839', 'product_id' => '2010001142959', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Nebula', 'subname' => '', 'edition' => '', 'date_release' => 'Maret 2020', 'date_calc' => '2020-03-16', 'date_available' => '2020-03-16', 'ean' => '9786020639536', 'string_x1' => 'Tere-liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6020639533', 'code_x2' => '9786020639536', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '85000', 'price_max' => '0', 'price_dollar' => '85000', 'currency' => 'IDR', 'rating' => '0', 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '06a5c76adca50f3cf2fb2d815a98a172.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '240', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'SELENA dan NEBULA adalah buku ke-8 dan ke-9 yang menceritakan siapa orangtua Raib dalam serial petualangan dunia paralel. Dua buku ini sebaiknya dibaca berurutan. Kedua buku ini juga bercerita tentang Akademi Bayangan Tingkat Tinggi, sekolah terbaik di seluruh Klan Bulan. Tentang persahabatan tiga mahasiswa, yang diam-diam memiliki rencana bertualang ke tempat-tempat jauh. Tapi petualangan itu berakhir buruk, saat persahabatan mereka diuji dengan rasa suka, egoisme, dan pengkhianatan. Ada ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2020-03-12 10:10:29', 'modified' => '2022-12-02 15:38:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '85000', 'price_discount' => (int) 68000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '0' ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1426961', 'search_cache_id' => '1157839', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2020-04-09 11:18:43', 'modified' => '2020-04-09 11:18:43' ) ), (int) 54 => array( 'SearchCache' => array( 'id' => '1157838', 'product_id' => '2010001142942', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Selena', 'subname' => '', 'edition' => '', 'date_release' => 'Maret 2020', 'date_calc' => '2020-03-16', 'date_available' => '2020-03-16', 'ean' => '9786020639512', 'string_x1' => 'Tere-liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6020639517', 'code_x2' => '9786020639512', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '85000', 'price_max' => '0', 'price_dollar' => '85000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '6b9f1b7068644bcad4868471a0d948f2.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '250', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => '"Selena" dan "Nebula" adalah buku ke-8 dan ke-9 yang menceritakan siapa orangtua Raib dalam serial petualangan dunia paralel. Dua buku ini sebaiknya dibaca berurutan. Kedua buku ini juga bercerita tentang Akademi Bayangan Tingkat Tinggi, sekolah terbaik di seluruh Klan Bulan. Tentang persahabatan tiga mahasiswa, yang diam-diam memiliki rencana bertualang ke tempat-tempat jauh. Tapi petualangan itu berakhir buruk, saat persahabatan mereka diuji dengan rasa suka, egoisme, dan pengkhianatan. Ada ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2020-03-12 10:08:15', 'modified' => '2022-09-27 08:08:06', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '85000', 'price_discount' => (int) 68000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1426965', 'search_cache_id' => '1157838', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2020-04-09 11:19:07', 'modified' => '2020-04-09 11:19:07' ) ), (int) 55 => array( 'SearchCache' => array( 'id' => '1157593', 'product_id' => '2010001140504', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Earth - Edisi Inggris BUMI', 'subname' => '', 'edition' => '', 'date_release' => 'Februari 2020', 'date_calc' => '2020-02-24', 'date_available' => '2020-02-24', 'ean' => '9786020627519', 'string_x1' => 'Tere-liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '620153001', 'code_x1' => '6020627519', 'code_x2' => '9786020627519', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '170000', 'price_max' => '0', 'price_dollar' => '170000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'b3cfe35c2b4ae9a523080a24fc991bb5.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '300', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'My name is Raib. I’m 15 years old, a tenthgrader. I have two cats: Whitey and Blacky. My parents are nice. My teachers are great. My friends are kind and solid. I’m an ordinary girl just like you, and I live like most teenagers do, except for one thing. There’s something that I kept to myself ever since I was a kid. Something amazing. My name is Raib, and I can disappear. The first book from the series “EARTH” ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2020-02-19 14:39:48', 'modified' => '2020-02-24 15:09:19', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '170000', 'price_discount' => (int) 136000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1424548', 'search_cache_id' => '1157593', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2020-02-24 15:09:19', 'modified' => '2020-02-24 15:09:19' ) ), (int) 56 => array( 'SearchCache' => array( 'id' => '1156678', 'product_id' => '2010001131939', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Sungguh, Kau Boleh Pergi - Kumpulan Sajak', 'subname' => '', 'edition' => '', 'date_release' => 'November 2019', 'date_calc' => '2019-11-25', 'date_available' => '2019-11-25', 'ean' => '9786020636153', 'string_x1' => 'Tere-liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '619172009', 'code_x1' => '', 'code_x2' => '9786020636153', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '95000', 'price_max' => '0', 'price_dollar' => '95000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '1e38c1b6ee5f2994ed30bf86dab0912c.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '180', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Apalagi urusan perasaan Cinta bisa berganti benci Percaya memudar berganti kusam ragu Pun komitmen menipis berubah jadi lupa Tapi aku akan tetap di sini Meyakini bahwa Besok pagi, malam pun akan berganti siang Mawar baru akan merekah ulang Dan hujan berikutnya pasti kan datang Kau sungguh boleh pergi Buku ini adalah buku kedua kumpulan sajak Tere Liye dengan ilustrasi terbaiknya. Buku pertamanya masuk dalam daftar salah satu buku sajak paling laris di Indonesia. Hadiahkan sajak-sajak ini untuk ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2019-11-14 15:24:54', 'modified' => '2020-12-19 23:30:07', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '95000', 'price_discount' => (int) 76000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1419402', 'search_cache_id' => '1156678', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2019-11-25 14:39:22', 'modified' => '2019-11-25 14:39:22' ) ), (int) 57 => array( 'SearchCache' => array( 'id' => '1156595', 'product_id' => '2010001131106', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Moon *Ket: Edisi Inggris Bulan', 'subname' => '', 'edition' => null, 'date_release' => 'November 2019', 'date_calc' => '2019-11-18', 'date_available' => '0000-00-00', 'ean' => '9786020636238', 'string_x1' => 'Tere-liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '619153005', 'code_x1' => '', 'code_x2' => '9786020636238', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '150000', 'price_max' => '0', 'price_dollar' => '150000', 'currency' => null, 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '4c713093a6cca6d8d8cea3446f6b1be5.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '250', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Her name is Seli, she’s fifteen years old, she’s in Class 10, and she’s my best friend. She’s just like other teenagers. She likes the same things, she listens to the same songs, goes to fast food joints, watches telenovela, films and other things that teenagers like. But Seli and I have a little secret that we’ve never shared with anyone. Something which we have kept to ourselves since we were small. I can disappear and Seli can produce lightning. Possessing those powers, we go ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => '2019-11-06 11:23:28', 'modified' => '2020-05-13 19:38:05', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '150000', 'price_discount' => (int) 120000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1418272', 'search_cache_id' => '1156595', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2019-11-06 11:23:28', 'modified' => '2019-11-06 11:23:28' ) ), (int) 58 => array( 'SearchCache' => array( 'id' => '1163458', 'product_id' => '2010001199571', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => '#Aboutlife', 'subname' => '', 'edition' => '', 'date_release' => 'Agustus 2019', 'date_calc' => '2019-08-01', 'date_available' => '2019-08-00', 'ean' => '9786020630212', 'string_x1' => 'Tere-liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6020630218', 'code_x2' => '9786020630212', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '93000', 'price_max' => '0', 'price_dollar' => '93000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'd6d336a055fe876ca721a9da29709324.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '120', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Ada masanya kita hanya butuh diam. Tidak bicara apa pun, tidak bicara pada siapa pun. Cukup direnungkan dalam-dalam, kemudian kita akhirnya paham banyak hal. Pun ada masanya, saat membaca buku, melihat kembali kutipan-kutipan lama, direnungkan, kita bisa menemukan banyak hal yang mengembalikan pemahaman terbaiknya. Buku ini berisi 100 kumpulan kutipan Tere Liye tentang kehidupan, melengkapi dua buku sebelumnya, #AboutLove (tentang cinta) dan #AboutFriend (tentang persahabatan). Hadiahkan ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2022-06-08 13:47:43', 'modified' => '2023-06-28 14:38:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '93000', 'price_discount' => (int) 74400, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1465182', 'search_cache_id' => '1163458', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2022-08-11 16:33:47', 'modified' => '2022-08-11 16:33:47' ) ), (int) 59 => array( 'SearchCache' => array( 'id' => '1154844', 'product_id' => '2010001113768', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Komet Minor', 'subname' => '', 'edition' => '', 'date_release' => 'Maret 2019', 'date_calc' => '2019-03-11', 'date_available' => '2019-03-11', 'ean' => '9786020623399', 'string_x1' => 'Tere-liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '619153001', 'code_x1' => '6020623394', 'code_x2' => '9786020623399', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '105000', 'price_max' => '0', 'price_dollar' => '105000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '2866c196c455a65e903696a4a1cae4ea.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '300', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Pertarungan melawan si Tanpa Mahkota akan berakhir di sini. Siapa pun yang menang, semua berakhir di sini, di Klan Komet Minor, tempat aliansi para pemburu pernah dibentuk, dan pusaka hebat pernah diciptakan. Dalam saga terakhir melawan si Tanpa Mahkota, aku, Seli, dan Ali menemukan teman seperjalanan yang hebat. Bersama-sama kami melewati berbagai rintangan, memahami banyak hal, berlatih teknik baru, dan bertarung bersama-sama. Inilah kisah kami. Tentang persahabatan sejati. Tentang ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2019-02-25 11:53:57', 'modified' => '2022-09-27 08:08:06', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '105000', 'price_discount' => (int) 84000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1420558', 'search_cache_id' => '1154844', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2019-12-12 11:06:53', 'modified' => '2019-12-12 11:06:53' ) ), (int) 60 => array( 'SearchCache' => array( 'id' => '1133669', 'product_id' => '2010001088677', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Komet', 'subname' => '', 'edition' => '', 'date_release' => 'Mei 2018', 'date_calc' => '2018-05-28', 'date_available' => '2018-05-28', 'ean' => '9786020385938', 'string_x1' => 'Tere-liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '618153004', 'code_x1' => '6020385930', 'code_x2' => '9786020385938', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '5000', 'price_max' => '0', 'price_dollar' => '5000', 'currency' => 'IDR', 'rating' => '4', 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'b16ab931c8136f44f0373b0bf78a5dd6.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '260', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Setelah “musuh besar” kami lolos, dunia paralel dalam situasi genting. Hanya soal waktu, pertempuran besar akan terjadi. Bagaimana jika ribuan petarung yang bisa menghilang, mengeluarkan petir, termasuk teknologi maju lainnya muncul di permukaan Bumi? Tidak ada yang bisa membayangkan kekacauan yang akan terjadi. Situasi menjadi lebih rumit lagi saat Ali, pada detik terakhir, melompat ke portal menuju Klan Komet. Kami bertiga tersesat di klan asing untuk mencari pusaka paling hebat di dunia ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '', 'created' => '2018-05-16 14:33:25', 'modified' => '2022-09-27 08:08:06', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '5000', 'price_discount' => (int) 4000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '1' ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1387469', 'search_cache_id' => '1133669', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2018-05-17 13:24:22', 'modified' => '2018-05-17 13:24:22' ) ), (int) 61 => array( 'SearchCache' => array( 'id' => '1133668', 'product_id' => '2010001088660', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Ceros dan Batozar', 'subname' => '', 'edition' => '', 'date_release' => 'Mei 2018', 'date_calc' => '2018-05-28', 'date_available' => '2018-05-28', 'ean' => '9786020385914', 'string_x1' => 'Tere-liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '618153003', 'code_x1' => '6020385914', 'code_x2' => '9786020385914', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '95000', 'price_max' => '0', 'price_dollar' => '95000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '4fbd1715cfb9bd79892c96577f3b5a63.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '260', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Awalnya kami hanya mengikuti karyawisata biasa seperti murid-murid sekolah lain. Hingga Ali, dengan kegeniusan dan keisengannya, memutuskan menyelidiki sebuah ruangan kuno. Kami tiba di bagian dunia paralel lainnya, menemui petarung kuat, mendapat kekuatan baru serta teknik-teknik menakjubkan. Dunia paralel ternyata sangat luas, dengan begitu banyak orang hebat di dalamnya. Kisah ini tentang petualangan tiga sahabat. Raib bisa menghilang. Seli bisa mengeluarkan petir. Dan Ali bisa melakukan ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2018-05-16 14:26:45', 'modified' => '2022-09-27 08:08:06', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '95000', 'price_discount' => (int) 76000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1388144', 'search_cache_id' => '1133668', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2018-05-18 09:23:09', 'modified' => '2018-05-18 09:23:09' ) ), (int) 62 => array( 'SearchCache' => array( 'id' => '1142174', 'product_id' => '2010001089797', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Negeri di Ujung Tanduk (Cover Baru)', 'subname' => '', 'edition' => '', 'date_release' => 'Mei 2018', 'date_calc' => '2018-05-01', 'date_available' => '2018-05-00', 'ean' => '2010001089797', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '9792294295', 'code_x2' => '9789792294293', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '73000', 'price_max' => '0', 'price_dollar' => '73000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '8e9d3f5922e578c76609ac24aa27d0f9.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '350', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => '"Di Negeri di Ujung Tanduk kehidupan semakin rusak, bukan karena orang jahat semakin banyak, tapi semakin banyak orang yang memilih tidak peduli lagi. Di Negeri di Ujung Tanduk, para penipu menjadi pemimpin, para pengkhianat menjadi pujaan, bukan karena tidak ada lagi yang memiliki teladan, tapi mereka memutuskan menutup mata dan memilih hidup bahagia sendirian. Tapi di Negeri di Ujung Tanduk setidaknya, kawan, seorang petarung sejati akan memilih jalan suci, meski habis seluruh darah ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '', 'created' => '2018-05-22 13:44:34', 'modified' => '2021-05-07 18:38:05', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '73000', 'price_discount' => (int) 58400, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1443981', 'search_cache_id' => '1142174', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2021-05-07 10:42:30', 'modified' => '2021-05-07 10:42:30' ) ), (int) 63 => array( 'SearchCache' => array( 'id' => '1095397', 'product_id' => '2010001085669', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Daun yang jatuh tak pernah membenci angin (Cover Baru 2018)', 'subname' => '', 'edition' => '', 'date_release' => 'April 2018', 'date_calc' => '2018-04-16', 'date_available' => '2018-04-16', 'ean' => '2010001085669', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6020331601', 'code_x2' => '9786020331607', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '30000', 'price_max' => '0', 'price_dollar' => '30000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '9ba9dbe4d2dadcf05c9ce86aa604ef5f.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '140', 'dimension_y' => '200', 'dimension_z' => '0', 'weight' => '250', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Dia bagai malaikat bagi keluarga kami. Merengkuh aku, adikku, dan Ibu dari kehidupan jalanan yang miskin dan nestapa. Memberikan makan, tempat berteduh, sekolah, dan janji masa depan yang lebih baik. Dia sungguh bagai malaikat bagi keluarga kami. Memberikan kasih sayang, perhatian, dan teladan tanpa mengharap budi sekali pun. Dan lihatlah, aku membalas itu semua dengan membiarkan mekar perasaan ini. Ibu benar, tak layak aku mencintai malaikat keluarga kami. Tak pantas. Maafkan aku, Ibu. ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '', 'created' => '2018-04-23 16:36:53', 'modified' => '2021-08-23 12:08:07', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '30000', 'price_discount' => (int) 24000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1380147', 'search_cache_id' => '1095397', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2018-05-08 14:07:59', 'modified' => '2018-05-08 14:07:59' ) ), (int) 64 => array( 'SearchCache' => array( 'id' => '1081600', 'product_id' => '2010001084853', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Ayahku (Bukan) Pembohong', 'subname' => '', 'edition' => '', 'date_release' => 'April 2018', 'date_calc' => '2018-04-01', 'date_available' => '2018-04-00', 'ean' => '2010001084853', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '602033158X', 'code_x2' => '9786020331584', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '78000', 'price_max' => '0', 'price_dollar' => '78000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '6f2b7f0f769a5247c2b40196f96ceab0.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '400', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Kapan terakhir kali kita memeluk ayah kita? Menatap wajahnya, lantas bilang kita sungguh sayang padanya? Kapan terakhir kali kita bercakap ringan, tertawa gelak, bercengkerama, lantas menyentuh lembut tangannya, bilang kita sungguh bangga padanya? Inilah kisah tentang seorang anak yang dibesarkan dengan dongeng-dongeng kesederhanaan hidup. Kesederhanaan yang justru membuat ia membenci ayahnya sendiri. Inilah kisah tentang hakikat kebahagiaan sejati. Jika kalian tidak menemukan rumus itu ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '', 'created' => '2018-04-16 13:39:34', 'modified' => '2022-07-03 18:33:05', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '78000', 'price_discount' => (int) 62400, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1462453', 'search_cache_id' => '1081600', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2022-06-15 11:35:05', 'modified' => '2022-06-15 11:35:05' ) ), (int) 65 => array( 'SearchCache' => array( 'id' => '559766', 'product_id' => '2010001045199', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Bintang', 'subname' => '', 'edition' => '', 'date_release' => 'Juni 2017', 'date_calc' => '2017-06-01', 'date_available' => '2017-06-00', 'ean' => '9786020351179', 'string_x1' => 'Tere-liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '617153001', 'code_x1' => '6020351173', 'code_x2' => '9786020351179', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '88000', 'price_max' => '0', 'price_dollar' => '88000', 'currency' => 'IDR', 'rating' => '5', 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'bcdef039ec443e77d35a2bc5eb3fb868.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '300', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Kami bertiga teman baik. Remaja, murid kelas sebelas. Penampilan kami sama seperti murid SMA lainnya. Tapi kami menyimpan rahasia besar. Namaku Raib, aku bisa menghilang. Seli, teman semejaku, bisa mengeluarkan petir dari telapak tangannya. Dan Ali, si biang kerok sekaligus si genius, bisa berubah menjadi beruang raksasa. Kami bertiga kemudian bertualang ke dunia paralel yang tidak diketahui banyak orang, yang disebut Klan Bumi, Klan Bulan, Klan Matahari, dan Klan Bintang. Kami bertemu ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2017-06-12 15:20:25', 'modified' => '2022-09-27 08:08:05', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '88000', 'price_discount' => (int) 70400, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '4' ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => '21240065', 'product_id' => '2010001045199', 'category_id' => '93', 'store_id' => '3', 'rank' => '3', 'created' => '2018-02-11 03:21:23', 'modified' => '2018-02-11 03:21:23' ), 'Category' => array( 'id' => '93', 'name' => 'Romantis', 'status' => 'active', 'parent' => '49', 'child_ids' => '93', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Romantis', 'weight' => '0' ), 'SearchCacheDetail' => array( 'id' => '1466438', 'search_cache_id' => '559766', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2022-08-31 12:58:21', 'modified' => '2022-08-31 12:58:21' ) ), (int) 66 => array( 'SearchCache' => array( 'id' => '433147', 'product_id' => '2010001037675', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => '#AboutFriends', 'subname' => '', 'edition' => '', 'date_release' => 'April 2017', 'date_calc' => '2017-04-10', 'date_available' => '2017-04-10', 'ean' => '9786020342696', 'string_x1' => 'Tere-liye', 'string_x2' => 'Hard Cover', 'string_x3' => null, 'code' => '617172003', 'code_x1' => '', 'code_x2' => '9786020342696', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '93000', 'price_max' => '0', 'price_dollar' => '93000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '85f74b4e98688db890b2c56c1eabc55e.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '125', 'dimension_y' => '190', 'dimension_z' => '0', 'weight' => '250', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Persahabatan selalu spesial. Dan sahabat terbaik selalu bersama kita hingga kapan pun. Tidak peduli meskipun jarak, sekolah, dan pekerjaan telah memisahkan. Sungguh beruntung orang-orang yang memiliki sahabat. Buku ini memuat 100 kutipan terbaik Tere Liye tentang persahabatan. Resapi kalimatnya, milikilah sahabat terbaik, jalani persahabatan tersebut, buktikan persahabatan kalian 100 kali lebih indah dibanding kutipan di buku ini. Selamat membaca. ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '', 'created' => '2017-04-13 13:36:35', 'modified' => '2021-08-23 12:08:07', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '93000', 'price_discount' => (int) 74400, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => '21240136', 'product_id' => '2010001037675', 'category_id' => '93', 'store_id' => '3', 'rank' => '74', 'created' => '2018-02-11 03:21:23', 'modified' => '2018-02-11 03:21:23' ), 'Category' => array( 'id' => '93', 'name' => 'Romantis', 'status' => 'active', 'parent' => '49', 'child_ids' => '93', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Romantis', 'weight' => '0' ), 'SearchCacheDetail' => array( 'id' => '895582', 'search_cache_id' => '433147', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2017-04-28 08:47:48', 'modified' => '2017-04-28 08:47:48' ) ), (int) 67 => array( 'SearchCache' => array( 'id' => '200191', 'product_id' => '2010001014089', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Dikatakan atau Tidak Dikatakan itu Tetap Cinta', 'subname' => '', 'edition' => '', 'date_release' => 'Desember 2016', 'date_calc' => '2016-12-05', 'date_available' => '2016-12-05', 'ean' => '9786020332833', 'string_x1' => 'Tere-liye', 'string_x2' => 'Hard Cover', 'string_x3' => null, 'code' => '616172017', 'code_x1' => '6020332837', 'code_x2' => '9786020332833', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '20000', 'price_max' => '0', 'price_dollar' => '20000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '7f5a360e5d174dccf5b78b69fd92f53b.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '125', 'dimension_y' => '190', 'dimension_z' => '0', 'weight' => '220', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => '"Kumpulan 24 sajak dengan ilustrasi terbaik dari Tere Liye. Sajak tentang memiliki, pun tentang melepaskan. Sajak tentang pertemuan, juga tentang perpisahan. Sajak tentang kebahagiaan, juga tentang kesedihan. Tambahkan pula sajak bergurau, bercanda dengan perasaan. Para pencinta adalah pujangga terbaik yang pernah ada. Dan kasih sayang pun adalah sumber inspirasi paling deras yang pernah ada. Hadiahkan sajak-sajak ini untuk orang yang paling kita sayangi. Agar mereka paham tentang ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '', 'created' => '2016-11-04 11:47:00', 'modified' => '2018-02-28 09:09:10', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '20000', 'price_discount' => (int) 16000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => '21240172', 'product_id' => '2010001014089', 'category_id' => '93', 'store_id' => '3', 'rank' => '110', 'created' => '2018-02-11 03:21:23', 'modified' => '2018-02-11 03:21:23' ), 'Category' => array( 'id' => '93', 'name' => 'Romantis', 'status' => 'active', 'parent' => '49', 'child_ids' => '93', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Romantis', 'weight' => '0' ), 'SearchCacheDetail' => array( 'id' => '768990', 'search_cache_id' => '200191', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2016-11-24 11:16:37', 'modified' => '2016-11-24 11:16:37' ) ), (int) 68 => array( 'SearchCache' => array( 'id' => '176335', 'product_id' => '2010001007968', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Tentang Kamu (Free Block Note)', 'subname' => '', 'edition' => '', 'date_release' => 'Oktober 2016', 'date_calc' => '2016-10-27', 'date_available' => '2016-10-27', 'ean' => '2010001007968', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6020822346', 'code_x2' => '9786020822341', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '79000', 'price_max' => '0', 'price_dollar' => '79000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '135', 'dimension_y' => '205', 'dimension_z' => '0', 'weight' => '532', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Terima kasih untuk kesempatan mengenalmu, itu adalah salah satu anugerah terbesar hidupku. Cinta memang tidak perlu ditemukan, cintalah yang akan menemukan kita. Terima kasih. Nasihat lama itu benar sekali, aku tidak akan menangis karena sesuatu telah berakhir, tapi aku akan tersenyum karena sesuatu itu pernah terjadi. Masa lalu. Rasa sakit. Masa depan. Mimpi-mimpi. Semua akan berlalu, seperti sungai yang mengalir. Maka biarlah hidupku mengalir seperti sungai ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '2010001011996', 'created' => '2016-10-12 13:37:09', 'modified' => '2018-05-22 14:58:07', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '79000', 'price_discount' => (int) 63200, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '715182', 'search_cache_id' => '176335', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2016-10-27 09:55:48', 'modified' => '2016-10-27 09:55:48' ) ), (int) 69 => array( 'SearchCache' => array( 'id' => '113810', 'product_id' => '2010000990117', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Bulan (Cover Baru)', 'subname' => '', 'edition' => '', 'date_release' => 'Agustus 2016', 'date_calc' => '2016-08-09', 'date_available' => '2016-08-09', 'ean' => '9786020332949', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '616153003', 'code_x1' => '6020332942', 'code_x2' => '9786020332949', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '20000', 'price_max' => '0', 'price_dollar' => '20000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'acb715840c03ea720792f20056ee5ea0.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '135', 'dimension_y' => '200', 'dimension_z' => '0', 'weight' => '324', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Namanya Seli, usianya 15 tahun, kelas sepuluh, dan dia salah satu teman baikku. Dia sama seperti remaja yang lain. Menyukai hal yang sama, mendengarkan lagu-lagu yang sama, pergi ke gerai fast food, menonton serial drama, film, dan hal-hal yang disukai remaja. Tetapi ada sebuah rahasia kecil Seli dan aku yang tidak pernah diketahui siapa pun. Sesuatu yang kami simpan sendiri sejak kecil. Aku bisa menghilang dan Seli bisa mengeluarkan petir. Dengan kekuatan itu, kami bertualang menuju ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '', 'created' => '2016-08-01 13:29:12', 'modified' => '2022-06-19 10:38:06', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '20000', 'price_discount' => (int) 16000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => '21240177', 'product_id' => '2010000990117', 'category_id' => '93', 'store_id' => '3', 'rank' => '115', 'created' => '2018-02-11 03:21:23', 'modified' => '2018-02-11 03:21:23' ), 'Category' => array( 'id' => '93', 'name' => 'Romantis', 'status' => 'active', 'parent' => '49', 'child_ids' => '93', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Romantis', 'weight' => '0' ), 'SearchCacheDetail' => array( 'id' => '1393439', 'search_cache_id' => '113810', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2018-05-26 09:34:30', 'modified' => '2018-05-26 09:34:30' ) ), (int) 70 => array( 'SearchCache' => array( 'id' => '109886', 'product_id' => '2010000981962', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Matahari', 'subname' => '', 'edition' => '', 'date_release' => 'Juli 2016', 'date_calc' => '2016-07-25', 'date_available' => '2016-07-25', 'ean' => '9786020332116', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '616153001', 'code_x1' => '602033211X', 'code_x2' => '9786020332116', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '95000', 'price_max' => '0', 'price_dollar' => '95000', 'currency' => 'IDR', 'rating' => '5', 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '38feacad55b2a712faff52fca2df0813.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '135', 'dimension_y' => '200', 'dimension_z' => '0', 'weight' => '350', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Novel ini merupakan trilogi setelah novel sebelumnya yakni Bumi dan Bulan. Kini anak istimewa itu bernama Ali. Sama dengan Seli dan Raib, ia juga berusia 15 tahun, masih kelas X. Jika orangtuanya mengizinkan, bahkan seharusnya ia sudah duduk di tingkat akhir ilmu fisika program doktor. Bagi Ali, guru dan teman-teman sekelasnya sangat membosankan. Namun hal itu tidak berlangsung lama setelah pada akhirnya teman sekelasnya mengetahui ada hal aneh pada dirinya dan Seli. Kalau Seli bisa ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '', 'created' => '2016-07-01 16:27:47', 'modified' => '2022-09-27 08:08:05', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '95000', 'price_discount' => (int) 76000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '5' ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => '21240118', 'product_id' => '2010000981962', 'category_id' => '93', 'store_id' => '3', 'rank' => '56', 'created' => '2018-02-11 03:21:23', 'modified' => '2018-02-11 03:21:23' ), 'Category' => array( 'id' => '93', 'name' => 'Romantis', 'status' => 'active', 'parent' => '49', 'child_ids' => '93', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Romantis', 'weight' => '0' ), 'SearchCacheDetail' => array( 'id' => '1466442', 'search_cache_id' => '109886', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2022-08-31 13:36:36', 'modified' => '2022-08-31 13:36:36' ) ), (int) 71 => array( 'SearchCache' => array( 'id' => '110599', 'product_id' => '2010000988466', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Daun yang Jatuh Tak Pernah Membenci Angin (Cover Baru)', 'subname' => '', 'edition' => '', 'date_release' => 'Juni 2016', 'date_calc' => '2016-06-27', 'date_available' => '2016-06-27', 'ean' => '2010000988466', 'string_x1' => 'Tere-liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '616172009', 'code_x1' => '6020331601', 'code_x2' => '9786020331607', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '69000', 'price_max' => '0', 'price_dollar' => '69000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'eccbe8f4452e5037bd59b62766644165.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '212', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Dia bagai malaikat bagi keluarga kami. Merengkuh aku, adikku, dan Ibu dari kehidupan jalanan yang miskin dan nestapa. Memberikan makan, tempat berteduh, sekolah, dan janji masa depan yang lebih baik. Dia sungguh bagai malaikat bagi keluarga kami. Memberikan kasih sayang, perhatian, dan teladan tanpa mengharap budi sekali pun. Dan lihatlah, aku membalas itu semua dengan membiarkan mekar perasaan ini. Ibu benar, tak layak aku mencintai malaikat keluarga kami. Tak pantas. Maafkan aku, Ibu. ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '', 'created' => '2016-07-26 13:49:24', 'modified' => '2018-05-08 14:07:59', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '69000', 'price_discount' => (int) 55200, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1346706', 'search_cache_id' => '110599', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2018-04-02 15:38:43', 'modified' => '2018-04-02 15:38:43' ) ), (int) 72 => array( 'SearchCache' => array( 'id' => '74718', 'product_id' => '2010000746981', 'product_id_old' => '2010000213896', 'serie' => '', 'serie_id' => '0', 'name' => 'Paket Tereliye 2', 'subname' => '', 'edition' => null, 'date_release' => 'Maret 2014', 'date_calc' => '2014-03-01', 'date_available' => '0000-00-00', 'ean' => '2010190213898', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '0190213892', 'code_x2' => '2010190213898', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '153500', 'price_max' => '0', 'price_dollar' => '153500', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => 'a35c797707825a5374bc207fb9fd627a.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '878', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Hafalan Shalat Delisa (Cover Baru) "Novel tentang bacaan shalat anak 6 tahun dengan latar belakang bencana tsunami ini sangat mengharukan. Nilai keikhlasan dengan halus di jalin pengarangnya ke dalam plot cerita dunia kanak-kanak ini. Saya membacanya dengan rasa sentimental, karena selepas tsunami saya pernah bolak-balik ke Lhok Nga itu" ..... (Taufiq Ismail, Penyair) "Buku yang indah ditulis dalam kesadaran ibadah. Buku ini mengajak kita mencintai kehidupan, juga kematian, ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => null, 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '153500', 'price_discount' => (int) 122800, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '567841', 'search_cache_id' => '74718', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => null, 'modified' => null ) ), (int) 73 => array( 'SearchCache' => array( 'id' => '55365', 'product_id' => '2010000553619', 'product_id_old' => '2010000090718', 'serie' => '', 'serie_id' => '0', 'name' => 'Negeri di Ujung Tanduk', 'subname' => '', 'edition' => '', 'date_release' => 'Januari 2013', 'date_calc' => '2013-01-04', 'date_available' => '2013-01-04', 'ean' => '2010000553619', 'string_x1' => 'Tere-liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '202163499', 'code_x1' => '9792294295', 'code_x2' => '9789792294293', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '85000', 'price_max' => '0', 'price_dollar' => '85000', 'currency' => 'IDR', 'rating' => '5', 'reviewer' => '1', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '65b94ff40fc1d4f1526c12cc38414454.jpg', 'picture_old' => 'f2fe86f7492044dd159e790955a50891.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '200', 'dimension_y' => '135', 'dimension_z' => '0', 'weight' => '290', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Di Negeri di Ujung Tanduk kehidupan semakin rusak. Bukan karena orang jahat semakin banyak, tapi semakin banyak orang yang memilih tidak peduli lagi. Di Negeri di Ujung Tanduk para penipu menjadi pemimpin, para pengkhianat menjadi pujaan. Bukan karena tidak ada lagi yang memiliki teladan, tapi mereka memutuskan menutup mata dan memilih hidup bahagia sendirian. Tapi setidaknya, Kawan, di Negeri di Ujung Tanduk seorang petarung sejati akan memilih jalan suci. Meski habis seluruh darah di ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => null, 'modified' => '2021-05-07 10:42:30', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '85000', 'price_discount' => (int) 68000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '1' ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => '21241782', 'product_id' => '2010000553619', 'category_id' => '105', 'store_id' => '3', 'rank' => '20', 'created' => '2018-02-11 03:21:28', 'modified' => '2018-02-11 03:21:28' ), 'Category' => array( 'id' => '105', 'name' => 'Inspirational', 'status' => 'active', 'parent' => '251', 'child_ids' => '105', 'parent_ids' => '1,251', 'parent_ids_space' => '1 251', 'cat_names' => ':: Buku :: Inspirasional & Spiritualitas :: Inspirational', 'weight' => '0' ), 'SearchCacheDetail' => array( 'id' => '698781', 'search_cache_id' => '55365', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2016-10-11 14:39:40', 'modified' => '2016-10-11 14:39:40' ) ), (int) 74 => array( 'SearchCache' => array( 'id' => '48657', 'product_id' => '2010000486535', 'product_id_old' => '2010000022214', 'serie' => '', 'serie_id' => '0', 'name' => 'Negeri Para Bedebah', 'subname' => '', 'edition' => '', 'date_release' => 'Juli 2012', 'date_calc' => '2012-07-16', 'date_available' => '2012-07-16', 'ean' => '9789792285529', 'string_x1' => 'Tere-liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '201742772', 'code_x1' => '9792285520', 'code_x2' => '9789792285529', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '96000', 'price_max' => '0', 'price_dollar' => '96000', 'currency' => 'IDR', 'rating' => '4.75', 'reviewer' => '1', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '1ee2d023f842366c4dc85ff39c7d260d.jpg', 'picture_old' => '93ce8c8d88c7c742f37819ef20e44955.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '200', 'dimension_y' => '135', 'dimension_z' => '0', 'weight' => '400', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Di negeri para bedebah, kisah fiksi kalah seru dibanding kisah nyata. Di negeri para bedebah, musang berbulu domba berkeliaran di halaman rumah. Tetapi setidaknya, Kawan, di negeri para bedebah, petarung sejati tidak akan pernah berkhianat. ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => null, 'modified' => '2022-12-02 15:38:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '96000', 'price_discount' => (int) 76800, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '4' ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => '21238034', 'product_id' => '2010000486535', 'category_id' => '88', 'store_id' => '3', 'rank' => '36', 'created' => '2018-02-11 03:21:17', 'modified' => '2018-02-11 03:21:17' ), 'Category' => array( 'id' => '88', 'name' => 'Drama', 'status' => 'active', 'parent' => '49', 'child_ids' => '88', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Drama', 'weight' => '0' ), 'SearchCacheDetail' => array( 'id' => '696369', 'search_cache_id' => '48657', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2016-10-06 13:12:55', 'modified' => '2016-10-06 13:12:55' ) ), (int) 75 => array( 'SearchCache' => array( 'id' => '45974', 'product_id' => '2010000459706', 'product_id_old' => '104298', 'serie' => '', 'serie_id' => '0', 'name' => 'Berjuta Rasanya', 'subname' => '', 'edition' => '', 'date_release' => 'Mei 2012', 'date_calc' => '2012-05-01', 'date_available' => '2012-05-00', 'ean' => '9786029474039', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6029474030', 'code_x2' => '9786029474039', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '40000', 'price_max' => '0', 'price_dollar' => '40000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '9268cc204f46d02dffac675249225c1c.jpg', 'picture_old' => 'd356fa64cc07d94fb1fb3b83051ee623.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '205', 'dimension_y' => '135', 'dimension_z' => '0', 'weight' => '182', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => '"Kalian akan merasakan remuk seketika tepat di dada saat membaca buku ini." -Fatimah Ratna Wijayanthi, Karyawan. "Cinta adalah sekumpulan paradoks yang membingungkan. Maka meskipun menyakitkan, cinta tetaplah membahagiakan. Bacaan yang tepat, bagi mereka yang ingin mengeja makna cinta, patah, dan hati." -Galih Hidayatullah, Mahasiswa. "Saya bahkan sampai 5 kali membacanya tanpa bosan. Sebuah karya yang patut dinikmati lagi, lagi, dan lagi." -Sulistyowati, Ibu ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '', 'created' => null, 'modified' => '2025-12-16 16:34:24', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '40000', 'price_discount' => (int) 32000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => '21240161', 'product_id' => '2010000459706', 'category_id' => '93', 'store_id' => '3', 'rank' => '99', 'created' => '2018-02-11 03:21:23', 'modified' => '2018-02-11 03:21:23' ), 'Category' => array( 'id' => '93', 'name' => 'Romantis', 'status' => 'active', 'parent' => '49', 'child_ids' => '93', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Romantis', 'weight' => '0' ), 'SearchCacheDetail' => array( 'id' => '1605364', 'search_cache_id' => '45974', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2025-12-16 16:34:24', 'modified' => '2025-12-16 16:34:24' ) ), (int) 76 => array( 'SearchCache' => array( 'id' => '15328', 'product_id' => '2010000153277', 'product_id_old' => '24856', 'serie' => '', 'serie_id' => '0', 'name' => 'Moga Bunda Disayang Allah', 'subname' => '', 'edition' => null, 'date_release' => '2007', 'date_calc' => '2007-00-01', 'date_available' => '2007-00-00', 'ean' => '9789793210797', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '9793210796', 'code_x2' => '9789793210797', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '45000', 'price_max' => '0', 'price_dollar' => '45000', 'currency' => 'IDR', 'rating' => '5', 'reviewer' => '3', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => 'moga-bunda.gif', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '205', 'dimension_y' => '135', 'dimension_z' => '0', 'weight' => '300', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => '"Diangkat dari salah satu kisah paling mengharukan " "Ditulis kembali dari salah satu film terbaik sepanjang masa" "Gelap ! Melati hanya melihat gelap. Hitam, Kosong. Tak ada warna ..... Senyap ! Melati hanya mendengar senyap. Sepi. Sendiri. Tak ada Nada....." "Buku ini akan membuat Anda lebih mencintai Allah dan hamba-hambaNya. Jangan menjadi orang yang merugi karena tidak mendapatkan 'ilmu' dari buku ini ". - ( Ratih Sang, penulis buku : "Kerudung Praktis" ) ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => null, 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '45000', 'price_discount' => (int) 36000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '2' ), 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '567829', 'search_cache_id' => '15328', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => null, 'modified' => null ) ), (int) 77 => array( 'SearchCache' => array( 'id' => '2570', 'product_id' => '2010000025697', 'product_id_old' => '3499', 'serie' => '', 'serie_id' => '0', 'name' => 'Sang Penandai', 'subname' => '', 'edition' => null, 'date_release' => 'Juli 2006', 'date_calc' => '2006-07-01', 'date_available' => '2006-07-00', 'ean' => '9789791112314', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '9791112312', 'code_x2' => '9789791112314', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Serambi', 'brand_id' => '54', 'price_min' => '39900', 'price_max' => '0', 'price_dollar' => '39900', 'currency' => 'IDR', 'rating' => '3', 'reviewer' => '1', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => 'cc7ea20787d3d076267838662654667c.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '130', 'dimension_y' => '200', 'dimension_z' => '0', 'weight' => '266', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Terbayangkah Anda, seorang anak manusia melarung kenangan-pahit cinta dengan menyusuri puluhan ribu mil samudera selama lebih dari 1513 hari? Jim, seorang pemain biola, tertikam sesal mendalam karena kehilangan Nayla. Dia selalu gagal melupakan kepengecutan membayar janji kepada gadis pujaannya itu. Dalam selubung rasa putus asa, bersalah, dan tak berharga sebagai lelaki, bertemulah Jim dengan Sang Penandai, pembuat dan penjaga dongeng-dongeng. Dia pun terpandu melaut ke negeri-negeri Timur. ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => null, 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '39900', 'price_discount' => (int) 29925, 'discount_pct' => '25', 'availability' => array( [maximum depth reached] ), 'count' => '1' ), 'BrandRule' => array( 'id' => '1684', 'brand_id' => '54', 'discount' => '25', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '567826', 'search_cache_id' => '2570', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => null, 'modified' => null ) ), (int) 78 => array( 'SearchCache' => array( 'id' => '602004', 'product_id' => '2010001049517', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => '#About Love (Cover Baru)', 'subname' => '', 'edition' => '', 'date_release' => '0000-00-00', 'date_calc' => '0000-00-00', 'date_available' => '0000-00-00', 'ean' => '9786020361109', 'string_x1' => 'Tere-liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6020361101', 'code_x2' => '9786020361109', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '93000', 'price_max' => '0', 'price_dollar' => '93000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '6243da371ba8eaf99120f5855cfbc6e7.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '130', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Jatuh cinta adalah salah satu anugerah terbaik. Cinta memberi kita kesempatan untuk memahami banyak hal. Cinta juga menjadikan kita lebih dewasa, lebih berani, dan bertanggung jawab. Cinta pula yang menjadikan manusia sebagai manusia. Masing-masing dari kita memiliki kutipan favorit tentang cinta. Satu, sepuluh, atau bahkan seratus kutipan seperti yang ada di dalam buku ini bisa menjadi pegangan kita dalam mencinta. #AboutLove merupakan rangkuman kutipan cinta terfavorit dari Tere Liye. Selamat ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '', 'created' => '2017-07-28 10:04:49', 'modified' => '2022-09-28 09:08:04', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '93000', 'price_discount' => (int) 74400, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => '21240619', 'product_id' => '2010001049517', 'category_id' => '93', 'store_id' => '3', 'rank' => '551', 'created' => '2018-02-11 03:21:25', 'modified' => '2018-02-11 03:21:25' ), 'Category' => array( 'id' => '93', 'name' => 'Romantis', 'status' => 'active', 'parent' => '49', 'child_ids' => '93', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Romantis', 'weight' => '0' ), 'SearchCacheDetail' => array( 'id' => '1036061', 'search_cache_id' => '602004', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2017-07-28 10:04:49', 'modified' => '2017-07-28 10:04:49' ) ), (int) 79 => array( 'SearchCache' => array( 'id' => '1186215', 'product_id' => '2010001426868', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Hana - Tara - Hata TTD', 'subname' => '', 'edition' => '', 'date_release' => 'Juni 2025', 'date_calc' => '2025-06-22', 'date_available' => '2025-06-22', 'ean' => '2010001426868', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '0001426869', 'code_x2' => '2010001426868', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '135000', 'price_max' => '0', 'price_dollar' => '135000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'b60a1bb3915247fc4c8f0938399c56f9.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '500', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Apakah kalian sudah mengenal Hana, penghuni Padang Perdu Klan Matahari? Ini adalah kisahnya. Tentang seorang pemilik kekuatan “membaca alam sekitar”. Tentang seorang ibu yang sangat menyayangi anaknya. Rasa sakit. Kehilangan. Pengorbanan. Kebencian. Memaafkan. Tumpah menjadi satu. Juga pertarungan mematikan, tempat-tempat berbahaya, hewan dan tumbuhan legendaris. Kalian mungkin telah tahu kisah ini dari buku-buku sebelumnya, bukan? Tapi itu tidak lengkap. ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '', 'created' => '2025-06-05 13:44:48', 'modified' => '2025-08-27 16:32:36', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '135000', 'price_discount' => (int) 114750, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1591955', 'search_cache_id' => '1186215', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2025-06-05 13:48:24', 'modified' => '2025-06-05 13:48:24' ) ), (int) 80 => array( 'SearchCache' => array( 'id' => '1161794', 'product_id' => '2010001183105', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Bedebah Di Ujung Tanduk (BDUT)', 'subname' => '', 'edition' => '', 'date_release' => 'Oktober 2021', 'date_calc' => '2021-10-28', 'date_available' => '2021-10-28', 'ean' => '9786239726218', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6239726214', 'code_x2' => '9786239726218', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Sabakgrip', 'brand_id' => '3750', 'price_min' => '89000', 'price_max' => '0', 'price_dollar' => '89000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'c2729e5daa2a1d2864956471e7a8df17.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '450', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Di Negeri Para Bedebah, pencuri, perampok, bagai musang berbulu domba. Di depan, wajah mereka tersenyum penuh pencitraan. Di belakang penuh tipu-tipu. Di Negeri di Ujung Tanduk, pencuri, perampok, berkeliaran menjadi penegak hukum. Di depan, di belakang, mereka tidak malu-malu lagi. Tapi setidaknya, Kawan, dalam situasi apapun, petarung sejati akan terus memilih kehormatan hidupnya. Bahkan ketika nasib di ujung tanduk. Dia akan terus bertarung habis-habisan, bersama sahabat sejati. Karena ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2021-10-13 13:23:05', 'modified' => '2022-08-22 12:38:06', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '89000', 'price_discount' => (int) 75650, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '7185', 'brand_id' => '3750', 'discount' => '15', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1454565', 'search_cache_id' => '1161794', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2021-12-27 10:52:07', 'modified' => '2021-12-27 10:52:07' ) ), (int) 81 => array( 'SearchCache' => array( 'id' => '1154206', 'product_id' => '2010001107392', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Si Anak Kuat (Republis Amelia)', 'subname' => '', 'edition' => '', 'date_release' => 'Desember 2018', 'date_calc' => '2018-12-01', 'date_available' => '2018-12-00', 'ean' => '2010001107392', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '0001107399', 'code_x2' => '2010001107392', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '78000', 'price_max' => '0', 'price_dollar' => '78000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '334', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => ' “Kau anak paling kuat di keluarga ini, Amel. Itu benar sekali. Bukan kuat secara fisik, tapi kuat dari dalam. Kau adalah anak yang paling teguh hatinya, paling kokoh dengan pemahaman baik." *** Buku ini tentang Amelia, kisah anak yang memiliki mimpi-mimpi hebat untuk kampung tercintanya. Dari puluhan buku Tere Liye, serial buku ini adalah mahkotanya. ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2018-12-08 10:48:15', 'modified' => '2020-12-26 22:08:17', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '78000', 'price_discount' => (int) 62400, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1405431', 'search_cache_id' => '1154206', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2018-12-08 10:48:15', 'modified' => '2018-12-08 10:48:15' ) ), (int) 82 => array( 'SearchCache' => array( 'id' => '1051879', 'product_id' => '2010001082453', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Pergi', 'subname' => '', 'edition' => '', 'date_release' => 'April 2018', 'date_calc' => '2018-04-01', 'date_available' => '2018-04-00', 'ean' => '9786025734052', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6025734054', 'code_x2' => '9786025734052', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '79000', 'price_max' => '0', 'price_dollar' => '79000', 'currency' => 'IDR', 'rating' => '5', 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '135', 'dimension_y' => '205', 'dimension_z' => '0', 'weight' => '370', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Sebuah kisah tentang menemukan tujuan, ke mana hendak pergi, melalui kenangan demi kenangan masa lalu, pertarungan hidup-mati, untuk memutuskan ke mana langkah kaki akan dibawa. Pergi ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '', 'created' => '2018-03-31 11:53:39', 'modified' => '2022-06-16 23:30:04', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '79000', 'price_discount' => (int) 63200, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '1' ), 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1345607', 'search_cache_id' => '1051879', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2018-03-31 11:53:40', 'modified' => '2018-03-31 11:53:40' ) ), (int) 83 => array( 'SearchCache' => array( 'id' => '1051880', 'product_id' => '2010001082460', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Pulang (Cover Baru)', 'subname' => '', 'edition' => '', 'date_release' => 'April 2018', 'date_calc' => '2018-04-01', 'date_available' => '2018-04-00', 'ean' => '2010001082460', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6020822125', 'code_x2' => '9786020822129', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '75000', 'price_max' => '0', 'price_dollar' => '75000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'b8ceb19744a803a9d03f961d0ed5db2e.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '135', 'dimension_y' => '205', 'dimension_z' => '0', 'weight' => '330', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => '"Sebuah kisah karya penulis negeri sendiri, dengan latar kisah negeri sendiri, yang layak dinikmati, " ---Tribun Jabar Sebuah kisah tentang perjalanan pulang, melalui pertarungan demi pertarungan, kesedihan demi kesedihan, untuk memeluk erat semua kebencian dan rasa sakit. Pulang ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '', 'created' => '2018-03-31 13:13:52', 'modified' => '2024-06-21 10:38:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '75000', 'price_discount' => (int) 60000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1345611', 'search_cache_id' => '1051880', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2018-03-31 13:13:52', 'modified' => '2018-03-31 13:13:52' ) ), (int) 84 => array( 'SearchCache' => array( 'id' => '1081615', 'product_id' => '2010001084990', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Kau, Aku dan Sepucuk Angpau Merah (Cover Baru 2018)', 'subname' => '', 'edition' => '', 'date_release' => 'April 2018', 'date_calc' => '2018-04-01', 'date_available' => '2018-04-00', 'ean' => '2010001084990', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '602033161X', 'code_x2' => '9786020331614', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '120000', 'price_max' => '0', 'price_dollar' => '120000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '4748cee4c6f60ad98b9beb5def4c6260.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '140', 'dimension_y' => '200', 'dimension_z' => '0', 'weight' => '610', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Ada tujuh miliar penduduk bumi saat ini. Jika separuh saja dari mereka pernah jatuh cinta, maka setidaknya akan ada satu miliar lebih cerita cinta. Akan ada setidaknya 5 kali dalam setiap detik, 300 kali dalam semenit, 18.000 kali dalam setiap jam, dan nyaris setengah juta sehari-semalam, seseorang entah di belahan dunia mana, berbinar, harap-harap cemas, gemetar, malu-malu menyatakan perasaanya. Apakah Kau, Aku, dan Sepucuk Angpau Merah ini sama spesialnya dengan miliaran cerita cinta ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '', 'created' => '2018-04-16 16:11:34', 'modified' => '2026-01-09 16:17:35', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '120000', 'price_discount' => (int) 96000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1361094', 'search_cache_id' => '1081615', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2018-04-16 16:11:34', 'modified' => '2018-04-16 16:11:34' ) ), (int) 85 => array( 'SearchCache' => array( 'id' => '1081599', 'product_id' => '2010001084846', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Hujan (Cover Baru)', 'subname' => '', 'edition' => '', 'date_release' => 'April 2018', 'date_calc' => '2018-04-01', 'date_available' => '2018-04-00', 'ean' => '2010001084846', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6020324788', 'code_x2' => '9786020324784', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '78000', 'price_max' => '0', 'price_dollar' => '78000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'b52c5300220a2305c586fe8aa0e9026b.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '400', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => '“Jangan pernah jatuh cinta saat hujan. Karena ketika besok lusa kamu patah hati, setiap kali hujan turun, kamu akan terkenang dengan kejadian menyakitkan itu.” Novel buah karya Tere Liye ini memadukan cerita fantasi dan romance yang membuat pembacanya larut dalam kisah penuh imajinasi dunia era 2040an. Novel ini mengajarkan Tentang kehilangan dan penerimaan akan kehilangan itu sendiri, tentang persahabatan dan ketulusan dalam ikatan tersebut, tentang perpisahan dan jalan keluar ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '', 'created' => '2018-04-16 13:36:46', 'modified' => '2022-07-03 18:33:05', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '78000', 'price_discount' => (int) 62400, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '1386537', 'search_cache_id' => '1081599', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2018-05-16 14:21:48', 'modified' => '2018-05-16 14:21:48' ) ), (int) 86 => array( 'SearchCache' => array( 'id' => '194734', 'product_id' => '2010001011996', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Tentang Kamu', 'subname' => '', 'edition' => '', 'date_release' => 'Oktober 2016', 'date_calc' => '2016-10-27', 'date_available' => '2016-10-27', 'ean' => '2010001011996', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6020822346', 'code_x2' => '9786020822341', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '85000', 'price_max' => '0', 'price_dollar' => '85000', 'currency' => 'IDR', 'rating' => '5', 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'f2d8d56cf0d31a60dc86d2568f84e2e3.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '135', 'dimension_y' => '205', 'dimension_z' => '0', 'weight' => '440', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Terima kasih untuk kesempatan mengenalmu, itu adalah salah satu anugerah terbesar hidupku. Cinta memang tidak perlu ditemukan, cintalah yang akan menemukan kita. Terima kasih. Nasihat lama itu benar sekali, aku tidak akan menangis karena sesuatu telah berakhir, tapi aku akan tersenyum karena sesuatu itu pernah terjadi. Masa lalu. Rasa sakit. Masa depan. Mimpi-mimpi. Semua akan berlalu, seperti sungai yang mengalir. Maka biarlah hidupku mengalir seperti sungai ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2016-10-27 09:55:37', 'modified' => '2022-07-03 18:33:04', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '85000', 'price_discount' => (int) 68000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '9' ), 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => '21240074', 'product_id' => '2010001011996', 'category_id' => '93', 'store_id' => '3', 'rank' => '12', 'created' => '2018-02-11 03:21:23', 'modified' => '2018-02-11 03:21:23' ), 'Category' => array( 'id' => '93', 'name' => 'Romantis', 'status' => 'active', 'parent' => '49', 'child_ids' => '93', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Romantis', 'weight' => '0' ), 'SearchCacheDetail' => array( 'id' => '1390917', 'search_cache_id' => '194734', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2018-05-22 14:58:07', 'modified' => '2018-05-22 14:58:07' ) ), (int) 87 => array( 'SearchCache' => array( 'id' => '195459', 'product_id' => '2010001012559', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Sunset & Rosie', 'subname' => '', 'edition' => '', 'date_release' => 'Oktober 2016', 'date_calc' => '2016-10-01', 'date_available' => '2016-10-00', 'ean' => '9786029474084', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6029474081', 'code_x2' => '9786029474084', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '60000', 'price_max' => '0', 'price_dollar' => '60000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '09dd46dcae7f688306b46186126c3c81.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '348', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Sehari menjetang pertunangan Tegar dengan Sekar, Tegar sedang tele-conference dengan keluarga bahagia Rosie yang sedang merayakan ulang tahun perkawinan ke-13 di Jimbaran-menyaksikan sunset. Saat itu terjadilah bom Jimbaran. Keluarga Rosie ada di tempat kejadian. Kontak terputus seketika. Tegar panik langsung ke Bali, lupa akan pertunangannya. Dalam peristiwa itu, Nathan meninggal. Rosie yang amat kehilangan mengalami depresi berat dan mencoba bunuh diri. Tegar memutuskan tinggal di Lombok ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2016-10-28 10:10:08', 'modified' => '2017-02-02 16:08:48', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '60000', 'price_discount' => (int) 48000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '717186', 'search_cache_id' => '195459', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2016-10-28 10:10:09', 'modified' => '2016-10-28 10:10:09' ) ), (int) 88 => array( 'SearchCache' => array( 'id' => '128067', 'product_id' => '2010000996119', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Ayahku (Bukan) Pembohong (Cover Baru)', 'subname' => '', 'edition' => '', 'date_release' => 'September 2016', 'date_calc' => '2016-09-05', 'date_available' => '2016-09-05', 'ean' => '2010000996119', 'string_x1' => 'Tere-liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '616172010', 'code_x1' => '602033158X', 'code_x2' => '9786020331584', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '78000', 'price_max' => '0', 'price_dollar' => '78000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'fe5e8e554d08acd7226ed7c8dcc14c77.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '135', 'dimension_y' => '200', 'dimension_z' => '0', 'weight' => '248', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Kapan terakhir kali kita memeluk ayah kita? Menatap wajahnya, lantas bilang kita sungguh sayang padanya? Kapan terakhir kali kita bercakap ringan, tertawa gelak, bercengkerama, lantas menyentuh lembut tangannya, bilang kita sungguh bangga padanya? Inilah kisah tentang seorang anak yang dibesarkan dengan dongeng-dongeng kesederhanaan hidup. Kesederhanaan yang justru membuat ia membenci ayahnya sendiri. Inilah kisah tentang hakikat kebahagiaan sejati. Jika kalian tidak menemukan rumus itu ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2016-08-25 14:32:20', 'modified' => '2022-06-15 11:35:05', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '78000', 'price_discount' => (int) 62400, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => '21238170', 'product_id' => '2010000996119', 'category_id' => '88', 'store_id' => '3', 'rank' => '170', 'created' => '2018-02-11 03:21:17', 'modified' => '2018-02-11 03:21:17' ), 'Category' => array( 'id' => '88', 'name' => 'Drama', 'status' => 'active', 'parent' => '49', 'child_ids' => '88', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Drama', 'weight' => '0' ), 'SearchCacheDetail' => array( 'id' => '1346694', 'search_cache_id' => '128067', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2018-04-02 15:36:31', 'modified' => '2018-04-02 15:36:31' ) ), (int) 89 => array( 'SearchCache' => array( 'id' => '113808', 'product_id' => '2010000990100', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Bumi (Cover Baru)', 'subname' => '', 'edition' => '', 'date_release' => 'Agustus 2016', 'date_calc' => '2016-08-09', 'date_available' => '2016-08-09', 'ean' => '9786020332956', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '616153002', 'code_x1' => '6020332950', 'code_x2' => '9786020332956', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '103000', 'price_max' => '0', 'price_dollar' => '103000', 'currency' => 'IDR', 'rating' => '0', 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '135', 'dimension_y' => '200', 'dimension_z' => '0', 'weight' => '356', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Namaku Raib, usiaku 15 tahun, kelas sepuluh. Aku anak perempuan seperti kalian, adik-adik kalian, tetangga kalian. Aku punya dua kucing, namanya si Putih dan si Hitam. Mama dan papaku menyenangkan. Guru-guru di sekolahku seru. Teman-temanku baik dan kompak. Aku sama seperti remaja kebanyakan, kecuali satu hal. Sesuatu yang kusimpan sendiri sejak kecil. Sesuatu yang menakjubkan. Namaku Raib. Dan aku bisa menghilang. Buku pertama dari serial "BUMI" ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '', 'created' => '2016-08-01 13:27:54', 'modified' => '2020-08-13 19:38:05', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '103000', 'price_discount' => (int) 82400, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '0' ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => '21240274', 'product_id' => '2010000990100', 'category_id' => '93', 'store_id' => '3', 'rank' => '211', 'created' => '2018-02-11 03:21:24', 'modified' => '2018-02-11 03:21:24' ), 'Category' => array( 'id' => '93', 'name' => 'Romantis', 'status' => 'active', 'parent' => '49', 'child_ids' => '93', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Romantis', 'weight' => '0' ), 'SearchCacheDetail' => array( 'id' => '1397904', 'search_cache_id' => '113808', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2018-07-17 11:29:19', 'modified' => '2018-07-17 11:29:19' ) ), (int) 90 => array( 'SearchCache' => array( 'id' => '109096', 'product_id' => '2010000975046', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Rindu (Cover Baru)', 'subname' => '', 'edition' => '', 'date_release' => 'Juni 2016', 'date_calc' => '2016-06-01', 'date_available' => '2016-06-00', 'ean' => '2010000975046', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6028997900', 'code_x2' => '9786028997904', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '69000', 'price_max' => '0', 'price_dollar' => '69000', 'currency' => 'IDR', 'rating' => '5', 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'ac5be1d953ec8311c370169f0618fb06.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '200', 'dimension_y' => '135', 'dimension_z' => '0', 'weight' => '450', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Apalah arti memiliki? Ketika diri kami sendiri bukanlah milik kami. Apalah arti kehilangan? Ketika kami sebenarnya menemukan banyak saat kehilangan, dan sebaliknya, kehilangan banyak pula saat menemukan. Apalah arti cinta? Ketika kami menangis terluka atas perasaan yang seharusnya indah? Bagaimana mungkin, kami terduduk patah hati atas sesuatu yang seharusnya suci dan tidak menuntut apapun? Wahai, bukankah banyak kerinduan saat kami hendak melupakan? Dan tidak ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2016-06-09 11:25:23', 'modified' => '2016-12-16 22:26:40', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '69000', 'price_discount' => (int) 55200, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '1' ), 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '641891', 'search_cache_id' => '109096', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => null, 'modified' => null ) ), (int) 91 => array( 'SearchCache' => array( 'id' => '102284', 'product_id' => '2010000938447', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Hujan', 'subname' => '', 'edition' => '', 'date_release' => 'Januari 2016', 'date_calc' => '2016-01-25', 'date_available' => '2016-01-25', 'ean' => '2010000938447', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6020324788', 'code_x2' => '9786020324784', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '78000', 'price_max' => '0', 'price_dollar' => '78000', 'currency' => 'IDR', 'rating' => '4.94737', 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '57bcb945acb07002ae27920674d43469.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '135', 'dimension_y' => '200', 'dimension_z' => '0', 'weight' => '258', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => '“Jangan pernah jatuh cinta saat hujan. Karena ketika besok lusa kamu patah hati, setiap kali hujan turun, kamu akan terkenang dengan kejadian menyakitkan itu.” Novel buah karya Tere Liye ini memadukan cerita fantasi dan romance yang membuat pembacanya larut dalam kisah penuh imajinasi dunia era 2040an. Novel ini mengajarkan Tentang kehilangan dan penerimaan akan kehilangan itu sendiri, tentang persahabatan dan ketulusan dalam ikatan tersebut, tentang perpisahan dan jalan keluar ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2015-12-14 10:31:19', 'modified' => '2018-05-16 14:21:48', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '78000', 'price_discount' => (int) 62400, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '19' ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => '21238019', 'product_id' => '2010000938447', 'category_id' => '88', 'store_id' => '3', 'rank' => '21', 'created' => '2018-02-11 03:21:17', 'modified' => '2018-02-11 03:21:17' ), 'Category' => array( 'id' => '88', 'name' => 'Drama', 'status' => 'active', 'parent' => '49', 'child_ids' => '88', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Drama', 'weight' => '0' ), 'SearchCacheDetail' => array( 'id' => '1346698', 'search_cache_id' => '102284', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => '2018-04-02 15:37:11', 'modified' => '2018-04-02 15:37:11' ) ), (int) 92 => array( 'SearchCache' => array( 'id' => '93075', 'product_id' => '2010000908327', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Pulang', 'subname' => '', 'edition' => '', 'date_release' => 'September 2015', 'date_calc' => '2015-09-20', 'date_available' => '2015-09-20', 'ean' => '2010000908327', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6020822125', 'code_x2' => '9786020822129', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '69000', 'price_max' => '0', 'price_dollar' => '69000', 'currency' => 'IDR', 'rating' => '4.66667', 'reviewer' => '2', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '338', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => '“Aku tahu sekarang, lebih banyak luka di hati bapakku dibanding di tubuhku. Juga mamakku, lebih banyak tangis di hati Mamak dibanding di matanya.” Sebuah kisah tentang perjalanan pulang, melalui pertarungan demi pertarungan, untuk memeluk erat semua kebencian dan rasa sakit. “Selalu ada hal baru yang bisa direnungi dan dipahami dari novel-novel Tere Liye.” -Pulin Sri Lestari, Ibu Rumah Tangga “Saat ini kita cenderung tidak lagi peduli pada banyak hal, ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '', 'created' => '2015-09-07 14:07:56', 'modified' => '2018-04-18 17:08:15', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '69000', 'price_discount' => (int) 55200, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '12' ), 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => '21238007', 'product_id' => '2010000908327', 'category_id' => '88', 'store_id' => '3', 'rank' => '9', 'created' => '2018-02-11 03:21:17', 'modified' => '2018-02-11 03:21:17' ), 'Category' => array( 'id' => '88', 'name' => 'Drama', 'status' => 'active', 'parent' => '49', 'child_ids' => '88', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Drama', 'weight' => '0' ), 'SearchCacheDetail' => array( 'id' => '630577', 'search_cache_id' => '93075', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => null, 'modified' => null ) ), (int) 93 => array( 'SearchCache' => array( 'id' => '90273', 'product_id' => '2010000901007', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Moga Bunda Disayang Allah New Cover', 'subname' => '', 'edition' => '', 'date_release' => 'Agustus 2015', 'date_calc' => '2015-08-01', 'date_available' => '2015-08-00', 'ean' => '2010000901007', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '602899765X', 'code_x2' => '9786028997652', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '50000', 'price_max' => '0', 'price_dollar' => '50000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'a3e605da224a7f07fc9daa64cbe610e4.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '135', 'dimension_y' => '205', 'dimension_z' => '0', 'weight' => '260', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => ' "Gelap! Melati hanya melihat gelap. Hitam Kosong. Tak ada warna.... Senyap! Melati hanya mendengar senyap. Sepi. Sendiri. Tak ada nada...." "Buku ini akan membuat Anda lebih mencintai Allah dan hamba-hamba-Nya. Jangan menjadi orang yang merugi karena tidak mendapatkan "ilmu" dari buku ini." (Ratih Sang, Penulis buku "Kerudung Praktis") "Dengan gaya bahasa yang unik dan sarat makna, novel ini kembali mengingatkan kita pada kunci meraih ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2015-08-12 10:59:12', 'modified' => '2016-10-20 15:39:05', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '50000', 'price_discount' => (int) 40000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '567854', 'search_cache_id' => '90273', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => null, 'modified' => null ) ), (int) 94 => array( 'SearchCache' => array( 'id' => '89126', 'product_id' => '2010000889800', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => '#AboutLove (Kumpulan Kutipan)', 'subname' => '', 'edition' => '', 'date_release' => 'Juli 2015', 'date_calc' => '2015-07-06', 'date_available' => '2015-07-00', 'ean' => '9786020317786', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '615172001', 'code_x1' => '6020317781', 'code_x2' => '9786020317786', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '88000', 'price_max' => '0', 'price_dollar' => '88000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '125', 'dimension_y' => '190', 'dimension_z' => '0', 'weight' => '206', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Jatuh cinta adalah salah satu anugerah terbaik. Cinta memberi kita kesempatan untuk memahami banyak hal. Cinta juga menjadikan kita lebih dewasa, lebih berani, dan bertanggung jawab. Cinta pula yang menjadikan manusia sebagai manusia. Masing-masing dari kita memiliki kutipan favorit tentang cinta. Satu, sepuluh, atau bahkan seratus kutipan seperti yang ada dalam buku ini bisa menjadi pegangan kita dalam mencinta. #AboutLove merupakan rangkuman kutipan cinta terfavorit dari Tere ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2020-04-09 22:08:05', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '88000', 'price_discount' => (int) 70400, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => '21240432', 'product_id' => '2010000889800', 'category_id' => '93', 'store_id' => '3', 'rank' => '368', 'created' => '2018-02-11 03:21:24', 'modified' => '2018-02-11 03:21:24' ), 'Category' => array( 'id' => '93', 'name' => 'Romantis', 'status' => 'active', 'parent' => '49', 'child_ids' => '93', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Romantis', 'weight' => '0' ), 'SearchCacheDetail' => array( 'id' => '567853', 'search_cache_id' => '89126', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => null, 'modified' => null ) ), (int) 95 => array( 'SearchCache' => array( 'id' => '78714', 'product_id' => '2010000786437', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Bulan', 'subname' => '', 'edition' => '', 'date_release' => 'Maret 2015', 'date_calc' => '2015-03-09', 'date_available' => '2015-03-00', 'ean' => '9786020314112', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '204539048', 'code_x1' => '6020314111', 'code_x2' => '9786020314112', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '88000', 'price_max' => '0', 'price_dollar' => '88000', 'currency' => 'IDR', 'rating' => '5', 'reviewer' => '4', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '135', 'dimension_y' => '200', 'dimension_z' => '0', 'weight' => '326', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Namanya Seli, usianya 15 tahun, kelas sepuluh. Dia sama seperti remaja yang lain. Menyukai hal yang sama, mendengarkan lagu-lagu yang sama, pergi ke gerai fast food, menonton serial drama, film, dan hal-hal yang disukai remaja. Tetapi ada sebuah rahasia kecil Seli yang tidak pernah diketahui siapa pun. Sesuatu yang dia simpan sendiri sejak kecil. Sesuatu yang menakjubkan dengan tangannya. Namanya Seli. Dan tangannya bisa mengeluarkan petir. ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2017-03-24 13:38:31', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '88000', 'price_discount' => (int) 70400, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '6' ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '567850', 'search_cache_id' => '78714', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => null, 'modified' => null ) ), (int) 96 => array( 'SearchCache' => array( 'id' => '73764', 'product_id' => '2010000737514', 'product_id_old' => '2010000276839', 'serie' => '', 'serie_id' => '0', 'name' => 'Rindu', 'subname' => '', 'edition' => '', 'date_release' => 'September 2014', 'date_calc' => '2014-09-19', 'date_available' => '2014-09-19', 'ean' => '2010000737514', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6028997900', 'code_x2' => '9786028997904', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '69000', 'price_max' => '0', 'price_dollar' => '69000', 'currency' => 'IDR', 'rating' => '4.6', 'reviewer' => '2', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '6e4339bee44d40b33f85024866e84bea.jpg', 'picture_old' => 'blank.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '200', 'dimension_y' => '135', 'dimension_z' => '0', 'weight' => '444', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Apalah arti memiliki? Ketika diri kami sendiri bukanlah milik kami. Apalah arti kehilangan? Ketika kami sebenarnya menemukan banyak saat kehilangan, dan sebaliknya, kehilangan banyak pula saat menemukan. Apalah arti cinta? Ketika kami menangis terluka atas perasaan yang seharusnya indah? Bagaimana mungkin, kami terduduk patah hati atas sesuatu yang seharusnya suci dan tidak menuntut apapun? Wahai, bukankah banyak kerinduan saat kami hendak melupakan? Dan ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '', 'created' => null, 'modified' => '2016-07-28 22:39:44', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '69000', 'price_discount' => (int) 55200, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '5' ), 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '567857', 'search_cache_id' => '73764', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => null, 'modified' => null ) ), (int) 97 => array( 'SearchCache' => array( 'id' => '72313', 'product_id' => '2010000723005', 'product_id_old' => '2010000262009', 'serie' => '', 'serie_id' => '0', 'name' => 'Dikatakan atau Tidak Dikatakan Itu Tetap Cinta -Kumpulan Sajak', 'subname' => '', 'edition' => '', 'date_release' => 'Agustus 2014', 'date_calc' => '2014-08-11', 'date_available' => '2014-08-11', 'ean' => '9786020307183', 'string_x1' => 'Tere-liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '203837034', 'code_x1' => '', 'code_x2' => '9786020307183', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '20000', 'price_max' => '0', 'price_dollar' => '20000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'e07b27b15678ec3401c98fc2f5d6bae3.jpg', 'picture_old' => 'aa1473fe29d94031b0213eca0bbb9083.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '0', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Dikatakan Atau Tidak Dikatakan Itu Tetap Cinta -Kumpulan Saj ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => null, 'created' => null, 'modified' => '2017-06-13 22:08:32', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '20000', 'price_discount' => (int) 16000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1642', 'brand_id' => '5', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => '21238252', 'product_id' => '2010000723005', 'category_id' => '88', 'store_id' => '3', 'rank' => '250', 'created' => '2018-02-11 03:21:17', 'modified' => '2018-02-11 03:21:17' ), 'Category' => array( 'id' => '88', 'name' => 'Drama', 'status' => 'active', 'parent' => '49', 'child_ids' => '88', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Drama', 'weight' => '0' ), 'SearchCacheDetail' => array( 'id' => '567851', 'search_cache_id' => '72313', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => null, 'modified' => null ) ), (int) 98 => array( 'SearchCache' => array( 'id' => '75189', 'product_id' => '2010000751657', 'product_id_old' => '2010000213902', 'serie' => '', 'serie_id' => '0', 'name' => 'Paket Berjuta Rasa', 'subname' => '', 'edition' => null, 'date_release' => 'Maret 2014', 'date_calc' => '2014-03-01', 'date_available' => '0000-00-00', 'ean' => '2010190213904', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '0190213906', 'code_x2' => '2010190213904', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '89500', 'price_max' => '0', 'price_dollar' => '89500', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => 'd2c5952a6b072611badd632a7806f317.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '364', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Berjuta Rasanya "Kalian akan merasakan remuk seketika tepat di dada saat membaca buku ini." Fatimah Ratna Wijayanthi, Karyawan. "Cinta adalah sekumpulan paradoks yang membingungkan. Maka meskipun menyakitkan, cinta tetaplah membahagiakan. Bacaan yang tepat, bagi mereka yang ingin mengeja makna cinta, patah, dan hati." Galih Hidayatullah, Mahasiswa. "Saya bahkan sampai 5 kali membacanya tanpa bosan. Sebuah karya yang patut dinikmati lagi, lagi, dan lagi." ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => null, 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '89500', 'price_discount' => (int) 71600, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '567842', 'search_cache_id' => '75189', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => null, 'modified' => null ) ), (int) 99 => array( 'SearchCache' => array( 'id' => '66959', 'product_id' => '2010000669556', 'product_id_old' => '2010000207994', 'serie' => '', 'serie_id' => '0', 'name' => 'Pukat (Cover Baru)', 'subname' => 'Serial Anak-Anak Mamak', 'edition' => '', 'date_release' => 'Februari 2014', 'date_calc' => '2014-02-01', 'date_available' => '2014-02-00', 'ean' => '9789791102735', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '9791102732', 'code_x2' => '9789791102735', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '55000', 'price_max' => '0', 'price_dollar' => '55000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => '41051aafe0afd395fca2287250d33841.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '292', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => '"Jangan pernah membenci Mamak kau, jangan sekali-kali. Karena jika kau tahu sedikit saja apa yang telah ia lakukan demi kau, Amelia, Burlian dan Ayuk Eli, maka yang kau tahu itu sejatinya bahkan belum sepersepuluh dari pengorbanan, rasa cinta serta rasa sayangnya kepada kalian..." Meski dibesarkan dalam kesederhanaan, keterbatasan, berbaur dengan kepolosan dan kenakalan. Mamak selalu menanamkan arti kerja-keras, kejujuran, harga diri serta perangai tidak tercela. Dan di sini, kasih ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2017-07-19 23:35:21', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '55000', 'price_discount' => (int) 44000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'BrandRule' => array( 'id' => '1756', 'brand_id' => '137', 'discount' => '20', 'store_id' => '3' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ), 'SearchCacheDetail' => array( 'id' => '567846', 'search_cache_id' => '66959', 'key' => 'author', 'value_id' => '45622', 'value' => 'Tere Liye', 'created' => null, 'modified' => null ) ) ) $current_author = array( 'People' => array( 'id' => '45622', 'name' => 'Tere Liye', 'description' => 'Darwis atau yang lebih dikenal dengan “Tere Liye” lahir dan tumbuh dewasa di pedalaman Sumatera. Ia lahir pada tanggal 21 mei 1979. Tere Liye menikah dengan Ny.Riski Amelia dan di karunia seorang putra bernama Abdullah Pasai. Seperti di sebutkan di atas, Tere Liye tumbuh di Sumatera Pedalaman. Ia berasal dari keluarga sederhana yang orang tuanya berprofesi sebagai petani biasa. Anak ke enam dari tujuh bersaudara ini sampai saat ini telah menghasilkan 14 karya. Bahkan beberapa di antaranya telah di angkat ke layar lebar. Berdasarkan email yang di jadikan sarana komunikasi dengan para penggemarnya yaitu darwisdarwis@yahoo.com. Tere Liye meyelesaikan masa pendidikan dasar sampai SMP di SDN2 dan SMN 2 Kikim Timur, Sumatera Selatan. Kemudian melanjutkan ke SMUN 9 bandar lampung. Setelah selesai di Bandar lampung, ia meneruskan ke Universitas Indonesia dengan mengambil fakultas Ekonomi. Dari karya-karyanya Tere Liye ingin membagi pemahaman bahwa sebetulnya hidup ini tidaklah rumit seperti yang sering terpikir oleh kabanyakan orang. Hidup adalah anugerah yang Kuasa dan karena anugerah berarti harus di syukuri. ', 'email' => 'darwisdarwis@yahoo.com', 'website' => 'www.darwisdarwis.multiply.com', 'facebook' => '', 'twitter' => '@darwistereliye', 'instagram' => '', 'google+' => '' ), 'PeopleImage' => array( (int) 0 => array( 'id' => '490', 'people_id' => '45622', 'image' => '3b2cc1d973132b4a3bb266a18e21dc9b.jpg', 'weight' => '0' ) ) ) $products_bought_relation = array( (int) 0 => array( 'ProductBoughtRelation' => array( 'id' => '1069531748', 'product_id_source' => '2010000380987', 'product_id' => '2010000436226', 'store_id' => '3', 'count' => '6', 'created' => '2022-03-15 04:00:15' ), 'SearchCache' => array( 'id' => null, 'product_id' => null, 'product_id_old' => null, 'serie' => null, 'serie_id' => null, 'name' => null, 'subname' => null, 'edition' => null, 'date_release' => 'Januari 1970', 'date_calc' => null, 'date_available' => null, 'ean' => null, 'string_x1' => null, 'string_x2' => null, 'string_x3' => null, 'code' => null, 'code_x1' => null, 'code_x2' => null, 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => null, 'brand_id' => null, 'price_min' => null, 'price_max' => null, 'price_dollar' => null, 'currency' => null, 'rating' => (int) 0, 'reviewer' => null, 'department' => null, 'department_code' => null, 'department_id' => null, 'picture' => null, 'picture_old' => null, 'product_group_id' => null, 'parent_group_id' => null, 'dimension_x' => null, 'dimension_y' => null, 'dimension_z' => null, 'weight' => null, 'qty' => null, 'qty_supplier' => null, 'sold' => null, 'safety_stock' => null, 'status' => null, 'tax' => null, 'description_small' => null, 'preorder' => null, 'status_available' => null, 'input_reset_status' => null, 'redirect_ean' => null, 'created' => null, 'modified' => null, 'data_fetch' => null, 'data_fetch_date' => null, 'data_compare_ignore' => null, 'highlight' => '', 'price' => null, 'price_discount' => null, 'discount_pct' => null, 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ) ), (int) 1 => array( 'ProductBoughtRelation' => array( 'id' => '1069531760', 'product_id_source' => '2010000380987', 'product_id' => '2010000669532', 'store_id' => '3', 'count' => '3', 'created' => '2022-03-15 04:00:15' ), 'SearchCache' => array( 'id' => '66957', 'product_id' => '2010000669532', 'product_id_old' => '2010000207970', 'serie' => '', 'serie_id' => '0', 'name' => 'Eliana (Cover Baru)', 'subname' => 'Serial Anak-Anak Mamak', 'edition' => '', 'date_release' => 'Februari 2014', 'date_calc' => '2014-02-01', 'date_available' => '2014-02-00', 'ean' => '2010000669532', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6028987042', 'code_x2' => '9786028987042', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '37150', 'price_max' => '0', 'price_dollar' => '37150', 'currency' => 'IDR', 'rating' => '4', 'reviewer' => '1', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => '6f1bda8b1ff8d746631d4520f7bb5f27.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '424', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'normal', 'tax' => 'include', 'description_small' => 'Selamat datang di dunia yang tidak pernah kalian bayangkan. Di mana rasa ingin tahu, proses belajar, menyatu dengan kepolosan, kenakalan, hingga isengnya dunia anak-anak. Selamat datang di sebuah petualangan hebat, ketika persahabatan, pengorbanan, dan pemahaman yang baik atas kehidupan tumbuh dari wajah-wajah ceria terus melekat hingga mereka tumbuh dewasa. Adalah Eliana, anak sulung Mamak yang pemberani, bersama tiga rekannya, membentuk geng dengan sebutan 'empat buntal'. Berempat ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => null, 'created' => null, 'modified' => '2021-04-09 13:38:05', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '37150', 'price_discount' => (int) 29720, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '1' ), 'ProductRank' => array( 'id' => '21238033', 'product_id' => '2010000669532', 'category_id' => '88', 'store_id' => '3', 'rank' => '35', 'created' => '2018-02-11 03:21:17', 'modified' => '2018-02-11 03:21:17' ), 'Category' => array( 'id' => '88', 'name' => 'Drama', 'status' => 'active', 'parent' => '49', 'child_ids' => '88', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Drama', 'weight' => '0' ) ), (int) 2 => array( 'ProductBoughtRelation' => array( 'id' => '1069531759', 'product_id_source' => '2010000380987', 'product_id' => '2010000981962', 'store_id' => '3', 'count' => '3', 'created' => '2022-03-15 04:00:15' ), 'SearchCache' => array( 'id' => '109886', 'product_id' => '2010000981962', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Matahari', 'subname' => '', 'edition' => '', 'date_release' => 'Juli 2016', 'date_calc' => '2016-07-25', 'date_available' => '2016-07-25', 'ean' => '9786020332116', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '616153001', 'code_x1' => '602033211X', 'code_x2' => '9786020332116', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '95000', 'price_max' => '0', 'price_dollar' => '95000', 'currency' => 'IDR', 'rating' => '5', 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '38feacad55b2a712faff52fca2df0813.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '135', 'dimension_y' => '200', 'dimension_z' => '0', 'weight' => '350', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Novel ini merupakan trilogi setelah novel sebelumnya yakni Bumi dan Bulan. Kini anak istimewa itu bernama Ali. Sama dengan Seli dan Raib, ia juga berusia 15 tahun, masih kelas X. Jika orangtuanya mengizinkan, bahkan seharusnya ia sudah duduk di tingkat akhir ilmu fisika program doktor. Bagi Ali, guru dan teman-teman sekelasnya sangat membosankan. Namun hal itu tidak berlangsung lama setelah pada akhirnya teman sekelasnya mengetahui ada hal aneh pada dirinya dan Seli. Kalau Seli bisa ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '', 'created' => '2016-07-01 16:27:47', 'modified' => '2022-09-27 08:08:05', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '95000', 'price_discount' => (int) 76000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '5' ), 'ProductRank' => array( 'id' => '21240118', 'product_id' => '2010000981962', 'category_id' => '93', 'store_id' => '3', 'rank' => '56', 'created' => '2018-02-11 03:21:23', 'modified' => '2018-02-11 03:21:23' ), 'Category' => array( 'id' => '93', 'name' => 'Romantis', 'status' => 'active', 'parent' => '49', 'child_ids' => '93', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Romantis', 'weight' => '0' ) ), (int) 3 => array( 'ProductBoughtRelation' => array( 'id' => '1069531761', 'product_id_source' => '2010000380987', 'product_id' => '2010000708453', 'store_id' => '3', 'count' => '3', 'created' => '2022-03-15 04:00:15' ), 'SearchCache' => array( 'id' => '70849', 'product_id' => '2010000708453', 'product_id_old' => '2010000247136', 'serie' => '', 'serie_id' => '0', 'name' => 'Jadikan Aku Halal Bagimu (Republish)', 'subname' => '', 'edition' => '', 'date_release' => 'Juni 2014', 'date_calc' => '2014-06-01', 'date_available' => '2014-06-00', 'ean' => '9786021337097', 'string_x1' => 'Ahmad Rifai Rifan', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => 'UB-184', 'code_x1' => '6021337093', 'code_x2' => '9786021337097', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Mizania', 'brand_id' => '86', 'price_min' => '17250', 'price_max' => '0', 'price_dollar' => '17250', 'currency' => 'IDR', 'rating' => '5', 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'f1f014c9e78856815ec5a4c408acdb3b.jpg', 'picture_old' => '1f1d8731760bb34a18199ae59e6fdeba.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '146', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => ' “Jangan kau kira cinta datang dari keakraban dan pendekatan yang tekun. Cinta adalah putra dari kecocokan jiwa. Dan jikalau itu tiada, cinta takkan pernah tercipta dalam hitungan tahun, bahkan milenia.” —Kahlil Gibran Sudah banyak fakta yang mengungkap bahwa berlama-lama pacaran ternyata tak menjanjikan kelanggengan dalam berumah tangga. Sebaliknya, teramat banyak pernikahan yang meski tanpa diawali pacaran, justru langgeng dalam hubungan keluarga yang sangat ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2020-05-13 21:38:04', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '17250', 'price_discount' => (int) 13800, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '1' ), 'ProductRank' => array( 'id' => '21247628', 'product_id' => '2010000708453', 'category_id' => '388', 'store_id' => '3', 'rank' => '53', 'created' => '2018-02-11 03:21:45', 'modified' => '2018-02-11 03:21:45' ), 'Category' => array( 'id' => '388', 'name' => 'Wanita & Rumah Tangga', 'status' => 'active', 'parent' => '136', 'child_ids' => '388', 'parent_ids' => '1,149,136', 'parent_ids_space' => '1 149 136', 'cat_names' => ':: Buku :: Religius :: Islam :: Wanita & Rumah Tangga', 'weight' => '0' ) ), (int) 4 => array( 'ProductBoughtRelation' => array( 'id' => '1069531750', 'product_id_source' => '2010000380987', 'product_id' => '2010000553619', 'store_id' => '3', 'count' => '5', 'created' => '2022-03-15 04:00:15' ), 'SearchCache' => array( 'id' => '55365', 'product_id' => '2010000553619', 'product_id_old' => '2010000090718', 'serie' => '', 'serie_id' => '0', 'name' => 'Negeri di Ujung Tanduk', 'subname' => '', 'edition' => '', 'date_release' => 'Januari 2013', 'date_calc' => '2013-01-04', 'date_available' => '2013-01-04', 'ean' => '2010000553619', 'string_x1' => 'Tere-liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '202163499', 'code_x1' => '9792294295', 'code_x2' => '9789792294293', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '85000', 'price_max' => '0', 'price_dollar' => '85000', 'currency' => 'IDR', 'rating' => '5', 'reviewer' => '1', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '65b94ff40fc1d4f1526c12cc38414454.jpg', 'picture_old' => 'f2fe86f7492044dd159e790955a50891.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '200', 'dimension_y' => '135', 'dimension_z' => '0', 'weight' => '290', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Di Negeri di Ujung Tanduk kehidupan semakin rusak. Bukan karena orang jahat semakin banyak, tapi semakin banyak orang yang memilih tidak peduli lagi. Di Negeri di Ujung Tanduk para penipu menjadi pemimpin, para pengkhianat menjadi pujaan. Bukan karena tidak ada lagi yang memiliki teladan, tapi mereka memutuskan menutup mata dan memilih hidup bahagia sendirian. Tapi setidaknya, Kawan, di Negeri di Ujung Tanduk seorang petarung sejati akan memilih jalan suci. Meski habis seluruh darah di ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => null, 'modified' => '2021-05-07 10:42:30', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '85000', 'price_discount' => (int) 68000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '1' ), 'ProductRank' => array( 'id' => '21241782', 'product_id' => '2010000553619', 'category_id' => '105', 'store_id' => '3', 'rank' => '20', 'created' => '2018-02-11 03:21:28', 'modified' => '2018-02-11 03:21:28' ), 'Category' => array( 'id' => '105', 'name' => 'Inspirational', 'status' => 'active', 'parent' => '251', 'child_ids' => '105', 'parent_ids' => '1,251', 'parent_ids_space' => '1 251', 'cat_names' => ':: Buku :: Inspirasional & Spiritualitas :: Inspirational', 'weight' => '0' ) ), (int) 5 => array( 'ProductBoughtRelation' => array( 'id' => '1069531756', 'product_id_source' => '2010000380987', 'product_id' => '2010000486535', 'store_id' => '3', 'count' => '4', 'created' => '2022-03-15 04:00:15' ), 'SearchCache' => array( 'id' => '48657', 'product_id' => '2010000486535', 'product_id_old' => '2010000022214', 'serie' => '', 'serie_id' => '0', 'name' => 'Negeri Para Bedebah', 'subname' => '', 'edition' => '', 'date_release' => 'Juli 2012', 'date_calc' => '2012-07-16', 'date_available' => '2012-07-16', 'ean' => '9789792285529', 'string_x1' => 'Tere-liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '201742772', 'code_x1' => '9792285520', 'code_x2' => '9789792285529', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '96000', 'price_max' => '0', 'price_dollar' => '96000', 'currency' => 'IDR', 'rating' => '4.75', 'reviewer' => '1', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '1ee2d023f842366c4dc85ff39c7d260d.jpg', 'picture_old' => '93ce8c8d88c7c742f37819ef20e44955.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '200', 'dimension_y' => '135', 'dimension_z' => '0', 'weight' => '400', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => 'Di negeri para bedebah, kisah fiksi kalah seru dibanding kisah nyata. Di negeri para bedebah, musang berbulu domba berkeliaran di halaman rumah. Tetapi setidaknya, Kawan, di negeri para bedebah, petarung sejati tidak akan pernah berkhianat. ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => null, 'modified' => '2022-12-02 15:38:02', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '96000', 'price_discount' => (int) 76800, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '4' ), 'ProductRank' => array( 'id' => '21238034', 'product_id' => '2010000486535', 'category_id' => '88', 'store_id' => '3', 'rank' => '36', 'created' => '2018-02-11 03:21:17', 'modified' => '2018-02-11 03:21:17' ), 'Category' => array( 'id' => '88', 'name' => 'Drama', 'status' => 'active', 'parent' => '49', 'child_ids' => '88', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Drama', 'weight' => '0' ) ), (int) 6 => array( 'ProductBoughtRelation' => array( 'id' => '1069531747', 'product_id_source' => '2010000380987', 'product_id' => '2010000459706', 'store_id' => '3', 'count' => '6', 'created' => '2022-03-15 04:00:15' ), 'SearchCache' => array( 'id' => '45974', 'product_id' => '2010000459706', 'product_id_old' => '104298', 'serie' => '', 'serie_id' => '0', 'name' => 'Berjuta Rasanya', 'subname' => '', 'edition' => '', 'date_release' => 'Mei 2012', 'date_calc' => '2012-05-01', 'date_available' => '2012-05-00', 'ean' => '9786029474039', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6029474030', 'code_x2' => '9786029474039', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '40000', 'price_max' => '0', 'price_dollar' => '40000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '9268cc204f46d02dffac675249225c1c.jpg', 'picture_old' => 'd356fa64cc07d94fb1fb3b83051ee623.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '205', 'dimension_y' => '135', 'dimension_z' => '0', 'weight' => '182', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'out_of_stock', 'tax' => 'include', 'description_small' => '"Kalian akan merasakan remuk seketika tepat di dada saat membaca buku ini." -Fatimah Ratna Wijayanthi, Karyawan. "Cinta adalah sekumpulan paradoks yang membingungkan. Maka meskipun menyakitkan, cinta tetaplah membahagiakan. Bacaan yang tepat, bagi mereka yang ingin mengeja makna cinta, patah, dan hati." -Galih Hidayatullah, Mahasiswa. "Saya bahkan sampai 5 kali membacanya tanpa bosan. Sebuah karya yang patut dinikmati lagi, lagi, dan lagi." -Sulistyowati, Ibu ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '', 'created' => null, 'modified' => '2025-12-16 16:34:24', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '40000', 'price_discount' => (int) 32000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'ProductRank' => array( 'id' => '21240161', 'product_id' => '2010000459706', 'category_id' => '93', 'store_id' => '3', 'rank' => '99', 'created' => '2018-02-11 03:21:23', 'modified' => '2018-02-11 03:21:23' ), 'Category' => array( 'id' => '93', 'name' => 'Romantis', 'status' => 'active', 'parent' => '49', 'child_ids' => '93', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Romantis', 'weight' => '0' ) ), (int) 7 => array( 'ProductBoughtRelation' => array( 'id' => '1069531745', 'product_id_source' => '2010000380987', 'product_id' => '2010000938447', 'store_id' => '3', 'count' => '10', 'created' => '2022-03-15 04:00:15' ), 'SearchCache' => array( 'id' => '102284', 'product_id' => '2010000938447', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Hujan', 'subname' => '', 'edition' => '', 'date_release' => 'Januari 2016', 'date_calc' => '2016-01-25', 'date_available' => '2016-01-25', 'ean' => '2010000938447', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6020324788', 'code_x2' => '9786020324784', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '78000', 'price_max' => '0', 'price_dollar' => '78000', 'currency' => 'IDR', 'rating' => '4.94737', 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '57bcb945acb07002ae27920674d43469.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '135', 'dimension_y' => '200', 'dimension_z' => '0', 'weight' => '258', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => '“Jangan pernah jatuh cinta saat hujan. Karena ketika besok lusa kamu patah hati, setiap kali hujan turun, kamu akan terkenang dengan kejadian menyakitkan itu.” Novel buah karya Tere Liye ini memadukan cerita fantasi dan romance yang membuat pembacanya larut dalam kisah penuh imajinasi dunia era 2040an. Novel ini mengajarkan Tentang kehilangan dan penerimaan akan kehilangan itu sendiri, tentang persahabatan dan ketulusan dalam ikatan tersebut, tentang perpisahan dan jalan keluar ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2015-12-14 10:31:19', 'modified' => '2018-05-16 14:21:48', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '78000', 'price_discount' => (int) 62400, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '19' ), 'ProductRank' => array( 'id' => '21238019', 'product_id' => '2010000938447', 'category_id' => '88', 'store_id' => '3', 'rank' => '21', 'created' => '2018-02-11 03:21:17', 'modified' => '2018-02-11 03:21:17' ), 'Category' => array( 'id' => '88', 'name' => 'Drama', 'status' => 'active', 'parent' => '49', 'child_ids' => '88', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Drama', 'weight' => '0' ) ), (int) 8 => array( 'ProductBoughtRelation' => array( 'id' => '1069531744', 'product_id_source' => '2010000380987', 'product_id' => '2010000908327', 'store_id' => '3', 'count' => '12', 'created' => '2022-03-15 04:00:15' ), 'SearchCache' => array( 'id' => '93075', 'product_id' => '2010000908327', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Pulang', 'subname' => '', 'edition' => '', 'date_release' => 'September 2015', 'date_calc' => '2015-09-20', 'date_available' => '2015-09-20', 'ean' => '2010000908327', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6020822125', 'code_x2' => '9786020822129', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '69000', 'price_max' => '0', 'price_dollar' => '69000', 'currency' => 'IDR', 'rating' => '4.66667', 'reviewer' => '2', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '338', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => '“Aku tahu sekarang, lebih banyak luka di hati bapakku dibanding di tubuhku. Juga mamakku, lebih banyak tangis di hati Mamak dibanding di matanya.” Sebuah kisah tentang perjalanan pulang, melalui pertarungan demi pertarungan, untuk memeluk erat semua kebencian dan rasa sakit. “Selalu ada hal baru yang bisa direnungi dan dipahami dari novel-novel Tere Liye.” -Pulin Sri Lestari, Ibu Rumah Tangga “Saat ini kita cenderung tidak lagi peduli pada banyak hal, ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '', 'created' => '2015-09-07 14:07:56', 'modified' => '2018-04-18 17:08:15', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '69000', 'price_discount' => (int) 55200, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '12' ), 'ProductRank' => array( 'id' => '21238007', 'product_id' => '2010000908327', 'category_id' => '88', 'store_id' => '3', 'rank' => '9', 'created' => '2018-02-11 03:21:17', 'modified' => '2018-02-11 03:21:17' ), 'Category' => array( 'id' => '88', 'name' => 'Drama', 'status' => 'active', 'parent' => '49', 'child_ids' => '88', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Drama', 'weight' => '0' ) ), (int) 9 => array( 'ProductBoughtRelation' => array( 'id' => '1069531746', 'product_id_source' => '2010000380987', 'product_id' => '2010000901007', 'store_id' => '3', 'count' => '9', 'created' => '2022-03-15 04:00:15' ), 'SearchCache' => array( 'id' => '90273', 'product_id' => '2010000901007', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Moga Bunda Disayang Allah New Cover', 'subname' => '', 'edition' => '', 'date_release' => 'Agustus 2015', 'date_calc' => '2015-08-01', 'date_available' => '2015-08-00', 'ean' => '2010000901007', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '602899765X', 'code_x2' => '9786028997652', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '50000', 'price_max' => '0', 'price_dollar' => '50000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => 'a3e605da224a7f07fc9daa64cbe610e4.jpg', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '135', 'dimension_y' => '205', 'dimension_z' => '0', 'weight' => '260', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => ' "Gelap! Melati hanya melihat gelap. Hitam Kosong. Tak ada warna.... Senyap! Melati hanya mendengar senyap. Sepi. Sendiri. Tak ada nada...." "Buku ini akan membuat Anda lebih mencintai Allah dan hamba-hamba-Nya. Jangan menjadi orang yang merugi karena tidak mendapatkan "ilmu" dari buku ini." (Ratih Sang, Penulis buku "Kerudung Praktis") "Dengan gaya bahasa yang unik dan sarat makna, novel ini kembali mengingatkan kita pada kunci meraih ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => '2015-08-12 10:59:12', 'modified' => '2016-10-20 15:39:05', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '50000', 'price_discount' => (int) 40000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ) ), (int) 10 => array( 'ProductBoughtRelation' => array( 'id' => '1069531753', 'product_id_source' => '2010000380987', 'product_id' => '2010000786437', 'store_id' => '3', 'count' => '5', 'created' => '2022-03-15 04:00:15' ), 'SearchCache' => array( 'id' => '78714', 'product_id' => '2010000786437', 'product_id_old' => null, 'serie' => '', 'serie_id' => '0', 'name' => 'Bulan', 'subname' => '', 'edition' => '', 'date_release' => 'Maret 2015', 'date_calc' => '2015-03-09', 'date_available' => '2015-03-00', 'ean' => '9786020314112', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '204539048', 'code_x1' => '6020314111', 'code_x2' => '9786020314112', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '88000', 'price_max' => '0', 'price_dollar' => '88000', 'currency' => 'IDR', 'rating' => '5', 'reviewer' => '4', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => null, 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '135', 'dimension_y' => '200', 'dimension_z' => '0', 'weight' => '326', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Namanya Seli, usianya 15 tahun, kelas sepuluh. Dia sama seperti remaja yang lain. Menyukai hal yang sama, mendengarkan lagu-lagu yang sama, pergi ke gerai fast food, menonton serial drama, film, dan hal-hal yang disukai remaja. Tetapi ada sebuah rahasia kecil Seli yang tidak pernah diketahui siapa pun. Sesuatu yang dia simpan sendiri sejak kecil. Sesuatu yang menakjubkan dengan tangannya. Namanya Seli. Dan tangannya bisa mengeluarkan petir. ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2017-03-24 13:38:31', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '88000', 'price_discount' => (int) 70400, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '6' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ) ), (int) 11 => array( 'ProductBoughtRelation' => array( 'id' => '1069531743', 'product_id_source' => '2010000380987', 'product_id' => '2010000737514', 'store_id' => '3', 'count' => '15', 'created' => '2022-03-15 04:00:15' ), 'SearchCache' => array( 'id' => '73764', 'product_id' => '2010000737514', 'product_id_old' => '2010000276839', 'serie' => '', 'serie_id' => '0', 'name' => 'Rindu', 'subname' => '', 'edition' => '', 'date_release' => 'September 2014', 'date_calc' => '2014-09-19', 'date_available' => '2014-09-19', 'ean' => '2010000737514', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6028997900', 'code_x2' => '9786028997904', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '69000', 'price_max' => '0', 'price_dollar' => '69000', 'currency' => 'IDR', 'rating' => '4.6', 'reviewer' => '2', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '6e4339bee44d40b33f85024866e84bea.jpg', 'picture_old' => 'blank.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '200', 'dimension_y' => '135', 'dimension_z' => '0', 'weight' => '444', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Apalah arti memiliki? Ketika diri kami sendiri bukanlah milik kami. Apalah arti kehilangan? Ketika kami sebenarnya menemukan banyak saat kehilangan, dan sebaliknya, kehilangan banyak pula saat menemukan. Apalah arti cinta? Ketika kami menangis terluka atas perasaan yang seharusnya indah? Bagaimana mungkin, kami terduduk patah hati atas sesuatu yang seharusnya suci dan tidak menuntut apapun? Wahai, bukankah banyak kerinduan saat kami hendak melupakan? Dan ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '', 'created' => null, 'modified' => '2016-07-28 22:39:44', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '69000', 'price_discount' => (int) 55200, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '5' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ) ), (int) 12 => array( 'ProductBoughtRelation' => array( 'id' => '1069531749', 'product_id_source' => '2010000380987', 'product_id' => '2010000709757', 'store_id' => '3', 'count' => '6', 'created' => '2022-03-15 04:00:15' ), 'SearchCache' => array( 'id' => '70979', 'product_id' => '2010000709757', 'product_id_old' => '2010000248430', 'serie' => '', 'serie_id' => '0', 'name' => 'Sabtu Bersama Bapak', 'subname' => '', 'edition' => '', 'date_release' => 'Juni 2014', 'date_calc' => '2014-06-01', 'date_available' => '2014-06-00', 'ean' => '2010000709757', 'string_x1' => 'Adhitya Mulya', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => 'GA001822', 'code_x1' => '9797807215', 'code_x2' => '9789797807214', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'GagasMedia', 'brand_id' => '10', 'price_min' => '63000', 'price_max' => '0', 'price_dollar' => '63000', 'currency' => 'IDR', 'rating' => '4.89474', 'reviewer' => '9', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => 'b4b62b54af50ac9a4b865f6995a76ee0.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '190', 'dimension_y' => '130', 'dimension_z' => '0', 'weight' => '214', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => '"Hai, Satya! Hai, Cakra!" Sang Bapak melambaikan tangan. Ini Bapak. Iya, benar kok, ini Bapak. Bapak cuma pindah ke tempat lain. Gak sakit. Alhamdulillah, berkat doa Satya dan Cakra. *** Mungkin Bapak tidak dapat duduk dan bermain di samping kalian. Tapi, Bapak tetap ingin kalian tumbuh dengan Bapak di samping kalian. Ingin tetap dapat bercerita kepada kalian. Ingin tetap dapat mengajarkan kalian. Bapak sudah siapkan. Ketika punya pertanyaan, kalian tidak pernah perlu ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => '2010000960141', 'created' => null, 'modified' => '2017-08-19 09:38:22', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '63000', 'price_discount' => (int) 53550, 'discount_pct' => '15', 'availability' => array( [maximum depth reached] ), 'count' => '19' ), 'ProductRank' => array( 'id' => '21238053', 'product_id' => '2010000709757', 'category_id' => '88', 'store_id' => '3', 'rank' => '55', 'created' => '2018-02-11 03:21:17', 'modified' => '2018-02-11 03:21:17' ), 'Category' => array( 'id' => '88', 'name' => 'Drama', 'status' => 'active', 'parent' => '49', 'child_ids' => '88', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Drama', 'weight' => '0' ) ), (int) 13 => array( 'ProductBoughtRelation' => array( 'id' => '1069531762', 'product_id_source' => '2010000380987', 'product_id' => '2010000669556', 'store_id' => '3', 'count' => '3', 'created' => '2022-03-15 04:00:15' ), 'SearchCache' => array( 'id' => '66959', 'product_id' => '2010000669556', 'product_id_old' => '2010000207994', 'serie' => '', 'serie_id' => '0', 'name' => 'Pukat (Cover Baru)', 'subname' => 'Serial Anak-Anak Mamak', 'edition' => '', 'date_release' => 'Februari 2014', 'date_calc' => '2014-02-01', 'date_available' => '2014-02-00', 'ean' => '9789791102735', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '9791102732', 'code_x2' => '9789791102735', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '55000', 'price_max' => '0', 'price_dollar' => '55000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => '41051aafe0afd395fca2287250d33841.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '292', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => '"Jangan pernah membenci Mamak kau, jangan sekali-kali. Karena jika kau tahu sedikit saja apa yang telah ia lakukan demi kau, Amelia, Burlian dan Ayuk Eli, maka yang kau tahu itu sejatinya bahkan belum sepersepuluh dari pengorbanan, rasa cinta serta rasa sayangnya kepada kalian..." Meski dibesarkan dalam kesederhanaan, keterbatasan, berbaur dengan kepolosan dan kenakalan. Mamak selalu menanamkan arti kerja-keras, kejujuran, harga diri serta perangai tidak tercela. Dan di sini, kasih ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2017-07-19 23:35:21', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '55000', 'price_discount' => (int) 44000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ) ), (int) 14 => array( 'ProductBoughtRelation' => array( 'id' => '1069531758', 'product_id_source' => '2010000380987', 'product_id' => '2010000669549', 'store_id' => '3', 'count' => '4', 'created' => '2022-03-15 04:00:15' ), 'SearchCache' => array( 'id' => '66958', 'product_id' => '2010000669549', 'product_id_old' => '2010000207987', 'serie' => '', 'serie_id' => '0', 'name' => 'Hafalan Shalat Delisa (Cover Baru)', 'subname' => '', 'edition' => '', 'date_release' => 'Februari 2014', 'date_calc' => '2014-02-01', 'date_available' => '2014-02-00', 'ean' => '2010000669549', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '9793210605', 'code_x2' => '9789793210605', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '46000', 'price_max' => '0', 'price_dollar' => '46000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '65dffb430aa4d530c2263cb0def17f21.jpg', 'picture_old' => 'b58b606a526cff064bf4689b7c2790ca.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '234', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => '"Novel tentang bacaan shalat anak 6 tahun dengan latar belakang bencana tsunami ini sangat mengharukan. Nilai keikhlasan dengan halus di jalin pengarangnya ke dalam plot cerita dunia kanak-kanak ini. Saya membacanya dengan rasa sentimental, karena selepas tsunami saya pernah bolak-balik ke Lhok Nga itu" ..... (Taufiq Ismail, Penyair) "Buku yang indah ditulis dalam kesadaran ibadah. Buku ini mengajak kita mencintai kehidupan, juga kematian, mencintai anugerah juga musibah, dan ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2023-09-06 13:50:22', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '46000', 'price_discount' => (int) 36800, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'ProductRank' => array( 'id' => '21247919', 'product_id' => '2010000669549', 'category_id' => '400', 'store_id' => '3', 'rank' => '141', 'created' => '2018-02-11 03:21:45', 'modified' => '2018-02-11 03:21:45' ), 'Category' => array( 'id' => '400', 'name' => 'Novel', 'status' => 'active', 'parent' => '136', 'child_ids' => '400', 'parent_ids' => '1,149,136', 'parent_ids_space' => '1 149 136', 'cat_names' => ':: Buku :: Religius :: Islam :: Novel', 'weight' => '0' ) ), (int) 15 => array( 'ProductBoughtRelation' => array( 'id' => '1069531752', 'product_id_source' => '2010000380987', 'product_id' => '2010000641743', 'store_id' => '3', 'count' => '5', 'created' => '2022-03-15 04:00:15' ), 'SearchCache' => array( 'id' => '64178', 'product_id' => '2010000641743', 'product_id_old' => '2010000179970', 'serie' => '', 'serie_id' => '0', 'name' => 'Amelia', 'subname' => 'Serial Anak-Anak Mamak', 'edition' => '', 'date_release' => 'November 2013', 'date_calc' => '2013-11-01', 'date_available' => '2013-11-00', 'ean' => '9786028997737', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '6028997730', 'code_x2' => '9786028997737', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '60000', 'price_max' => '0', 'price_dollar' => '60000', 'currency' => 'IDR', 'rating' => '5', 'reviewer' => '1', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '59255d76fe4dc7cc5d84d07d84b262e8.jpg', 'picture_old' => '816838287a8c7b9f0efb82f631ec2f77.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '334', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Selamat datang di dunia Anak-anak Mamak. Dunia yang tidak pernah kalian bayangkan sebelumnya. Di mana rasa ingin tahu dan proses belajar menyatu dengan kepolosan, kenakalan, hingga isengnya dunia anak-anak. Siapa tidak tahu si sulung Eliana?! Di sekolah, di kampung, di Kota Kecamatan, bahkan Pejabat Kota Kabupaten, semua mengenal 'Eli si Pemberani'. Maka, jangan pernah coba-coba membuatnya marah. Anak Mamak nomor dua adalah 'Pukat si Jenius'. Kelak semua orang akan tahu ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => null, 'created' => null, 'modified' => '2018-03-10 16:08:20', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '60000', 'price_discount' => (int) 48000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '1' ), 'ProductRank' => array( 'id' => '21238026', 'product_id' => '2010000641743', 'category_id' => '88', 'store_id' => '3', 'rank' => '28', 'created' => '2018-02-11 03:21:17', 'modified' => '2018-02-11 03:21:17' ), 'Category' => array( 'id' => '88', 'name' => 'Drama', 'status' => 'active', 'parent' => '49', 'child_ids' => '88', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Drama', 'weight' => '0' ) ), (int) 16 => array( 'ProductBoughtRelation' => array( 'id' => '1069531754', 'product_id_source' => '2010000380987', 'product_id' => '2010000428672', 'store_id' => '3', 'count' => '5', 'created' => '2022-03-15 04:00:15' ), 'SearchCache' => array( 'id' => '42870', 'product_id' => '2010000428672', 'product_id_old' => '101209', 'serie' => '', 'serie_id' => '0', 'name' => 'Sunset Bersama Rossie', 'subname' => '', 'edition' => null, 'date_release' => 'November 2011', 'date_calc' => '2011-11-01', 'date_available' => '2011-11-00', 'ean' => '9786029888362', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '', 'code_x2' => '9786029888362', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '60000', 'price_max' => '0', 'price_dollar' => '60000', 'currency' => 'IDR', 'rating' => (int) 0, 'reviewer' => '0', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => 'f89975b26f197424648128aaedfd43b7.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '205', 'dimension_y' => '135', 'dimension_z' => '0', 'weight' => '358', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Sebenarnya, apakah perasaan itu? Keinginan? Rasa memiliki? Rasa sakit, gelisah, sesak, tidak bisa tidur, kerinduan, kebencian? Bukankah dengan berlalunya waktu semuanya seperti gelas kosong yang berdebu, begitu-begitu saja, tidak istimewa. Malah lucu serta gemas saat dikenang. Sebenarnya, apakah pengorbanan memiliki harga dan batasan? Atau priceless, tidak terbeli dengan uang, karena kita lakukan hanya untuk sesuatu yang amat special di waktu yang juga special? Atau boleh jadi gratis, karena ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => null, 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '60000', 'price_discount' => (int) 48000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => (int) 0 ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ) ), (int) 17 => array( 'ProductBoughtRelation' => array( 'id' => '1069531751', 'product_id_source' => '2010000380987', 'product_id' => '2010000345665', 'store_id' => '3', 'count' => '5', 'created' => '2022-03-15 04:00:15' ), 'SearchCache' => array( 'id' => '34569', 'product_id' => '2010000345665', 'product_id_old' => '69994', 'serie' => '', 'serie_id' => '0', 'name' => 'Daun yang Jatuh Tak Pernah Membenci Angin', 'subname' => '', 'edition' => '', 'date_release' => 'Maret 2010', 'date_calc' => '2010-03-06', 'date_available' => '2010-03-06', 'ean' => '9789792257809', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '200246544', 'code_x1' => '', 'code_x2' => '9789792257809', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '53000', 'price_max' => '0', 'price_dollar' => '53000', 'currency' => 'IDR', 'rating' => '3.75', 'reviewer' => '5', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => 'dauntangjatuhmembenciangin030610.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '135', 'dimension_y' => '200', 'dimension_z' => '0', 'weight' => '214', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Dia bagai malaikat bagi keluarga kami. Merengkuh aku, adikku, dan Ibu dari kehidupan jalanan yang miskin dan nestapa. Memberikan makan, tempat berteduh, sekolah, dan janji masa depan yang lebih baik.Dia sungguh bagai malaikat bagi keluarga kami. Memberikan kasih sayang, perhatian, dan teladan tanpa mengharap budi sekali pun. Dan lihatlah, aku membalas itu semua dengan membiarkan mekar perasaan ini.Ibu benar, tak layak aku mencintai malaikat keluarga kami. Tak pantas. Maafkan aku, Ibu. Perasaan ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => '', 'created' => null, 'modified' => '2016-08-03 22:39:58', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '53000', 'price_discount' => (int) 42400, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '8' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ) ), (int) 18 => array( 'ProductBoughtRelation' => array( 'id' => '1069531755', 'product_id_source' => '2010000380987', 'product_id' => '2010000244937', 'store_id' => '3', 'count' => '5', 'created' => '2022-03-15 04:00:15' ), 'SearchCache' => array( 'id' => '24496', 'product_id' => '2010000244937', 'product_id_old' => '56937', 'serie' => '', 'serie_id' => '0', 'name' => 'Bidadari Bidadari Surga', 'subname' => 'Cinta di Lembah Lahambay', 'edition' => null, 'date_release' => 'Februari 2009', 'date_calc' => '2009-02-01', 'date_available' => '2009-02-00', 'ean' => '9789791102261', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '9791102260', 'code_x2' => '9789791102261', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '47500', 'price_max' => '0', 'price_dollar' => '47500', 'currency' => 'IDR', 'rating' => '4.8', 'reviewer' => '5', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => 'bidadarisurga.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '306', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Kepedihan, penderitaan, suka cita, canda tawa, cinta dan pengorbanan, tumpah ruah di pondok bambu lembah lahambay rumah keluarga mamak Lainuri dan Laisa. Pengorbanan tulus tiada tara seorang Laisa. Setelah bapaknya meninggal dicabik-cabik harimau gunung Klendeng, mamak Lainuri lantas berjuang demi kelangsungan hidup anak-anaknya. Laisa memutuskan berhenti sekolah dan berjanji dalam hatinya untuk memperjuangkan pendidikan adik-adiknya hingga mereka sukses. Dalimunte, Profesor muda yang ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'no', 'redirect_ean' => null, 'created' => null, 'modified' => '2018-03-10 16:08:19', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '47500', 'price_discount' => (int) 38000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '5' ), 'ProductRank' => array( 'id' => '21238030', 'product_id' => '2010000244937', 'category_id' => '88', 'store_id' => '3', 'rank' => '32', 'created' => '2018-02-11 03:21:17', 'modified' => '2018-02-11 03:21:17' ), 'Category' => array( 'id' => '88', 'name' => 'Drama', 'status' => 'active', 'parent' => '49', 'child_ids' => '88', 'parent_ids' => '1,49', 'parent_ids_space' => '1 49', 'cat_names' => ':: Buku :: Fiksi :: Drama', 'weight' => '0' ) ), (int) 19 => array( 'ProductBoughtRelation' => array( 'id' => '1069531757', 'product_id_source' => '2010000380987', 'product_id' => '2010000285657', 'store_id' => '3', 'count' => '4', 'created' => '2022-03-15 04:00:15' ), 'SearchCache' => array( 'id' => '28568', 'product_id' => '2010000285657', 'product_id_old' => '61791', 'serie' => '', 'serie_id' => '0', 'name' => 'Rembulan Tenggelam di Wajahmu', 'subname' => '', 'edition' => null, 'date_release' => 'Maret 2007', 'date_calc' => '2007-03-01', 'date_available' => '2007-03-00', 'ean' => '9789791102469', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '', 'code_x1' => '', 'code_x2' => '9789791102469', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Republika', 'brand_id' => '137', 'price_min' => '60000', 'price_max' => '0', 'price_dollar' => '60000', 'currency' => 'IDR', 'rating' => '5', 'reviewer' => '2', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '87ee6c2da91beab2735c5d738f265965.jpg', 'picture_old' => 'rembulantenggelamdiwajahmu.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '0', 'dimension_y' => '0', 'dimension_z' => '0', 'weight' => '352', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Satu lagi novel Tere Liye yang membuat aku menemukan sesuatu" (Novel Tere Liye yang pertama kubaca adalah "Hafalan Sholat Delisa". Semoga di lain wktu bisa kutulis review-nya ). Novel ini dikemas dalam alur perjalanan menuju kematian yang sarat misteri. Meskipun misteri ini terkadang membuat dahi berkerut (karena menurutku penulis sangat berani menghadirkan "tokoh malaikat" plus setting cerita di luar alam nyata), tapi makna yang terkandung dalam novel ini benar-benar dalam. Penulis ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => null, 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no', 'highlight' => '', 'price' => '60000', 'price_discount' => (int) 48000, 'discount_pct' => '20', 'availability' => array( [maximum depth reached] ), 'count' => '2' ), 'ProductRank' => array( 'id' => null, 'product_id' => null, 'category_id' => null, 'store_id' => null, 'rank' => null, 'created' => null, 'modified' => null ), 'Category' => array( 'id' => null, 'name' => null, 'status' => null, 'parent' => null, 'child_ids' => null, 'parent_ids' => null, 'parent_ids_space' => null, 'cat_names' => null, 'weight' => null ) ) ) $availability = array( 'text' => 'Stock tidak tersedia', 'color' => 'product_status_red', 'qty' => '0' ) $promo_combined = array() $result = array( 'ProductBook' => array( 'id' => '2010000380987', 'EAN' => '9789792269055', 'code' => '200467849', 'name' => 'Ayahku (Bukan) Pembohong', 'subname' => '', 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'brand_discount_id' => null, 'dimension_x' => '135', 'dimension_y' => '200', 'dimension_z' => '0', 'shipping_weight' => '298', 'weight_flag' => 'scaled', 'price' => '65000', 'price_dollar' => '65000', 'currency' => 'IDR', 'description' => '<p>Kapan terakhir kali kita memeluk ayah kita? Menatap wajahnya, lantas bilang kita sungguh sayang padanya? Kapan terakhir kali kita bercakap ringan, tertawa gelak, bercengkerama, lantas menyentuh lembut tangannya, bilang kita sungguh bangga padanya? Inilah kisah tentang seorang anak yang dibesarkan dengan dongeng-dongeng kesederhanaan hidup. Kesederhanaan yang justru membuat ia membenci ayahnya sendiri. Inilah kisah tentang hakikat kebahagiaan sejati. Jika kalian tidak menemukan rumus itu di novel ini, tidak ada lagi cara terbaik untuk menjelaskannya. Mulailah membaca novel ini dengan hati lapang, dan saat tiba di halaman terakhir, berlarilah secepat mungkin menemui ayah kita, sebelum semuanya terlambat, dan kita tidak pernah sempat mengatakannya. Tere-Liye adalah pengarang beberapa novel dengan rating tinggi di website para pencinta buku www.goodreads.com. Tere-Liye banyak menghabiskan waktu untuk melakukan perjalanan, mencoba memahami banyak hal dengan melihat banyak tempat. Selamat membaca novel kecil ini. Setamat membaca buku ini, satu hal yang pasti nyata: saya menangguk banyak kearifan di kedalaman cerita. --A. Fuadi, Penulis Trilogi Negeri 5 Menara Sungguh Tere-Liye berhasil menggugah saya sebagai pembaca sekaligus seorang anak dari seorang ayah yang sangat saya banggakan. A must read. --Amang Suramang, Penggerak di Goodreads Indonesia Isinya tak hanya menggugah dan membuat haru, tapi membuat kita merasa perlu meneguhkan kembali keyakinan dan kecintaan pada keluarga. Salut atas novel ini! --Arwin Rasyid, Presiden Direktur Bank CIMB-Niaga Novel ini dapat menjadi langkah awal untuk menata ulang konsep budi pekerti di negeri ini. --Muliaman D. Hadad, Deputi Gubernur Bank Indonesia</p> ', 'eol' => 'no', 'product_group_id' => null, 'department_id' => '0', 'review_rating' => '4.5', 'review_count' => '2', 'review_count_1' => '0', 'review_count_2' => '0', 'review_count_3' => '0', 'review_count_4' => '1', 'review_count_5' => '1', 'sold' => '0', 'status' => 'active', 'isbn' => '', 'isbn13' => '9789792269055', 'date_release' => '4 Juli 2011', 'date_available' => '2011-07-04', 'serie_id' => '0', 'serie' => '', 'edition' => '', 'pages' => '304', 'tax' => 'include', 'status_available' => 'normal', 'redirect_ean' => null, 'data_source' => null, 'data_source_id' => null, 'data_source_updated' => null, 'created' => null, 'modified' => null, 'price_discount' => (int) 52000, 'discount_percent' => '20', 'dimension' => '135 mm x 200 mm' ), 'Brand' => array( 'id' => '5', 'name' => 'Gramedia Pustaka Utama', 'name_web' => 'Gramedia Pustaka Utama', 'website' => '', 'phone' => '', 'fax' => '', 'email' => '', 'facebook' => '', 'twitter' => '', 'cash_status' => null, 'cash_value' => null, 'credit_status' => null, 'credit_value' => null, 'consign_status' => null, 'consign_value' => null, 'status' => 'active', 'created' => '2014-02-25 17:08:44', 'modified' => '2014-02-25 17:08:47', 'department_id' => '1' ), 'SearchCache' => array( 'id' => '38101', 'product_id' => '2010000380987', 'product_id_old' => '80895', 'serie' => '', 'serie_id' => '0', 'name' => 'Ayahku (Bukan) Pembohong', 'subname' => '', 'edition' => '', 'date_release' => '2011-07-04', 'date_calc' => '2011-07-04', 'date_available' => '2011-07-04', 'ean' => '9789792269055', 'string_x1' => 'Tere Liye', 'string_x2' => 'Soft Cover', 'string_x3' => null, 'code' => '200467849', 'code_x1' => '', 'code_x2' => '9789792269055', 'code_x3' => null, 'code_x4' => null, 'code_x5' => null, 'brand' => 'Gramedia Pustaka Utama', 'brand_id' => '5', 'price_min' => '65000', 'price_max' => '0', 'price_dollar' => '65000', 'currency' => 'IDR', 'rating' => '4.5', 'reviewer' => '2', 'department' => 'Books', 'department_code' => 'book', 'department_id' => '1', 'picture' => '', 'picture_old' => 'ayahku07042011.jpg', 'product_group_id' => '0', 'parent_group_id' => null, 'dimension_x' => '135', 'dimension_y' => '200', 'dimension_z' => '0', 'weight' => '298', 'qty' => '0', 'qty_supplier' => '0', 'sold' => '0', 'safety_stock' => '0', 'status' => 'eol', 'tax' => 'include', 'description_small' => 'Kapan terakhir kali kita memeluk ayah kita? Menatap wajahnya, lantas bilang kita sungguh sayang padanya? Kapan terakhir kali kita bercakap ringan, tertawa gelak, bercengkerama, lantas menyentuh lembut tangannya, bilang kita sungguh bangga padanya? Inilah kisah tentang seorang anak yang dibesarkan dengan dongeng-dongeng kesederhanaan hidup. Kesederhanaan yang justru membuat ia membenci ayahnya sendiri. Inilah kisah tentang hakikat kebahagiaan sejati. Jika kalian tidak menemukan rumus itu di ', 'preorder' => 'no', 'status_available' => 'normal', 'input_reset_status' => 'yes', 'redirect_ean' => null, 'created' => null, 'modified' => '2016-08-25 22:39:12', 'data_fetch' => 'no', 'data_fetch_date' => null, 'data_compare_ignore' => 'no' ), 'ProductCategory' => array( (int) 0 => array( 'id' => '91780', 'product_id' => '2010000380987', 'category_id' => '85', 'category_text' => ':: Buku :: Fiksi :: Anak-Anak', 'category_ids' => '1,49,85', 'created' => '2017-04-18 10:58:18', 'modified' => '2017-04-18 10:58:18' ), (int) 1 => array( 'id' => '91781', 'product_id' => '2010000380987', 'category_id' => '88', 'category_text' => ':: Buku :: Fiksi :: Drama', 'category_ids' => '1,49,88', 'created' => '2017-04-18 10:58:18', 'modified' => '2017-04-18 10:58:18' ) ), 'ProductImage' => array(), 'Detail' => array( 'language' => array( (int) 132 => 'Indonesia' ), 'format' => array( (int) 100 => 'Soft Cover' ), 'author' => array( (int) 45622 => 'Tere Liye' ) ) ) $rating = array( 'id' => '20133', 'store_id' => '3', 'product_id' => '2010000380987', 'rating' => '4.5', 'count' => '2', 'count1' => '0', 'count2' => '0', 'count3' => '0', 'count4' => '1', 'count5' => '1' ) $reviews = array( (int) 0 => array( 'ProductReview' => array( 'id' => '4162', 'product_id' => '2010000380987', 'rating' => '4', 'member_id' => '78513', 'member_name' => 'fauzi ', 'store_id' => '3', 'store_name' => 'Bukabuku.com', 'title' => '', 'content' => 'Bravo untuk cerita yang dikemas baik oleh bang Tere ini. Banyak pelajaran dan hikmah-hikmah yang apik untuk bekal mendidik anak-anak.', 'created' => '2013-10-21 13:15:11', 'review_id_old' => '4741', 'modified' => '2013-10-21 13:15:11', 'approved' => 'yes', 'approve_date' => null, 'approve_user_id' => null ), (int) 0 => array( 'product_status' => null, 'feedback_positive' => '0', 'feedback_negative' => '0' ) ), (int) 1 => array( 'ProductReview' => array( 'id' => '2587', 'product_id' => '2010000380987', 'rating' => '5', 'member_id' => '117052', 'member_name' => 'Siti Annisah', 'store_id' => '3', 'store_name' => 'Bukabuku.com', 'title' => '', 'content' => 'Gak bisa kaih kata-kata. Novelnya kereeeen beud', 'created' => '2011-12-18 18:26:53', 'review_id_old' => '2965', 'modified' => '2011-12-18 18:26:53', 'approved' => 'yes', 'approve_date' => null, 'approve_user_id' => null ), (int) 0 => array( 'product_status' => null, 'feedback_positive' => '0', 'feedback_negative' => '0' ) ) ) $first_image = array() $promo = array() $unavailable = false $meta = array( 'description' => 'Ayahku (Bukan) Pembohong - Oleh: Tere Liye - Kapan terakhir kali kita memeluk ayah kita? Menatap wajahnya, lantas bilang kita sungguh sayang padanya? Kapan terakhir kali kita bercakap ringan, tertawa gelak, bercengkerama, lantas menyentuh lembut tangannya, bilang kita sungguh bangga padanya? Inilah kisah tentang seorang anak yang dibesarkan dengan dongeng-dongeng kesederhanaan hidup. Kesederhanaan yang justru membuat ia membenci ayahnya sendiri. Inilah kisah tentang hakikat kebahagiaan sejati. Jika kalian tidak menemukan rumus itu di novel ini, tidak ada lagi cara terbaik untuk menjelaskannya. Mulailah membaca novel ini dengan hati lapang, dan saat tiba di halaman terakhir, berlarilah secepat mungkin menemui ayah kita, sebelum semuanya terlambat, dan kita tidak pernah sempat mengatakannya. Tere-Liye adalah pengarang beberapa novel dengan rating tinggi di website para pencinta buku www.goodreads.com. Tere-Liye banyak menghabiskan waktu untuk melakukan perjalanan, mencoba memahami banyak hal dengan melihat banyak tempat. Selamat membaca novel kecil ini. Setamat membaca buku ini, satu hal yang pasti nyata: saya menangguk banyak kearifan di kedalaman cerita. --A. Fuadi, Penulis Trilogi Negeri 5 Menara Sungguh Tere-Liye berhasil menggugah saya sebagai pembaca sekaligus seorang anak dari seorang ayah yang sangat saya banggakan. A must read. --Amang Suramang, Penggerak di Goodreads Indonesia Isinya tak hanya menggugah dan membuat haru, tapi membuat kita merasa perlu meneguhkan kembali keyakinan dan kecintaan pada keluarga. Salut atas novel ini! --Arwin Rasyid, Presiden Direktur Bank CIMB-Niaga Novel ini dapat menjadi langkah awal untuk menata ulang konsep budi pekerti di negeri ini. --Muliaman D. Hadad, Deputi Gubernur Bank Indonesia ', 'og:title' => 'Ayahku (Bukan) Pembohong - Oleh: Tere Liye', 'og:type' => 'book', 'og:url' => 'https://www.bukabuku.com/browses/product/9789792269055/ayahku-(bukan)-pembohong.html', 'og:description' => 'Kapan terakhir kali kita memeluk ayah kita? Menatap wajahnya, lantas bilang kita sungguh sayang padanya? Kapan terakhir kali kita bercakap ringan, tertawa gelak, bercengkerama, lantas menyentuh lembut tangannya, bilang kita sungguh bangga padanya? Inilah kisah tentang seorang anak yang dibesarkan dengan dongeng-dongeng kesederhanaan hidup. Kesederhanaan yang justru membuat ia membenci ayahnya sendiri. Inilah kisah tentang hakikat kebahagiaan sejati. Jika kalian tidak menemukan rumus itu di novel ini, tidak ada lagi cara terbaik untuk menjelaskannya. Mulailah membaca novel ini dengan hati lapang, dan saat tiba di halaman terakhir, berlarilah secepat mungkin menemui ayah kita, sebelum semuanya terlambat, dan kita tidak pernah sempat mengatakannya. Tere-Liye adalah pengarang beberapa novel dengan rating tinggi di website para pencinta buku www.goodreads.com. Tere-Liye banyak menghabiskan waktu untuk melakukan perjalanan, mencoba memahami banyak hal dengan melihat banyak tempat. Selamat membaca novel kecil ini. Setamat membaca buku ini, satu hal yang pasti nyata: saya menangguk banyak kearifan di kedalaman cerita. --A. Fuadi, Penulis Trilogi Negeri 5 Menara Sungguh Tere-Liye berhasil menggugah saya sebagai pembaca sekaligus seorang anak dari seorang ayah yang sangat saya banggakan. A must read. --Amang Suramang, Penggerak di Goodreads Indonesia Isinya tak hanya menggugah dan membuat haru, tapi membuat kita merasa perlu meneguhkan kembali keyakinan dan kecintaan pada keluarga. Salut atas novel ini! --Arwin Rasyid, Presiden Direktur Bank CIMB-Niaga Novel ini dapat menjadi langkah awal untuk menata ulang konsep budi pekerti di negeri ini. --Muliaman D. Hadad, Deputi Gubernur Bank Indonesia ', 'twitter:title' => 'Ayahku (Bukan) Pembohong - Oleh: Tere Liye', 'twitter:description' => 'Kapan terakhir kali kita memeluk ayah kita? Menatap wajahnya, lantas bilang kita sungguh sayang padanya? Kapan terakhir kali kita bercakap ringan, tertawa gelak, bercengkerama, lantas menyentuh lembut tangannya, bilang kita sungguh bangga padanya? Inilah kisah tentang seorang anak yang dibesarkan dengan dongeng-dongeng kesederhanaan hidup. Kesederhanaan yang justru membuat ia membenci ayahnya sendiri. Inilah kisah tentang hakikat kebahagiaan sejati. Jika kalian tidak menemukan rumus itu di novel ini, tidak ada lagi cara terbaik untuk menjelaskannya. Mulailah membaca novel ini dengan hati lapang, dan saat tiba di halaman terakhir, berlarilah secepat mungkin menemui ayah kita, sebelum semuanya terlambat, dan kita tidak pernah sempat mengatakannya. Tere-Liye adalah pengarang beberapa novel dengan rating tinggi di website para pencinta buku www.goodreads.com. Tere-Liye banyak menghabiskan waktu untuk melakukan perjalanan, mencoba memahami banyak hal dengan melihat banyak tempat. Selamat membaca novel kecil ini. Setamat membaca buku ini, satu hal yang pasti nyata: saya menangguk banyak kearifan di kedalaman cerita. --A. Fuadi, Penulis Trilogi Negeri 5 Menara Sungguh Tere-Liye berhasil menggugah saya sebagai pembaca sekaligus seorang anak dari seorang ayah yang sangat saya banggakan. A must read. --Amang Suramang, Penggerak di Goodreads Indonesia Isinya tak hanya menggugah dan membuat haru, tapi membuat kita merasa perlu meneguhkan kembali keyakinan dan kecintaan pada keluarga. Salut atas novel ini! --Arwin Rasyid, Presiden Direktur Bank CIMB-Niaga Novel ini dapat menjadi langkah awal untuk menata ulang konsep budi pekerti di negeri ini. --Muliaman D. Hadad, Deputi Gubernur Bank Indonesia ' ) $title_for_layout = 'Ayahku (Bukan) Pembohong - BukaBuku.com - Toko Buku Online' $url = 'browses/product/9789792269055/ayahku-(bukan)-pembohong.html' $no_discount = array( (int) 0 => (int) 2010001193678, (int) 1 => (int) 2010001181750, (int) 2 => (int) 2010001181767, (int) 3 => (int) 2010001181736, (int) 4 => (int) 2010001181743, (int) 5 => (int) 2010001166962, (int) 6 => (int) 2010001140221, (int) 7 => (int) 2010001139553, (int) 8 => (int) 2010001138846, (int) 9 => (int) 2010001137580, (int) 10 => (int) 2010001135500, (int) 11 => (int) 2010001135135, (int) 12 => (int) 2010001073796, (int) 13 => (int) 2010001081821, (int) 14 => (int) 2010001084686, (int) 15 => (int) 2010001106319, (int) 16 => (int) 2010001120469, (int) 17 => (int) 2010001121046, (int) 18 => (int) 2010001123521, (int) 19 => (int) 2010001124139, (int) 20 => (int) 2010001126324, (int) 21 => (int) 2010001127574, (int) 22 => (int) 2010001130055, (int) 23 => (int) 2010001132219, (int) 24 => (int) 2010001133490, (int) 25 => (int) 2010001157434, (int) 26 => (int) 2010001198611, (int) 27 => (int) 2010001207054 ) $add_to_cart = 'disabled' $price_display = 'disabled'include - APP/View/Browses/product_book.ctp, line 60 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 BrowsesController::product() - APP/Controller/BrowsesController.php, line 2268 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110
| Ketersediaan | : | Stock tidak tersedia |
| Format | : | Soft Cover |
| ISBN13 | : | 9789792269055 |
| Tanggal Terbit | : | 4 Juli 2011 |
| Bahasa | : | Indonesia |
| Penerbit | : | Gramedia Pustaka Utama |
| Halaman | : | 304 |
| Dimensi | : | 135 mm x 200 mm |
Kapan terakhir kali kita memeluk ayah kita? Menatap wajahnya, lantas bilang kita sungguh sayang padanya? Kapan terakhir kali kita bercakap ringan, tertawa gelak, bercengkerama, lantas menyentuh lembut tangannya, bilang kita sungguh bangga padanya? Inilah kisah tentang seorang anak yang dibesarkan dengan dongeng-dongeng kesederhanaan hidup. Kesederhanaan yang justru membuat ia membenci ayahnya sendiri. Inilah kisah tentang hakikat kebahagiaan sejati. Jika kalian tidak menemukan rumus itu di novel ini, tidak ada lagi cara terbaik untuk menjelaskannya. Mulailah membaca novel ini dengan hati lapang, dan saat tiba di halaman terakhir, berlarilah secepat mungkin menemui ayah kita, sebelum semuanya terlambat, dan kita tidak pernah sempat mengatakannya. Tere-Liye adalah pengarang beberapa novel dengan rating tinggi di website para pencinta buku www.goodreads.com. Tere-Liye banyak menghabiskan waktu untuk melakukan perjalanan, mencoba memahami banyak hal dengan melihat banyak tempat. Selamat membaca novel kecil ini. Setamat membaca buku ini, satu hal yang pasti nyata: saya menangguk banyak kearifan di kedalaman cerita. --A. Fuadi, Penulis Trilogi Negeri 5 Menara Sungguh Tere-Liye berhasil menggugah saya sebagai pembaca sekaligus seorang anak dari seorang ayah yang sangat saya banggakan. A must read. --Amang Suramang, Penggerak di Goodreads Indonesia Isinya tak hanya menggugah dan membuat haru, tapi membuat kita merasa perlu meneguhkan kembali keyakinan dan kecintaan pada keluarga. Salut atas novel ini! --Arwin Rasyid, Presiden Direktur Bank CIMB-Niaga Novel ini dapat menjadi langkah awal untuk menata ulang konsep budi pekerti di negeri ini. --Muliaman D. Hadad, Deputi Gubernur Bank Indonesia
|
Darwis atau yang lebih dikenal dengan “Tere Liye” lahir dan tumbuh dewasa di pedalaman Sumatera. Ia lahir pada tanggal 21 mei 1979. Tere Liye menikah dengan Ny.Riski Amelia dan di karunia seorang putra bernama Abdullah Pasai.
Seperti di sebutkan di atas, Tere Liye tumbuh di Sumatera Pedalaman. Ia berasal dari keluarga sederhana yang orang tuanya berprofesi sebagai petani biasa. Anak ke enam dari tujuh bersaudara ini sampai saat ini telah menghasilkan 14 karya. Bahkan beberapa di antaranya telah di angkat ke layar lebar. Berdasarkan email yang di jadikan sarana komunikasi dengan para penggemarnya yaitu darwisdarwis@yahoo.com. Tere Liye meyelesaikan masa pendidikan dasar sampai SMP di SDN2 dan SMN 2 Kikim Timur, Sumatera Selatan. Kemudian melanjutkan ke SMUN 9 bandar lampung. Setelah selesai di Bandar lampung, ia meneruskan ke Universitas Indonesia dengan mengambil fakultas Ekonomi. Dari karya-karyanya Tere Liye ingin membagi pemahaman bahwa sebetulnya hidup ini tidaklah rumit seperti yang sering terpikir oleh kabanyakan orang. Hidup adalah anugerah yang Kuasa dan karena anugerah berarti harus di syukuri. |
50%
50%
-
-
-


