Notice (8): Undefined index: name_fr [APP/views/helpers/linker.php, line 223]
Code |
Context$item = array(
"Company" => array(
"id" => "316860",
"name" => "DHL Lebanon",
"slug" => "DHL",
"description" => "Country Office
Beirut International Airport
P.O. Box 166-439
Beirut, Lebanon
Tel: +961-1-629700
Fax: +961-1-629701
Office Hours
Mon-Sun 00:00-23:59
Holidays 00:00-23:59
Beirut Central District Service Point
Lazaristes Building, Ground Floor,
Beirut Central District
933 Emir Bachir Street
P.O. Box 166-439
Beirut, Lebanon
Tel: +961-1-983397
Fax: +961-1-972982
Office Hours
Mon-Fri 08:00-22:00
Sat 08:00-18:00
Sun Closed
Holidays Closed
Jal El Dib Service Point
ZARED BLDG - GROUND FLOOR
JAL EL DIB HIGHWAY
Beirut, Lebanon
Tel: +961-4-726000
Fax: +961-4-726001
Office Hours
Mon-Sun 00:00-23:59
Holidays 00:00-23:59
Abraj Service Point
Abraj Center, Ground Floor,
Furn el cheback, Damascus Road
Beirut, Lebanon
Tel: +961-1-293901
Fax: +961-1-293904",
"group" => "0",
"address" => "Lazaristes Building, Ground Floor, Beirut Central District 933 Emir Bachir Street ",
"telephone" => "+961 1 629700",
"fax" => "",
"mobphone" => "+961 1 983397",
"products_count" => "0",
"photos_count" => "2",
"jobs_count" => null,
"website" => "http://www.dhl.com.lb",
"email" => "beyalert@dhl.com",
"reviews_count" => "4",
"reviews_rate" => "5.0",
"priority" => "242111921",
"latitude" => "33.8947934",
"longitude" => "35.5056057",
"date" => "2011-11-24 09:54:39",
"user_id" => "0",
"update_date" => "2021-02-17 20:10:11",
"logo" => "f/_1613585378-76-dhl-lebanon.jpg",
"props_count" => null
),
"City" => array(
"id" => "505",
"name" => "Beirut",
"slug" => "Beirut"
)
)
public function location_l_href($item) {
return $this->Html->link($item['City']['name'.$this->ln], $this->location($item), array('title' => __('business_in_location', true).$item['City']['name'.$this->ln], 'class' => 'city'.$item['City']['id'].' b'));
LinkerHelper::location_l_href() - APP/views/helpers/linker.php, line 223
include - APP/views/companies/blocks/company_item.ctp, line 14
View::_render() - CORE/cake/libs/view/view.php, line 665
View::element() - CORE/cake/libs/view/view.php, line 342
include - APP/views/listings/item.ctp, line 248
View::_render() - CORE/cake/libs/view/view.php, line 665
View::render() - CORE/cake/libs/view/view.php, line 375
Controller::render() - CORE/cake/libs/controller/controller.php, line 805
ListingsController::companies_item() - APP/controllers/listings_controller.php, line 218
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
[main] - APP/webroot/index.php, line 87
Notice (8): Undefined index: slug_fr [APP/views/helpers/linker.php, line 214]
Code |
Context$item = array(
"Company" => array(
"id" => "316860",
"name" => "DHL Lebanon",
"slug" => "DHL",
"description" => "Country Office
Beirut International Airport
P.O. Box 166-439
Beirut, Lebanon
Tel: +961-1-629700
Fax: +961-1-629701
Office Hours
Mon-Sun 00:00-23:59
Holidays 00:00-23:59
Beirut Central District Service Point
Lazaristes Building, Ground Floor,
Beirut Central District
933 Emir Bachir Street
P.O. Box 166-439
Beirut, Lebanon
Tel: +961-1-983397
Fax: +961-1-972982
Office Hours
Mon-Fri 08:00-22:00
Sat 08:00-18:00
Sun Closed
Holidays Closed
Jal El Dib Service Point
ZARED BLDG - GROUND FLOOR
JAL EL DIB HIGHWAY
Beirut, Lebanon
Tel: +961-4-726000
Fax: +961-4-726001
Office Hours
Mon-Sun 00:00-23:59
Holidays 00:00-23:59
Abraj Service Point
Abraj Center, Ground Floor,
Furn el cheback, Damascus Road
Beirut, Lebanon
Tel: +961-1-293901
Fax: +961-1-293904",
"group" => "0",
"address" => "Lazaristes Building, Ground Floor, Beirut Central District 933 Emir Bachir Street ",
"telephone" => "+961 1 629700",
"fax" => "",
"mobphone" => "+961 1 983397",
"products_count" => "0",
"photos_count" => "2",
"jobs_count" => null,
"website" => "http://www.dhl.com.lb",
"email" => "beyalert@dhl.com",
"reviews_count" => "4",
"reviews_rate" => "5.0",
"priority" => "242111921",
"latitude" => "33.8947934",
"longitude" => "35.5056057",
"date" => "2011-11-24 09:54:39",
"user_id" => "0",
"update_date" => "2021-02-17 20:10:11",
"logo" => "f/_1613585378-76-dhl-lebanon.jpg",
"props_count" => null
),
"City" => array(
"id" => "505",
"name" => "Beirut",
"slug" => "Beirut"
)
)
public function location(&$item) {
return $this->params['_url'].__d('links', 'city', true).'/'.$item['City']['slug'.$this->ln];
LinkerHelper::location() - APP/views/helpers/linker.php, line 214
LinkerHelper::location_l_href() - APP/views/helpers/linker.php, line 223
include - APP/views/companies/blocks/company_item.ctp, line 14
View::_render() - CORE/cake/libs/view/view.php, line 665
View::element() - CORE/cake/libs/view/view.php, line 342
include - APP/views/listings/item.ctp, line 248
View::_render() - CORE/cake/libs/view/view.php, line 665
View::render() - CORE/cake/libs/view/view.php, line 375
Controller::render() - CORE/cake/libs/controller/controller.php, line 805
ListingsController::companies_item() - APP/controllers/listings_controller.php, line 218
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
[main] - APP/webroot/index.php, line 87
Lazaristes Building, Ground Floor, Beirut Central District 933 Emir Bachir Street ,