Warning (2) : array_key_exists() expects parameter 2 to be array, boolean given [APP/models/allproperty.php , line 788 ]
Code |
Context $queryData = array(
"conditions" => array(
"6 MEMBER OF(Allproperty.features->"$.proptypes")"
),
"fields" => "COUNT(*) AS `count`",
"joins" => array(),
"limit" => null,
"offset" => null,
"order" => array(
false
),
"page" => 1,
"group" => null,
"callbacks" => true
) array_key_exists - [internal], line ??
Allproperty::beforeFind() - APP/models/allproperty.php, line 788
Model::find() - CORE/cake/libs/model/model.php, line 2029
Allproperty::paginateCount() - APP/models/allproperty.php, line 544
Controller::paginate() - CORE/cake/libs/controller/controller.php, line 1085
AllpropertiesController::type() - APP/controllers/allproperties_controller.php, line 5933
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 88
Notice (8) : Undefined index: Allproperty [APP/models/allproperty.php , line 351 ]
Code |
Context $results = array(
array(
array()
)
)
$j = 0
$cleanresult = array(
array(
"count" => "99"
)
) //Sanatize shit
foreach ($results as $cleanresult) {
if ($results[$j]['Allproperty']['properpubtown']) {
Allproperty::afterFind() - APP/models/allproperty.php, line 351
Model::__filterResults() - CORE/cake/libs/model/model.php, line 2286
Model::find() - CORE/cake/libs/model/model.php, line 2045
Allproperty::paginateCount() - APP/models/allproperty.php, line 544
Controller::paginate() - CORE/cake/libs/controller/controller.php, line 1085
AllpropertiesController::type() - APP/controllers/allproperties_controller.php, line 5933
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 88
Notice (8) : Undefined index: Allproperty [APP/models/allproperty.php , line 456 ]
Code |
Context $results = array(
array(
array()
)
)
$j = 0
$cleanresult = array(
array(
"count" => "99"
)
) }
if($results[$j]['Allproperty']['prevprice'] < $results[$j]['Allproperty']['price']){
Allproperty::afterFind() - APP/models/allproperty.php, line 456
Model::__filterResults() - CORE/cake/libs/model/model.php, line 2286
Model::find() - CORE/cake/libs/model/model.php, line 2045
Allproperty::paginateCount() - APP/models/allproperty.php, line 544
Controller::paginate() - CORE/cake/libs/controller/controller.php, line 1085
AllpropertiesController::type() - APP/controllers/allproperties_controller.php, line 5933
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 88
Notice (8) : Undefined index: Allproperty [APP/models/allproperty.php , line 462 ]
Code |
Context $results = array(
array(
array()
)
)
$j = 0
$cleanresult = array(
array(
"count" => "99"
)
)
//Fix postcode pour affichage des departement < 10, exemple nice 06300 et non 6300
if(strlen($results[$j]['Allproperty']['postcode']) === 4){
Allproperty::afterFind() - APP/models/allproperty.php, line 462
Model::__filterResults() - CORE/cake/libs/model/model.php, line 2286
Model::find() - CORE/cake/libs/model/model.php, line 2045
Allproperty::paginateCount() - APP/models/allproperty.php, line 544
Controller::paginate() - CORE/cake/libs/controller/controller.php, line 1085
AllpropertiesController::type() - APP/controllers/allproperties_controller.php, line 5933
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 88
Notice (8) : Undefined index: Allproperty [APP/models/allproperty.php , line 469 ]
Code |
Context $results = array(
array(
array()
)
)
$j = 0
$cleanresult = array(
array(
"count" => "99"
)
)
//vérification ecart entre les dates
$date1 = new DateTime($results[$j]['Allproperty']['date_made_live']);
Allproperty::afterFind() - APP/models/allproperty.php, line 469
Model::__filterResults() - CORE/cake/libs/model/model.php, line 2286
Model::find() - CORE/cake/libs/model/model.php, line 2045
Allproperty::paginateCount() - APP/models/allproperty.php, line 544
Controller::paginate() - CORE/cake/libs/controller/controller.php, line 1085
AllpropertiesController::type() - APP/controllers/allproperties_controller.php, line 5933
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 88
Notice (8) : Undefined index: Allproperty [APP/models/allproperty.php , line 470 ]
Code |
Context $results = array(
array(
array()
)
)
$j = 0
$cleanresult = array(
array(
"count" => "99"
)
)
$date1 = DateTime
DateTime::$date = "2025-10-22 14:10:58.000000"
DateTime::$timezone_type = 3
DateTime::$timezone = "Europe/Paris" //vérification ecart entre les dates
$date1 = new DateTime($results[$j]['Allproperty']['date_made_live']);
$date2 = new DateTime($results[$j]['Allproperty']['created']);
Allproperty::afterFind() - APP/models/allproperty.php, line 470
Model::__filterResults() - CORE/cake/libs/model/model.php, line 2286
Model::find() - CORE/cake/libs/model/model.php, line 2045
Allproperty::paginateCount() - APP/models/allproperty.php, line 544
Controller::paginate() - CORE/cake/libs/controller/controller.php, line 1085
AllpropertiesController::type() - APP/controllers/allproperties_controller.php, line 5933
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 88
Notice (8) : Undefined index: Allproperty [APP/models/allproperty.php , line 474 ]
Code |
Context $results = array(
array(
array()
)
)
$j = 0
$cleanresult = array(
array(
"count" => "99"
)
)
$date1 = DateTime
DateTime::$date = "2025-10-22 14:10:58.000000"
DateTime::$timezone_type = 3
DateTime::$timezone = "Europe/Paris"
$date2 = DateTime
DateTime::$date = "2025-10-22 14:10:58.000000"
DateTime::$timezone_type = 3
DateTime::$timezone = "Europe/Paris"
$diff = DateInterval
DateInterval::$y = 0
DateInterval::$m = 0
DateInterval::$d = 0
DateInterval::$h = 0
DateInterval::$i = 0
DateInterval::$s = 0
DateInterval::$weekday = 0
DateInterval::$weekday_behavior = 0
DateInterval::$first_last_day_of = 0
DateInterval::$invert = 0
DateInterval::$days = 0
DateInterval::$special_type = 0
DateInterval::$special_amount = 0
DateInterval::$have_weekday_relative = 0
DateInterval::$have_special_relative = 0 $diff = $date1->diff($date2);
if($results[$j]['Allproperty']['date_made_live'] < $results[$j]['Allproperty']['created'] && $diff->days > 2){
Allproperty::afterFind() - APP/models/allproperty.php, line 474
Model::__filterResults() - CORE/cake/libs/model/model.php, line 2286
Model::find() - CORE/cake/libs/model/model.php, line 2045
Allproperty::paginateCount() - APP/models/allproperty.php, line 544
Controller::paginate() - CORE/cake/libs/controller/controller.php, line 1085
AllpropertiesController::type() - APP/controllers/allproperties_controller.php, line 5933
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 88
Notice (8) : Undefined index: Allproperty [APP/models/allproperty.php , line 479 ]
Code |
Context $results = array(
array(
array()
)
)
$j = 0
$cleanresult = array(
array(
"count" => "99"
)
)
$date1 = DateTime
DateTime::$date = "2025-10-22 14:10:58.000000"
DateTime::$timezone_type = 3
DateTime::$timezone = "Europe/Paris"
$date2 = DateTime
DateTime::$date = "2025-10-22 14:10:58.000000"
DateTime::$timezone_type = 3
DateTime::$timezone = "Europe/Paris"
$diff = DateInterval
DateInterval::$y = 0
DateInterval::$m = 0
DateInterval::$d = 0
DateInterval::$h = 0
DateInterval::$i = 0
DateInterval::$s = 0
DateInterval::$weekday = 0
DateInterval::$weekday_behavior = 0
DateInterval::$first_last_day_of = 0
DateInterval::$invert = 0
DateInterval::$days = 0
DateInterval::$special_type = 0
DateInterval::$special_amount = 0
DateInterval::$have_weekday_relative = 0
DateInterval::$have_special_relative = 0
//champ date pour tri apres changement
$results[$j]['Allproperty']['sort_date'] = $results[$j]['Allproperty']['date_made_live'];
Allproperty::afterFind() - APP/models/allproperty.php, line 479
Model::__filterResults() - CORE/cake/libs/model/model.php, line 2286
Model::find() - CORE/cake/libs/model/model.php, line 2045
Allproperty::paginateCount() - APP/models/allproperty.php, line 544
Controller::paginate() - CORE/cake/libs/controller/controller.php, line 1085
AllpropertiesController::type() - APP/controllers/allproperties_controller.php, line 5933
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 88
Notice (8) : Undefined index: is_exclusive [APP/models/allproperty.php , line 483 ]
Code |
Context $results = array(
array(
array(),
"Allproperty" => array()
)
)
$j = 0
$cleanresult = array(
array(
"count" => "99"
)
)
$date1 = DateTime
DateTime::$date = "2025-10-22 14:10:58.000000"
DateTime::$timezone_type = 3
DateTime::$timezone = "Europe/Paris"
$date2 = DateTime
DateTime::$date = "2025-10-22 14:10:58.000000"
DateTime::$timezone_type = 3
DateTime::$timezone = "Europe/Paris"
$diff = DateInterval
DateInterval::$y = 0
DateInterval::$m = 0
DateInterval::$d = 0
DateInterval::$h = 0
DateInterval::$i = 0
DateInterval::$s = 0
DateInterval::$weekday = 0
DateInterval::$weekday_behavior = 0
DateInterval::$first_last_day_of = 0
DateInterval::$invert = 0
DateInterval::$days = 0
DateInterval::$special_type = 0
DateInterval::$special_amount = 0
DateInterval::$have_weekday_relative = 0
DateInterval::$have_special_relative = 0
$maxImage = "9" $maxImage = '9';
if($results[$j]['Allproperty']['is_exclusive'] == '1'){
Allproperty::afterFind() - APP/models/allproperty.php, line 483
Model::__filterResults() - CORE/cake/libs/model/model.php, line 2286
Model::find() - CORE/cake/libs/model/model.php, line 2045
Allproperty::paginateCount() - APP/models/allproperty.php, line 544
Controller::paginate() - CORE/cake/libs/controller/controller.php, line 1085
AllpropertiesController::type() - APP/controllers/allproperties_controller.php, line 5933
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 88
Notice (8) : Undefined index: sort [APP/controllers/allproperties_controller.php , line 5935 ]
Code |
Context $name = "bar-restaurant"
$id = "6"
$regionId = null
$misc = null
$dbo = DboMysql
DboMysql::$description = "MySQL DBO Driver"
DboMysql::$_baseConfig = array
DboMysql::$startQuote = "`"
DboMysql::$endQuote = "`"
DboMysql::$_useAlias = true
DboMysql::$_commands = array
DboMysql::$columns = array
DboMysql::$index = array
DboMysql::$alias = "AS "
DboMysql::$fieldCache = array
DboMysql::$__bypass = true
DboMysql::$__sqlOps = array
DboMysql::$connected = true
DboMysql::$fullDebug = true
DboMysql::$error = NULL
DboMysql::$affected = 80
DboMysql::$numRows = 80
DboMysql::$took = 245
DboMysql::$_result = resource
DboMysql::$_queriesCnt = 3
DboMysql::$_queriesTime = 334
DboMysql::$_queriesLog = array
DboMysql::$_queriesLogMax = 200
DboMysql::$_queryCache = array
DboMysql::$__descriptions = array
DboMysql::$_sources = array
DboMysql::$connection = resource
DboMysql::$config = array
DboMysql::$configKeyName = "default"
DboMysql::$_transactionStarted = false
DboMysql::$cacheSources = true
DboMysql::$_log = NULL
DboMysql::$__booleans = array
DboMysql::$results = resource
DboMysql::$map = array
$properties = array(
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
)
)
$selected = array(
"notSold" => false
)
$primarypropertytypes = array(
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
)
)
$pageUrl = "/bar-restaurant/6/"
$url = "/"
$search = array(
"towns" => array()
)
$conditions = array(
"6 MEMBER OF(Allproperty.features->"$.proptypes")"
)
$conditionType = array(
"6 MEMBER OF(Allproperty.features->"$.proptypes")"
)
$pagetitle = "Bar-Restaurant"
$proptype = array(
"Proptype" => array(
"id" => "6",
"name" => "Bar-Restaurant"
)
)
$find = array(
"conditions" => array(
"6 MEMBER OF(Allproperty.features->"$.proptypes")"
),
"limit" => 80,
"order" => array(
"Allproperty.date_made_live" => "desc"
),
"fields" => array(
"Allproperty.id",
"Allproperty.propref",
"Allproperty.primarypropertytype_name",
"Allproperty.pubtown",
"Allproperty.properpubtown",
"Department.listdesc",
"Region.name",
"Allproperty.image_0",
"Allproperty.status",
"Allproperty.isunderoffer",
"Allproperty.is_exclusive",
"Allproperty.date_made_live",
"Allproperty.nrbedrooms",
"Allproperty.nrbathrooms",
"Allproperty.habitable_m2",
"Allproperty.land_m2",
"Allproperty.issold",
"Allproperty.poa",
"Allproperty.bestdeals",
"Allproperty.price",
"Allproperty.prevprice",
"Allproperty.propname",
"Allproperty.shortdesc",
"Allproperty.floorplan",
"Allproperty.tour",
"Allproperty.youtube_url",
"Allproperty.rhinov_url",
"Allproperty.region_id",
"Allproperty.lat",
"Allproperty.lon",
"Allproperty.postcode",
"Allproperty.attributes",
"Allproperty.mandatetype_id",
"Allproperty.department_name",
"Allproperty.department_id",
"Allproperty.created"
)
) $properties = $this->paginate();
if( !in_array($this->params['named']['sort'], array('Allproperty.price', 'price')) && isset($this->paginate['order']['Allproperty.date_made_live'])){
AllpropertiesController::type() - APP/controllers/allproperties_controller.php, line 5935
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 88
Notice (8) : Undefined offset: 0 [APP/models/allproperty.php , line 794 ]
Code |
Context $queryData = array(
"conditions" => array(
"AND" => array(),
"Allproperty.is_exclusive" => "1"
),
"fields" => "COUNT(*) AS `count`",
"joins" => array(),
"limit" => null,
"offset" => null,
"order" => array(
false
),
"page" => 1,
"group" => null,
"callbacks" => true
)
$conditions = array(
"AND" => array(
array(),
"Allproperty.is_exclusive" => "1"
),
"Allproperty.is_exclusive" => "1"
) $conditions = $queryData['conditions'];
if($conditions[0]) {
Allproperty::beforeFind() - APP/models/allproperty.php, line 794
Model::find() - CORE/cake/libs/model/model.php, line 2029
AllpropertiesController::countExclusif() - APP/controllers/allproperties_controller.php, line 8142
AllpropertiesController::type() - APP/controllers/allproperties_controller.php, line 5940
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 88
Bar-Restaurant for sale in France - 99 French properties found
Sign-up to one of
our recruitment days -
MORE INFO
Notice (8) : Undefined index: sort [APP/views/allproperties/property_results.ctp , line 5 ]
Code |
Context $___viewFn = "/app/src/views/allproperties/property_results.ctp"
$___dataForView = array(
"primarypropertytypes" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"properties" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"selected" => array(
"notSold" => false
),
"search" => array(
"towns" => array()
),
"countSearch" => 0,
"countExclusif" => 12,
"pageUrl" => "/bar-restaurant/6/",
"cakeDebug" => AllpropertiesController
AllpropertiesController::$name = "Allproperties"
AllpropertiesController::$helpers = array
AllpropertiesController::$components = array
AllpropertiesController::$uses = array
AllpropertiesController::$shortfields = array
AllpropertiesController::$shortfieldView = array
AllpropertiesController::$shortfieldList = array
AllpropertiesController::$here = "/french-property-for-sale/type/bar-restaurant/6"
AllpropertiesController::$webroot = "/"
AllpropertiesController::$action = "type"
AllpropertiesController::$params = array
AllpropertiesController::$data = array
AllpropertiesController::$paginate = array
AllpropertiesController::$viewPath = "allproperties"
AllpropertiesController::$layoutPath = NULL
AllpropertiesController::$viewVars = array
AllpropertiesController::$pageTitle = "Bar-Restaurant for sale in France - 99 French properties found "
AllpropertiesController::$modelNames = array
AllpropertiesController::$base = ""
AllpropertiesController::$layout = "list"
AllpropertiesController::$autoRender = false
AllpropertiesController::$autoLayout = true
AllpropertiesController::$Component = Component object
AllpropertiesController::$view = "View"
AllpropertiesController::$ext = ".ctp"
AllpropertiesController::$output = NULL
AllpropertiesController::$plugin = NULL
AllpropertiesController::$cacheAction = false
AllpropertiesController::$persistModel = false
AllpropertiesController::$passedArgs = array
AllpropertiesController::$scaffold = false
AllpropertiesController::$methods = array
AllpropertiesController::$modelClass = "Allproperty"
AllpropertiesController::$modelKey = "allproperty"
AllpropertiesController::$validationErrors = NULL
AllpropertiesController::$_log = NULL
AllpropertiesController::$Session = SessionComponent object
AllpropertiesController::$Cookie = CookieComponent object
AllpropertiesController::$RequestHandler = RequestHandlerComponent object
AllpropertiesController::$Currency = CurrencyComponent object
AllpropertiesController::$PaginateFormVariables = PaginateFormVariablesComponent object
AllpropertiesController::$UrlShortener = UrlShortenerComponent object
AllpropertiesController::$Prg = PrgComponent object
AllpropertiesController::$Allproperty = Allproperty object
AllpropertiesController::$Region = Region object
AllpropertiesController::$Department = Department object
AllpropertiesController::$User = User object
AllpropertiesController::$Group = Group object
AllpropertiesController::$Codepostal = Codepostal object
AllpropertiesController::$Proptype = Proptype object
AllpropertiesController::$Primarypropertytype = Primarypropertytype object
AllpropertiesController::$Soldproperty = Soldproperty object
AllpropertiesController::$Soldallproperty = Soldallproperty object
AllpropertiesController::$Testimonial = Testimonial object
AllpropertiesController::$Powcategory = Powcategory object
)
$loadHelpers = true
$cached = false
$loadedHelpers = array(
"Cache" => CacheHelper
CacheHelper::$__replace = array
CacheHelper::$__match = array
CacheHelper::$cacheAction = NULL
CacheHelper::$helpers = NULL
CacheHelper::$base = ""
CacheHelper::$webroot = "/"
CacheHelper::$themeWeb = NULL
CacheHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
CacheHelper::$params = array
CacheHelper::$action = "type"
CacheHelper::$plugin = NULL
CacheHelper::$data = array
CacheHelper::$namedArgs = NULL
CacheHelper::$argSeparator = NULL
CacheHelper::$validationErrors = NULL
CacheHelper::$tags = array
CacheHelper::$__tainted = NULL
CacheHelper::$__cleaned = NULL
CacheHelper::$_log = NULL,
"Html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
HtmlHelper::$params = array
HtmlHelper::$action = "type"
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL,
"Form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
FormHelper::$params = array
FormHelper::$action = "type"
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object,
"Text" => TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$themeWeb = NULL
TextHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TextHelper::$params = array
TextHelper::$action = "type"
TextHelper::$plugin = NULL
TextHelper::$data = array
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
TextHelper::$_log = NULL,
"Number" => NumberHelper
NumberHelper::$helpers = NULL
NumberHelper::$base = ""
NumberHelper::$webroot = "/"
NumberHelper::$themeWeb = NULL
NumberHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
NumberHelper::$params = array
NumberHelper::$action = "type"
NumberHelper::$plugin = NULL
NumberHelper::$data = array
NumberHelper::$namedArgs = NULL
NumberHelper::$argSeparator = NULL
NumberHelper::$validationErrors = NULL
NumberHelper::$tags = array
NumberHelper::$__tainted = NULL
NumberHelper::$__cleaned = NULL
NumberHelper::$_log = NULL,
"Javascript" => JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
JavascriptHelper::$params = array
JavascriptHelper::$action = "type"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = array
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL,
"Tagcloud" => TagcloudHelper
TagcloudHelper::$helpers = NULL
TagcloudHelper::$base = ""
TagcloudHelper::$webroot = "/"
TagcloudHelper::$themeWeb = NULL
TagcloudHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TagcloudHelper::$params = array
TagcloudHelper::$action = "type"
TagcloudHelper::$plugin = NULL
TagcloudHelper::$data = array
TagcloudHelper::$namedArgs = NULL
TagcloudHelper::$argSeparator = NULL
TagcloudHelper::$validationErrors = NULL
TagcloudHelper::$tags = array
TagcloudHelper::$__tainted = NULL
TagcloudHelper::$__cleaned = NULL
TagcloudHelper::$_log = NULL,
"Custom" => CustomHelper
CustomHelper::$tags = array
CustomHelper::$base = ""
CustomHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
CustomHelper::$params = array
CustomHelper::$action = "type"
CustomHelper::$data = array
CustomHelper::$_crumbs = array
CustomHelper::$__docTypes = array
CustomHelper::$helpers = NULL
CustomHelper::$webroot = "/"
CustomHelper::$themeWeb = NULL
CustomHelper::$plugin = NULL
CustomHelper::$namedArgs = NULL
CustomHelper::$argSeparator = NULL
CustomHelper::$validationErrors = NULL
CustomHelper::$__tainted = NULL
CustomHelper::$__cleaned = NULL
CustomHelper::$_log = NULL,
"Time" => TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$themeWeb = NULL
TimeHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TimeHelper::$params = array
TimeHelper::$action = "type"
TimeHelper::$plugin = NULL
TimeHelper::$data = array
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
TimeHelper::$_log = NULL,
"FormVariablesPaginator" => FormVariablesPaginatorHelper
FormVariablesPaginatorHelper::$helpers = array
FormVariablesPaginatorHelper::$__defaultModel = NULL
FormVariablesPaginatorHelper::$options = array
FormVariablesPaginatorHelper::$base = ""
FormVariablesPaginatorHelper::$webroot = "/"
FormVariablesPaginatorHelper::$themeWeb = NULL
FormVariablesPaginatorHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
FormVariablesPaginatorHelper::$params = array
FormVariablesPaginatorHelper::$action = "type"
FormVariablesPaginatorHelper::$plugin = NULL
FormVariablesPaginatorHelper::$data = array
FormVariablesPaginatorHelper::$namedArgs = NULL
FormVariablesPaginatorHelper::$argSeparator = NULL
FormVariablesPaginatorHelper::$validationErrors = NULL
FormVariablesPaginatorHelper::$tags = array
FormVariablesPaginatorHelper::$__tainted = NULL
FormVariablesPaginatorHelper::$__cleaned = NULL
FormVariablesPaginatorHelper::$_log = NULL
FormVariablesPaginatorHelper::$Html = HtmlHelper object
FormVariablesPaginatorHelper::$Ajax = AjaxHelper object,
"Ajax" => AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
AjaxHelper::$params = array
AjaxHelper::$action = "type"
AjaxHelper::$plugin = NULL
AjaxHelper::$data = array
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object,
"Icon" => IconHelper
IconHelper::$tags = array
IconHelper::$base = ""
IconHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
IconHelper::$params = array
IconHelper::$action = "type"
IconHelper::$data = array
IconHelper::$_crumbs = array
IconHelper::$__docTypes = array
IconHelper::$helpers = NULL
IconHelper::$webroot = "/"
IconHelper::$themeWeb = NULL
IconHelper::$plugin = NULL
IconHelper::$namedArgs = NULL
IconHelper::$argSeparator = NULL
IconHelper::$validationErrors = NULL
IconHelper::$__tainted = NULL
IconHelper::$__cleaned = NULL
IconHelper::$_log = NULL,
"Drill" => DrillHelper
DrillHelper::$tags = array
DrillHelper::$base = ""
DrillHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
DrillHelper::$params = array
DrillHelper::$action = "type"
DrillHelper::$data = array
DrillHelper::$_crumbs = array
DrillHelper::$__docTypes = array
DrillHelper::$helpers = NULL
DrillHelper::$webroot = "/"
DrillHelper::$themeWeb = NULL
DrillHelper::$plugin = NULL
DrillHelper::$namedArgs = NULL
DrillHelper::$argSeparator = NULL
DrillHelper::$validationErrors = NULL
DrillHelper::$__tainted = NULL
DrillHelper::$__cleaned = NULL
DrillHelper::$_log = NULL,
"Session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "a7d63c274f73bb410efb05168d3d225f"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1761135058
SessionHelper::$sessionTime = 1761147058
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_started = false
SessionHelper::$host = NULL
SessionHelper::$_log = NULL
SessionHelper::$cookieLifeTime = 604800
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
SessionHelper::$params = array
SessionHelper::$action = "type"
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL,
"Paginator" => PaginatorHelper
PaginatorHelper::$helpers = array
PaginatorHelper::$__defaultModel = NULL
PaginatorHelper::$options = array
PaginatorHelper::$base = ""
PaginatorHelper::$webroot = "/"
PaginatorHelper::$themeWeb = NULL
PaginatorHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
PaginatorHelper::$params = array
PaginatorHelper::$action = "type"
PaginatorHelper::$plugin = NULL
PaginatorHelper::$data = array
PaginatorHelper::$namedArgs = NULL
PaginatorHelper::$argSeparator = NULL
PaginatorHelper::$validationErrors = NULL
PaginatorHelper::$tags = array
PaginatorHelper::$__tainted = NULL
PaginatorHelper::$__cleaned = NULL
PaginatorHelper::$_log = NULL
PaginatorHelper::$Html = HtmlHelper object
PaginatorHelper::$Ajax = AjaxHelper object
)
$helper = "Paginator"
$camelBackedHelper = "paginator"
$cache = CacheHelper
CacheHelper::$__replace = array
CacheHelper::$__match = array
CacheHelper::$cacheAction = NULL
CacheHelper::$helpers = NULL
CacheHelper::$base = ""
CacheHelper::$webroot = "/"
CacheHelper::$themeWeb = NULL
CacheHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
CacheHelper::$params = array
CacheHelper::$action = "type"
CacheHelper::$plugin = NULL
CacheHelper::$data = array
CacheHelper::$namedArgs = NULL
CacheHelper::$argSeparator = NULL
CacheHelper::$validationErrors = NULL
CacheHelper::$tags = array
CacheHelper::$__tainted = NULL
CacheHelper::$__cleaned = NULL
CacheHelper::$_log = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
HtmlHelper::$params = array
HtmlHelper::$action = "type"
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
FormHelper::$params = array
FormHelper::$action = "type"
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$themeWeb = NULL
TextHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TextHelper::$params = array
TextHelper::$action = "type"
TextHelper::$plugin = NULL
TextHelper::$data = array
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
TextHelper::$_log = NULL
$number = NumberHelper
NumberHelper::$helpers = NULL
NumberHelper::$base = ""
NumberHelper::$webroot = "/"
NumberHelper::$themeWeb = NULL
NumberHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
NumberHelper::$params = array
NumberHelper::$action = "type"
NumberHelper::$plugin = NULL
NumberHelper::$data = array
NumberHelper::$namedArgs = NULL
NumberHelper::$argSeparator = NULL
NumberHelper::$validationErrors = NULL
NumberHelper::$tags = array
NumberHelper::$__tainted = NULL
NumberHelper::$__cleaned = NULL
NumberHelper::$_log = NULL
$javascript = JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
JavascriptHelper::$params = array
JavascriptHelper::$action = "type"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = array
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
$tagcloud = TagcloudHelper
TagcloudHelper::$helpers = NULL
TagcloudHelper::$base = ""
TagcloudHelper::$webroot = "/"
TagcloudHelper::$themeWeb = NULL
TagcloudHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TagcloudHelper::$params = array
TagcloudHelper::$action = "type"
TagcloudHelper::$plugin = NULL
TagcloudHelper::$data = array
TagcloudHelper::$namedArgs = NULL
TagcloudHelper::$argSeparator = NULL
TagcloudHelper::$validationErrors = NULL
TagcloudHelper::$tags = array
TagcloudHelper::$__tainted = NULL
TagcloudHelper::$__cleaned = NULL
TagcloudHelper::$_log = NULL
$custom = CustomHelper
CustomHelper::$tags = array
CustomHelper::$base = ""
CustomHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
CustomHelper::$params = array
CustomHelper::$action = "type"
CustomHelper::$data = array
CustomHelper::$_crumbs = array
CustomHelper::$__docTypes = array
CustomHelper::$helpers = NULL
CustomHelper::$webroot = "/"
CustomHelper::$themeWeb = NULL
CustomHelper::$plugin = NULL
CustomHelper::$namedArgs = NULL
CustomHelper::$argSeparator = NULL
CustomHelper::$validationErrors = NULL
CustomHelper::$__tainted = NULL
CustomHelper::$__cleaned = NULL
CustomHelper::$_log = NULL
$time = TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$themeWeb = NULL
TimeHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TimeHelper::$params = array
TimeHelper::$action = "type"
TimeHelper::$plugin = NULL
TimeHelper::$data = array
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
TimeHelper::$_log = NULL
$formVariablesPaginator = FormVariablesPaginatorHelper
FormVariablesPaginatorHelper::$helpers = array
FormVariablesPaginatorHelper::$__defaultModel = NULL
FormVariablesPaginatorHelper::$options = array
FormVariablesPaginatorHelper::$base = ""
FormVariablesPaginatorHelper::$webroot = "/"
FormVariablesPaginatorHelper::$themeWeb = NULL
FormVariablesPaginatorHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
FormVariablesPaginatorHelper::$params = array
FormVariablesPaginatorHelper::$action = "type"
FormVariablesPaginatorHelper::$plugin = NULL
FormVariablesPaginatorHelper::$data = array
FormVariablesPaginatorHelper::$namedArgs = NULL
FormVariablesPaginatorHelper::$argSeparator = NULL
FormVariablesPaginatorHelper::$validationErrors = NULL
FormVariablesPaginatorHelper::$tags = array
FormVariablesPaginatorHelper::$__tainted = NULL
FormVariablesPaginatorHelper::$__cleaned = NULL
FormVariablesPaginatorHelper::$_log = NULL
FormVariablesPaginatorHelper::$Html = HtmlHelper object
FormVariablesPaginatorHelper::$Ajax = AjaxHelper object
$ajax = AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
AjaxHelper::$params = array
AjaxHelper::$action = "type"
AjaxHelper::$plugin = NULL
AjaxHelper::$data = array
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object
$icon = IconHelper
IconHelper::$tags = array
IconHelper::$base = ""
IconHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
IconHelper::$params = array
IconHelper::$action = "type"
IconHelper::$data = array
IconHelper::$_crumbs = array
IconHelper::$__docTypes = array
IconHelper::$helpers = NULL
IconHelper::$webroot = "/"
IconHelper::$themeWeb = NULL
IconHelper::$plugin = NULL
IconHelper::$namedArgs = NULL
IconHelper::$argSeparator = NULL
IconHelper::$validationErrors = NULL
IconHelper::$__tainted = NULL
IconHelper::$__cleaned = NULL
IconHelper::$_log = NULL
$drill = DrillHelper
DrillHelper::$tags = array
DrillHelper::$base = ""
DrillHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
DrillHelper::$params = array
DrillHelper::$action = "type"
DrillHelper::$data = array
DrillHelper::$_crumbs = array
DrillHelper::$__docTypes = array
DrillHelper::$helpers = NULL
DrillHelper::$webroot = "/"
DrillHelper::$themeWeb = NULL
DrillHelper::$plugin = NULL
DrillHelper::$namedArgs = NULL
DrillHelper::$argSeparator = NULL
DrillHelper::$validationErrors = NULL
DrillHelper::$__tainted = NULL
DrillHelper::$__cleaned = NULL
DrillHelper::$_log = NULL
$session = SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "a7d63c274f73bb410efb05168d3d225f"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1761135058
SessionHelper::$sessionTime = 1761147058
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_started = false
SessionHelper::$host = NULL
SessionHelper::$_log = NULL
SessionHelper::$cookieLifeTime = 604800
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
SessionHelper::$params = array
SessionHelper::$action = "type"
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
$paginator = PaginatorHelper
PaginatorHelper::$helpers = array
PaginatorHelper::$__defaultModel = NULL
PaginatorHelper::$options = array
PaginatorHelper::$base = ""
PaginatorHelper::$webroot = "/"
PaginatorHelper::$themeWeb = NULL
PaginatorHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
PaginatorHelper::$params = array
PaginatorHelper::$action = "type"
PaginatorHelper::$plugin = NULL
PaginatorHelper::$data = array
PaginatorHelper::$namedArgs = NULL
PaginatorHelper::$argSeparator = NULL
PaginatorHelper::$validationErrors = NULL
PaginatorHelper::$tags = array
PaginatorHelper::$__tainted = NULL
PaginatorHelper::$__cleaned = NULL
PaginatorHelper::$_log = NULL
PaginatorHelper::$Html = HtmlHelper object
PaginatorHelper::$Ajax = AjaxHelper object
$primarypropertytypes = array(
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
)
)
$properties = array(
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
)
)
$selected = array(
"notSold" => false
)
$search = array(
"towns" => array()
)
$countSearch = 0
$countExclusif = 12
$pageUrl = "/bar-restaurant/6/"
$cakeDebug = AllpropertiesController
AllpropertiesController::$name = "Allproperties"
AllpropertiesController::$helpers = array
AllpropertiesController::$components = array
AllpropertiesController::$uses = array
AllpropertiesController::$shortfields = array
AllpropertiesController::$shortfieldView = array
AllpropertiesController::$shortfieldList = array
AllpropertiesController::$here = "/french-property-for-sale/type/bar-restaurant/6"
AllpropertiesController::$webroot = "/"
AllpropertiesController::$action = "type"
AllpropertiesController::$params = array
AllpropertiesController::$data = array
AllpropertiesController::$paginate = array
AllpropertiesController::$viewPath = "allproperties"
AllpropertiesController::$layoutPath = NULL
AllpropertiesController::$viewVars = array
AllpropertiesController::$pageTitle = "Bar-Restaurant for sale in France - 99 French properties found "
AllpropertiesController::$modelNames = array
AllpropertiesController::$base = ""
AllpropertiesController::$layout = "list"
AllpropertiesController::$autoRender = false
AllpropertiesController::$autoLayout = true
AllpropertiesController::$Component = Component object
AllpropertiesController::$view = "View"
AllpropertiesController::$ext = ".ctp"
AllpropertiesController::$output = NULL
AllpropertiesController::$plugin = NULL
AllpropertiesController::$cacheAction = false
AllpropertiesController::$persistModel = false
AllpropertiesController::$passedArgs = array
AllpropertiesController::$scaffold = false
AllpropertiesController::$methods = array
AllpropertiesController::$modelClass = "Allproperty"
AllpropertiesController::$modelKey = "allproperty"
AllpropertiesController::$validationErrors = NULL
AllpropertiesController::$_log = NULL
AllpropertiesController::$Session = SessionComponent object
AllpropertiesController::$Cookie = CookieComponent object
AllpropertiesController::$RequestHandler = RequestHandlerComponent object
AllpropertiesController::$Currency = CurrencyComponent object
AllpropertiesController::$PaginateFormVariables = PaginateFormVariablesComponent object
AllpropertiesController::$UrlShortener = UrlShortenerComponent object
AllpropertiesController::$Prg = PrgComponent object
AllpropertiesController::$Allproperty = Allproperty object
AllpropertiesController::$Region = Region object
AllpropertiesController::$Department = Department object
AllpropertiesController::$User = User object
AllpropertiesController::$Group = Group object
AllpropertiesController::$Codepostal = Codepostal object
AllpropertiesController::$Proptype = Proptype object
AllpropertiesController::$Primarypropertytype = Primarypropertytype object
AllpropertiesController::$Soldproperty = Soldproperty object
AllpropertiesController::$Soldallproperty = Soldallproperty object
AllpropertiesController::$Testimonial = Testimonial object
AllpropertiesController::$Powcategory = Powcategory object
$order = array(
"Allproperty.date_made_live" => "desc"
) $order = $this->params['paging']['Allproperty']['defaults']['order'];
$sort = $this->params['named']['sort'].' '.$this->params['named']['direction'];
include - APP/views/allproperties/property_results.ctp, line 5
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 815
AllpropertiesController::type() - APP/controllers/allproperties_controller.php, line 5949
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 88
Notice (8) : Undefined index: direction [APP/views/allproperties/property_results.ctp , line 5 ]
Code |
Context $___viewFn = "/app/src/views/allproperties/property_results.ctp"
$___dataForView = array(
"primarypropertytypes" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"properties" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"selected" => array(
"notSold" => false
),
"search" => array(
"towns" => array()
),
"countSearch" => 0,
"countExclusif" => 12,
"pageUrl" => "/bar-restaurant/6/",
"cakeDebug" => AllpropertiesController
AllpropertiesController::$name = "Allproperties"
AllpropertiesController::$helpers = array
AllpropertiesController::$components = array
AllpropertiesController::$uses = array
AllpropertiesController::$shortfields = array
AllpropertiesController::$shortfieldView = array
AllpropertiesController::$shortfieldList = array
AllpropertiesController::$here = "/french-property-for-sale/type/bar-restaurant/6"
AllpropertiesController::$webroot = "/"
AllpropertiesController::$action = "type"
AllpropertiesController::$params = array
AllpropertiesController::$data = array
AllpropertiesController::$paginate = array
AllpropertiesController::$viewPath = "allproperties"
AllpropertiesController::$layoutPath = NULL
AllpropertiesController::$viewVars = array
AllpropertiesController::$pageTitle = "Bar-Restaurant for sale in France - 99 French properties found "
AllpropertiesController::$modelNames = array
AllpropertiesController::$base = ""
AllpropertiesController::$layout = "list"
AllpropertiesController::$autoRender = false
AllpropertiesController::$autoLayout = true
AllpropertiesController::$Component = Component object
AllpropertiesController::$view = "View"
AllpropertiesController::$ext = ".ctp"
AllpropertiesController::$output = NULL
AllpropertiesController::$plugin = NULL
AllpropertiesController::$cacheAction = false
AllpropertiesController::$persistModel = false
AllpropertiesController::$passedArgs = array
AllpropertiesController::$scaffold = false
AllpropertiesController::$methods = array
AllpropertiesController::$modelClass = "Allproperty"
AllpropertiesController::$modelKey = "allproperty"
AllpropertiesController::$validationErrors = NULL
AllpropertiesController::$_log = NULL
AllpropertiesController::$Session = SessionComponent object
AllpropertiesController::$Cookie = CookieComponent object
AllpropertiesController::$RequestHandler = RequestHandlerComponent object
AllpropertiesController::$Currency = CurrencyComponent object
AllpropertiesController::$PaginateFormVariables = PaginateFormVariablesComponent object
AllpropertiesController::$UrlShortener = UrlShortenerComponent object
AllpropertiesController::$Prg = PrgComponent object
AllpropertiesController::$Allproperty = Allproperty object
AllpropertiesController::$Region = Region object
AllpropertiesController::$Department = Department object
AllpropertiesController::$User = User object
AllpropertiesController::$Group = Group object
AllpropertiesController::$Codepostal = Codepostal object
AllpropertiesController::$Proptype = Proptype object
AllpropertiesController::$Primarypropertytype = Primarypropertytype object
AllpropertiesController::$Soldproperty = Soldproperty object
AllpropertiesController::$Soldallproperty = Soldallproperty object
AllpropertiesController::$Testimonial = Testimonial object
AllpropertiesController::$Powcategory = Powcategory object
)
$loadHelpers = true
$cached = false
$loadedHelpers = array(
"Cache" => CacheHelper
CacheHelper::$__replace = array
CacheHelper::$__match = array
CacheHelper::$cacheAction = NULL
CacheHelper::$helpers = NULL
CacheHelper::$base = ""
CacheHelper::$webroot = "/"
CacheHelper::$themeWeb = NULL
CacheHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
CacheHelper::$params = array
CacheHelper::$action = "type"
CacheHelper::$plugin = NULL
CacheHelper::$data = array
CacheHelper::$namedArgs = NULL
CacheHelper::$argSeparator = NULL
CacheHelper::$validationErrors = NULL
CacheHelper::$tags = array
CacheHelper::$__tainted = NULL
CacheHelper::$__cleaned = NULL
CacheHelper::$_log = NULL,
"Html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
HtmlHelper::$params = array
HtmlHelper::$action = "type"
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL,
"Form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
FormHelper::$params = array
FormHelper::$action = "type"
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object,
"Text" => TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$themeWeb = NULL
TextHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TextHelper::$params = array
TextHelper::$action = "type"
TextHelper::$plugin = NULL
TextHelper::$data = array
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
TextHelper::$_log = NULL,
"Number" => NumberHelper
NumberHelper::$helpers = NULL
NumberHelper::$base = ""
NumberHelper::$webroot = "/"
NumberHelper::$themeWeb = NULL
NumberHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
NumberHelper::$params = array
NumberHelper::$action = "type"
NumberHelper::$plugin = NULL
NumberHelper::$data = array
NumberHelper::$namedArgs = NULL
NumberHelper::$argSeparator = NULL
NumberHelper::$validationErrors = NULL
NumberHelper::$tags = array
NumberHelper::$__tainted = NULL
NumberHelper::$__cleaned = NULL
NumberHelper::$_log = NULL,
"Javascript" => JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
JavascriptHelper::$params = array
JavascriptHelper::$action = "type"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = array
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL,
"Tagcloud" => TagcloudHelper
TagcloudHelper::$helpers = NULL
TagcloudHelper::$base = ""
TagcloudHelper::$webroot = "/"
TagcloudHelper::$themeWeb = NULL
TagcloudHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TagcloudHelper::$params = array
TagcloudHelper::$action = "type"
TagcloudHelper::$plugin = NULL
TagcloudHelper::$data = array
TagcloudHelper::$namedArgs = NULL
TagcloudHelper::$argSeparator = NULL
TagcloudHelper::$validationErrors = NULL
TagcloudHelper::$tags = array
TagcloudHelper::$__tainted = NULL
TagcloudHelper::$__cleaned = NULL
TagcloudHelper::$_log = NULL,
"Custom" => CustomHelper
CustomHelper::$tags = array
CustomHelper::$base = ""
CustomHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
CustomHelper::$params = array
CustomHelper::$action = "type"
CustomHelper::$data = array
CustomHelper::$_crumbs = array
CustomHelper::$__docTypes = array
CustomHelper::$helpers = NULL
CustomHelper::$webroot = "/"
CustomHelper::$themeWeb = NULL
CustomHelper::$plugin = NULL
CustomHelper::$namedArgs = NULL
CustomHelper::$argSeparator = NULL
CustomHelper::$validationErrors = NULL
CustomHelper::$__tainted = NULL
CustomHelper::$__cleaned = NULL
CustomHelper::$_log = NULL,
"Time" => TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$themeWeb = NULL
TimeHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TimeHelper::$params = array
TimeHelper::$action = "type"
TimeHelper::$plugin = NULL
TimeHelper::$data = array
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
TimeHelper::$_log = NULL,
"FormVariablesPaginator" => FormVariablesPaginatorHelper
FormVariablesPaginatorHelper::$helpers = array
FormVariablesPaginatorHelper::$__defaultModel = NULL
FormVariablesPaginatorHelper::$options = array
FormVariablesPaginatorHelper::$base = ""
FormVariablesPaginatorHelper::$webroot = "/"
FormVariablesPaginatorHelper::$themeWeb = NULL
FormVariablesPaginatorHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
FormVariablesPaginatorHelper::$params = array
FormVariablesPaginatorHelper::$action = "type"
FormVariablesPaginatorHelper::$plugin = NULL
FormVariablesPaginatorHelper::$data = array
FormVariablesPaginatorHelper::$namedArgs = NULL
FormVariablesPaginatorHelper::$argSeparator = NULL
FormVariablesPaginatorHelper::$validationErrors = NULL
FormVariablesPaginatorHelper::$tags = array
FormVariablesPaginatorHelper::$__tainted = NULL
FormVariablesPaginatorHelper::$__cleaned = NULL
FormVariablesPaginatorHelper::$_log = NULL
FormVariablesPaginatorHelper::$Html = HtmlHelper object
FormVariablesPaginatorHelper::$Ajax = AjaxHelper object,
"Ajax" => AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
AjaxHelper::$params = array
AjaxHelper::$action = "type"
AjaxHelper::$plugin = NULL
AjaxHelper::$data = array
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object,
"Icon" => IconHelper
IconHelper::$tags = array
IconHelper::$base = ""
IconHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
IconHelper::$params = array
IconHelper::$action = "type"
IconHelper::$data = array
IconHelper::$_crumbs = array
IconHelper::$__docTypes = array
IconHelper::$helpers = NULL
IconHelper::$webroot = "/"
IconHelper::$themeWeb = NULL
IconHelper::$plugin = NULL
IconHelper::$namedArgs = NULL
IconHelper::$argSeparator = NULL
IconHelper::$validationErrors = NULL
IconHelper::$__tainted = NULL
IconHelper::$__cleaned = NULL
IconHelper::$_log = NULL,
"Drill" => DrillHelper
DrillHelper::$tags = array
DrillHelper::$base = ""
DrillHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
DrillHelper::$params = array
DrillHelper::$action = "type"
DrillHelper::$data = array
DrillHelper::$_crumbs = array
DrillHelper::$__docTypes = array
DrillHelper::$helpers = NULL
DrillHelper::$webroot = "/"
DrillHelper::$themeWeb = NULL
DrillHelper::$plugin = NULL
DrillHelper::$namedArgs = NULL
DrillHelper::$argSeparator = NULL
DrillHelper::$validationErrors = NULL
DrillHelper::$__tainted = NULL
DrillHelper::$__cleaned = NULL
DrillHelper::$_log = NULL,
"Session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "a7d63c274f73bb410efb05168d3d225f"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1761135058
SessionHelper::$sessionTime = 1761147058
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_started = false
SessionHelper::$host = NULL
SessionHelper::$_log = NULL
SessionHelper::$cookieLifeTime = 604800
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
SessionHelper::$params = array
SessionHelper::$action = "type"
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL,
"Paginator" => PaginatorHelper
PaginatorHelper::$helpers = array
PaginatorHelper::$__defaultModel = NULL
PaginatorHelper::$options = array
PaginatorHelper::$base = ""
PaginatorHelper::$webroot = "/"
PaginatorHelper::$themeWeb = NULL
PaginatorHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
PaginatorHelper::$params = array
PaginatorHelper::$action = "type"
PaginatorHelper::$plugin = NULL
PaginatorHelper::$data = array
PaginatorHelper::$namedArgs = NULL
PaginatorHelper::$argSeparator = NULL
PaginatorHelper::$validationErrors = NULL
PaginatorHelper::$tags = array
PaginatorHelper::$__tainted = NULL
PaginatorHelper::$__cleaned = NULL
PaginatorHelper::$_log = NULL
PaginatorHelper::$Html = HtmlHelper object
PaginatorHelper::$Ajax = AjaxHelper object
)
$helper = "Paginator"
$camelBackedHelper = "paginator"
$cache = CacheHelper
CacheHelper::$__replace = array
CacheHelper::$__match = array
CacheHelper::$cacheAction = NULL
CacheHelper::$helpers = NULL
CacheHelper::$base = ""
CacheHelper::$webroot = "/"
CacheHelper::$themeWeb = NULL
CacheHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
CacheHelper::$params = array
CacheHelper::$action = "type"
CacheHelper::$plugin = NULL
CacheHelper::$data = array
CacheHelper::$namedArgs = NULL
CacheHelper::$argSeparator = NULL
CacheHelper::$validationErrors = NULL
CacheHelper::$tags = array
CacheHelper::$__tainted = NULL
CacheHelper::$__cleaned = NULL
CacheHelper::$_log = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
HtmlHelper::$params = array
HtmlHelper::$action = "type"
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
FormHelper::$params = array
FormHelper::$action = "type"
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$themeWeb = NULL
TextHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TextHelper::$params = array
TextHelper::$action = "type"
TextHelper::$plugin = NULL
TextHelper::$data = array
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
TextHelper::$_log = NULL
$number = NumberHelper
NumberHelper::$helpers = NULL
NumberHelper::$base = ""
NumberHelper::$webroot = "/"
NumberHelper::$themeWeb = NULL
NumberHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
NumberHelper::$params = array
NumberHelper::$action = "type"
NumberHelper::$plugin = NULL
NumberHelper::$data = array
NumberHelper::$namedArgs = NULL
NumberHelper::$argSeparator = NULL
NumberHelper::$validationErrors = NULL
NumberHelper::$tags = array
NumberHelper::$__tainted = NULL
NumberHelper::$__cleaned = NULL
NumberHelper::$_log = NULL
$javascript = JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
JavascriptHelper::$params = array
JavascriptHelper::$action = "type"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = array
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
$tagcloud = TagcloudHelper
TagcloudHelper::$helpers = NULL
TagcloudHelper::$base = ""
TagcloudHelper::$webroot = "/"
TagcloudHelper::$themeWeb = NULL
TagcloudHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TagcloudHelper::$params = array
TagcloudHelper::$action = "type"
TagcloudHelper::$plugin = NULL
TagcloudHelper::$data = array
TagcloudHelper::$namedArgs = NULL
TagcloudHelper::$argSeparator = NULL
TagcloudHelper::$validationErrors = NULL
TagcloudHelper::$tags = array
TagcloudHelper::$__tainted = NULL
TagcloudHelper::$__cleaned = NULL
TagcloudHelper::$_log = NULL
$custom = CustomHelper
CustomHelper::$tags = array
CustomHelper::$base = ""
CustomHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
CustomHelper::$params = array
CustomHelper::$action = "type"
CustomHelper::$data = array
CustomHelper::$_crumbs = array
CustomHelper::$__docTypes = array
CustomHelper::$helpers = NULL
CustomHelper::$webroot = "/"
CustomHelper::$themeWeb = NULL
CustomHelper::$plugin = NULL
CustomHelper::$namedArgs = NULL
CustomHelper::$argSeparator = NULL
CustomHelper::$validationErrors = NULL
CustomHelper::$__tainted = NULL
CustomHelper::$__cleaned = NULL
CustomHelper::$_log = NULL
$time = TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$themeWeb = NULL
TimeHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TimeHelper::$params = array
TimeHelper::$action = "type"
TimeHelper::$plugin = NULL
TimeHelper::$data = array
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
TimeHelper::$_log = NULL
$formVariablesPaginator = FormVariablesPaginatorHelper
FormVariablesPaginatorHelper::$helpers = array
FormVariablesPaginatorHelper::$__defaultModel = NULL
FormVariablesPaginatorHelper::$options = array
FormVariablesPaginatorHelper::$base = ""
FormVariablesPaginatorHelper::$webroot = "/"
FormVariablesPaginatorHelper::$themeWeb = NULL
FormVariablesPaginatorHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
FormVariablesPaginatorHelper::$params = array
FormVariablesPaginatorHelper::$action = "type"
FormVariablesPaginatorHelper::$plugin = NULL
FormVariablesPaginatorHelper::$data = array
FormVariablesPaginatorHelper::$namedArgs = NULL
FormVariablesPaginatorHelper::$argSeparator = NULL
FormVariablesPaginatorHelper::$validationErrors = NULL
FormVariablesPaginatorHelper::$tags = array
FormVariablesPaginatorHelper::$__tainted = NULL
FormVariablesPaginatorHelper::$__cleaned = NULL
FormVariablesPaginatorHelper::$_log = NULL
FormVariablesPaginatorHelper::$Html = HtmlHelper object
FormVariablesPaginatorHelper::$Ajax = AjaxHelper object
$ajax = AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
AjaxHelper::$params = array
AjaxHelper::$action = "type"
AjaxHelper::$plugin = NULL
AjaxHelper::$data = array
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object
$icon = IconHelper
IconHelper::$tags = array
IconHelper::$base = ""
IconHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
IconHelper::$params = array
IconHelper::$action = "type"
IconHelper::$data = array
IconHelper::$_crumbs = array
IconHelper::$__docTypes = array
IconHelper::$helpers = NULL
IconHelper::$webroot = "/"
IconHelper::$themeWeb = NULL
IconHelper::$plugin = NULL
IconHelper::$namedArgs = NULL
IconHelper::$argSeparator = NULL
IconHelper::$validationErrors = NULL
IconHelper::$__tainted = NULL
IconHelper::$__cleaned = NULL
IconHelper::$_log = NULL
$drill = DrillHelper
DrillHelper::$tags = array
DrillHelper::$base = ""
DrillHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
DrillHelper::$params = array
DrillHelper::$action = "type"
DrillHelper::$data = array
DrillHelper::$_crumbs = array
DrillHelper::$__docTypes = array
DrillHelper::$helpers = NULL
DrillHelper::$webroot = "/"
DrillHelper::$themeWeb = NULL
DrillHelper::$plugin = NULL
DrillHelper::$namedArgs = NULL
DrillHelper::$argSeparator = NULL
DrillHelper::$validationErrors = NULL
DrillHelper::$__tainted = NULL
DrillHelper::$__cleaned = NULL
DrillHelper::$_log = NULL
$session = SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "a7d63c274f73bb410efb05168d3d225f"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1761135058
SessionHelper::$sessionTime = 1761147058
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_started = false
SessionHelper::$host = NULL
SessionHelper::$_log = NULL
SessionHelper::$cookieLifeTime = 604800
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
SessionHelper::$params = array
SessionHelper::$action = "type"
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
$paginator = PaginatorHelper
PaginatorHelper::$helpers = array
PaginatorHelper::$__defaultModel = NULL
PaginatorHelper::$options = array
PaginatorHelper::$base = ""
PaginatorHelper::$webroot = "/"
PaginatorHelper::$themeWeb = NULL
PaginatorHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
PaginatorHelper::$params = array
PaginatorHelper::$action = "type"
PaginatorHelper::$plugin = NULL
PaginatorHelper::$data = array
PaginatorHelper::$namedArgs = NULL
PaginatorHelper::$argSeparator = NULL
PaginatorHelper::$validationErrors = NULL
PaginatorHelper::$tags = array
PaginatorHelper::$__tainted = NULL
PaginatorHelper::$__cleaned = NULL
PaginatorHelper::$_log = NULL
PaginatorHelper::$Html = HtmlHelper object
PaginatorHelper::$Ajax = AjaxHelper object
$primarypropertytypes = array(
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
)
)
$properties = array(
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
)
)
$selected = array(
"notSold" => false
)
$search = array(
"towns" => array()
)
$countSearch = 0
$countExclusif = 12
$pageUrl = "/bar-restaurant/6/"
$cakeDebug = AllpropertiesController
AllpropertiesController::$name = "Allproperties"
AllpropertiesController::$helpers = array
AllpropertiesController::$components = array
AllpropertiesController::$uses = array
AllpropertiesController::$shortfields = array
AllpropertiesController::$shortfieldView = array
AllpropertiesController::$shortfieldList = array
AllpropertiesController::$here = "/french-property-for-sale/type/bar-restaurant/6"
AllpropertiesController::$webroot = "/"
AllpropertiesController::$action = "type"
AllpropertiesController::$params = array
AllpropertiesController::$data = array
AllpropertiesController::$paginate = array
AllpropertiesController::$viewPath = "allproperties"
AllpropertiesController::$layoutPath = NULL
AllpropertiesController::$viewVars = array
AllpropertiesController::$pageTitle = "Bar-Restaurant for sale in France - 99 French properties found "
AllpropertiesController::$modelNames = array
AllpropertiesController::$base = ""
AllpropertiesController::$layout = "list"
AllpropertiesController::$autoRender = false
AllpropertiesController::$autoLayout = true
AllpropertiesController::$Component = Component object
AllpropertiesController::$view = "View"
AllpropertiesController::$ext = ".ctp"
AllpropertiesController::$output = NULL
AllpropertiesController::$plugin = NULL
AllpropertiesController::$cacheAction = false
AllpropertiesController::$persistModel = false
AllpropertiesController::$passedArgs = array
AllpropertiesController::$scaffold = false
AllpropertiesController::$methods = array
AllpropertiesController::$modelClass = "Allproperty"
AllpropertiesController::$modelKey = "allproperty"
AllpropertiesController::$validationErrors = NULL
AllpropertiesController::$_log = NULL
AllpropertiesController::$Session = SessionComponent object
AllpropertiesController::$Cookie = CookieComponent object
AllpropertiesController::$RequestHandler = RequestHandlerComponent object
AllpropertiesController::$Currency = CurrencyComponent object
AllpropertiesController::$PaginateFormVariables = PaginateFormVariablesComponent object
AllpropertiesController::$UrlShortener = UrlShortenerComponent object
AllpropertiesController::$Prg = PrgComponent object
AllpropertiesController::$Allproperty = Allproperty object
AllpropertiesController::$Region = Region object
AllpropertiesController::$Department = Department object
AllpropertiesController::$User = User object
AllpropertiesController::$Group = Group object
AllpropertiesController::$Codepostal = Codepostal object
AllpropertiesController::$Proptype = Proptype object
AllpropertiesController::$Primarypropertytype = Primarypropertytype object
AllpropertiesController::$Soldproperty = Soldproperty object
AllpropertiesController::$Soldallproperty = Soldallproperty object
AllpropertiesController::$Testimonial = Testimonial object
AllpropertiesController::$Powcategory = Powcategory object
$order = array(
"Allproperty.date_made_live" => "desc"
) $order = $this->params['paging']['Allproperty']['defaults']['order'];
$sort = $this->params['named']['sort'].' '.$this->params['named']['direction'];
include - APP/views/allproperties/property_results.ctp, line 5
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 815
AllpropertiesController::type() - APP/controllers/allproperties_controller.php, line 5949
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 88
Bar-Restaurant for sale in France - 99 French properties found
page 1 / 2 - sort by :
newest to oldest
Warning (2) : Illegal string offset 'Allproperty.date_made_live' [APP/views/elements/new/sort.ctp , line 7 ]
Code |
Context $___viewFn = "/app/src/views/elements/new/sort.ctp"
$___dataForView = array(
"primarypropertytypes" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"properties" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"selected" => array(
"notSold" => false
),
"search" => array(
"towns" => array()
),
"countSearch" => 0,
"countExclusif" => 12,
"pageUrl" => "/bar-restaurant/6/",
"cakeDebug" => AllpropertiesController
AllpropertiesController::$name = "Allproperties"
AllpropertiesController::$helpers = array
AllpropertiesController::$components = array
AllpropertiesController::$uses = array
AllpropertiesController::$shortfields = array
AllpropertiesController::$shortfieldView = array
AllpropertiesController::$shortfieldList = array
AllpropertiesController::$here = "/french-property-for-sale/type/bar-restaurant/6"
AllpropertiesController::$webroot = "/"
AllpropertiesController::$action = "type"
AllpropertiesController::$params = array
AllpropertiesController::$data = array
AllpropertiesController::$paginate = array
AllpropertiesController::$viewPath = "allproperties"
AllpropertiesController::$layoutPath = NULL
AllpropertiesController::$viewVars = array
AllpropertiesController::$pageTitle = "Bar-Restaurant for sale in France - 99 French properties found "
AllpropertiesController::$modelNames = array
AllpropertiesController::$base = ""
AllpropertiesController::$layout = "list"
AllpropertiesController::$autoRender = false
AllpropertiesController::$autoLayout = true
AllpropertiesController::$Component = Component object
AllpropertiesController::$view = "View"
AllpropertiesController::$ext = ".ctp"
AllpropertiesController::$output = NULL
AllpropertiesController::$plugin = NULL
AllpropertiesController::$cacheAction = false
AllpropertiesController::$persistModel = false
AllpropertiesController::$passedArgs = array
AllpropertiesController::$scaffold = false
AllpropertiesController::$methods = array
AllpropertiesController::$modelClass = "Allproperty"
AllpropertiesController::$modelKey = "allproperty"
AllpropertiesController::$validationErrors = NULL
AllpropertiesController::$_log = NULL
AllpropertiesController::$Session = SessionComponent object
AllpropertiesController::$Cookie = CookieComponent object
AllpropertiesController::$RequestHandler = RequestHandlerComponent object
AllpropertiesController::$Currency = CurrencyComponent object
AllpropertiesController::$PaginateFormVariables = PaginateFormVariablesComponent object
AllpropertiesController::$UrlShortener = UrlShortenerComponent object
AllpropertiesController::$Prg = PrgComponent object
AllpropertiesController::$Allproperty = Allproperty object
AllpropertiesController::$Region = Region object
AllpropertiesController::$Department = Department object
AllpropertiesController::$User = User object
AllpropertiesController::$Group = Group object
AllpropertiesController::$Codepostal = Codepostal object
AllpropertiesController::$Proptype = Proptype object
AllpropertiesController::$Primarypropertytype = Primarypropertytype object
AllpropertiesController::$Soldproperty = Soldproperty object
AllpropertiesController::$Soldallproperty = Soldallproperty object
AllpropertiesController::$Testimonial = Testimonial object
AllpropertiesController::$Powcategory = Powcategory object,
"sort" => "Allproperty.date_made_live desc",
"cache" => CacheHelper
CacheHelper::$__replace = array
CacheHelper::$__match = array
CacheHelper::$cacheAction = NULL
CacheHelper::$helpers = NULL
CacheHelper::$base = ""
CacheHelper::$webroot = "/"
CacheHelper::$themeWeb = NULL
CacheHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
CacheHelper::$params = array
CacheHelper::$action = "type"
CacheHelper::$plugin = NULL
CacheHelper::$data = array
CacheHelper::$namedArgs = NULL
CacheHelper::$argSeparator = NULL
CacheHelper::$validationErrors = NULL
CacheHelper::$tags = array
CacheHelper::$__tainted = NULL
CacheHelper::$__cleaned = NULL
CacheHelper::$_log = NULL,
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
HtmlHelper::$params = array
HtmlHelper::$action = "type"
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL,
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
FormHelper::$params = array
FormHelper::$action = "type"
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object,
"text" => TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$themeWeb = NULL
TextHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TextHelper::$params = array
TextHelper::$action = "type"
TextHelper::$plugin = NULL
TextHelper::$data = array
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
TextHelper::$_log = NULL,
"number" => NumberHelper
NumberHelper::$helpers = NULL
NumberHelper::$base = ""
NumberHelper::$webroot = "/"
NumberHelper::$themeWeb = NULL
NumberHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
NumberHelper::$params = array
NumberHelper::$action = "type"
NumberHelper::$plugin = NULL
NumberHelper::$data = array
NumberHelper::$namedArgs = NULL
NumberHelper::$argSeparator = NULL
NumberHelper::$validationErrors = NULL
NumberHelper::$tags = array
NumberHelper::$__tainted = NULL
NumberHelper::$__cleaned = NULL
NumberHelper::$_log = NULL,
"javascript" => JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
JavascriptHelper::$params = array
JavascriptHelper::$action = "type"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = array
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL,
"tagcloud" => TagcloudHelper
TagcloudHelper::$helpers = NULL
TagcloudHelper::$base = ""
TagcloudHelper::$webroot = "/"
TagcloudHelper::$themeWeb = NULL
TagcloudHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TagcloudHelper::$params = array
TagcloudHelper::$action = "type"
TagcloudHelper::$plugin = NULL
TagcloudHelper::$data = array
TagcloudHelper::$namedArgs = NULL
TagcloudHelper::$argSeparator = NULL
TagcloudHelper::$validationErrors = NULL
TagcloudHelper::$tags = array
TagcloudHelper::$__tainted = NULL
TagcloudHelper::$__cleaned = NULL
TagcloudHelper::$_log = NULL,
"custom" => CustomHelper
CustomHelper::$tags = array
CustomHelper::$base = ""
CustomHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
CustomHelper::$params = array
CustomHelper::$action = "type"
CustomHelper::$data = array
CustomHelper::$_crumbs = array
CustomHelper::$__docTypes = array
CustomHelper::$helpers = NULL
CustomHelper::$webroot = "/"
CustomHelper::$themeWeb = NULL
CustomHelper::$plugin = NULL
CustomHelper::$namedArgs = NULL
CustomHelper::$argSeparator = NULL
CustomHelper::$validationErrors = NULL
CustomHelper::$__tainted = NULL
CustomHelper::$__cleaned = NULL
CustomHelper::$_log = NULL,
"time" => TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$themeWeb = NULL
TimeHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TimeHelper::$params = array
TimeHelper::$action = "type"
TimeHelper::$plugin = NULL
TimeHelper::$data = array
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
TimeHelper::$_log = NULL,
"formVariablesPaginator" => FormVariablesPaginatorHelper
FormVariablesPaginatorHelper::$helpers = array
FormVariablesPaginatorHelper::$__defaultModel = NULL
FormVariablesPaginatorHelper::$options = array
FormVariablesPaginatorHelper::$base = ""
FormVariablesPaginatorHelper::$webroot = "/"
FormVariablesPaginatorHelper::$themeWeb = NULL
FormVariablesPaginatorHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
FormVariablesPaginatorHelper::$params = array
FormVariablesPaginatorHelper::$action = "type"
FormVariablesPaginatorHelper::$plugin = NULL
FormVariablesPaginatorHelper::$data = array
FormVariablesPaginatorHelper::$namedArgs = NULL
FormVariablesPaginatorHelper::$argSeparator = NULL
FormVariablesPaginatorHelper::$validationErrors = NULL
FormVariablesPaginatorHelper::$tags = array
FormVariablesPaginatorHelper::$__tainted = NULL
FormVariablesPaginatorHelper::$__cleaned = NULL
FormVariablesPaginatorHelper::$_log = NULL
FormVariablesPaginatorHelper::$Html = HtmlHelper object
FormVariablesPaginatorHelper::$Ajax = AjaxHelper object,
"ajax" => AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
AjaxHelper::$params = array
AjaxHelper::$action = "type"
AjaxHelper::$plugin = NULL
AjaxHelper::$data = array
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object,
"icon" => IconHelper
IconHelper::$tags = array
IconHelper::$base = ""
IconHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
IconHelper::$params = array
IconHelper::$action = "type"
IconHelper::$data = array
IconHelper::$_crumbs = array
IconHelper::$__docTypes = array
IconHelper::$helpers = NULL
IconHelper::$webroot = "/"
IconHelper::$themeWeb = NULL
IconHelper::$plugin = NULL
IconHelper::$namedArgs = NULL
IconHelper::$argSeparator = NULL
IconHelper::$validationErrors = NULL
IconHelper::$__tainted = NULL
IconHelper::$__cleaned = NULL
IconHelper::$_log = NULL,
"drill" => DrillHelper
DrillHelper::$tags = array
DrillHelper::$base = ""
DrillHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
DrillHelper::$params = array
DrillHelper::$action = "type"
DrillHelper::$data = array
DrillHelper::$_crumbs = array
DrillHelper::$__docTypes = array
DrillHelper::$helpers = NULL
DrillHelper::$webroot = "/"
DrillHelper::$themeWeb = NULL
DrillHelper::$plugin = NULL
DrillHelper::$namedArgs = NULL
DrillHelper::$argSeparator = NULL
DrillHelper::$validationErrors = NULL
DrillHelper::$__tainted = NULL
DrillHelper::$__cleaned = NULL
DrillHelper::$_log = NULL,
"session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "a7d63c274f73bb410efb05168d3d225f"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1761135058
SessionHelper::$sessionTime = 1761147058
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_started = false
SessionHelper::$host = NULL
SessionHelper::$_log = NULL
SessionHelper::$cookieLifeTime = 604800
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
SessionHelper::$params = array
SessionHelper::$action = "type"
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL,
"paginator" => PaginatorHelper
PaginatorHelper::$helpers = array
PaginatorHelper::$__defaultModel = "Allproperty"
PaginatorHelper::$options = array
PaginatorHelper::$base = ""
PaginatorHelper::$webroot = "/"
PaginatorHelper::$themeWeb = NULL
PaginatorHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
PaginatorHelper::$params = array
PaginatorHelper::$action = "type"
PaginatorHelper::$plugin = NULL
PaginatorHelper::$data = array
PaginatorHelper::$namedArgs = NULL
PaginatorHelper::$argSeparator = NULL
PaginatorHelper::$validationErrors = NULL
PaginatorHelper::$tags = array
PaginatorHelper::$__tainted = NULL
PaginatorHelper::$__cleaned = NULL
PaginatorHelper::$_log = NULL
PaginatorHelper::$Html = HtmlHelper object
PaginatorHelper::$Ajax = AjaxHelper object
)
$loadHelpers = false
$cached = false
$loadedHelpers = array()
$primarypropertytypes = array(
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
)
)
$properties = array(
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
)
)
$selected = array(
"notSold" => false
)
$search = array(
"towns" => array()
)
$countSearch = 0
$countExclusif = 12
$pageUrl = "/bar-restaurant/6/"
$cakeDebug = AllpropertiesController
AllpropertiesController::$name = "Allproperties"
AllpropertiesController::$helpers = array
AllpropertiesController::$components = array
AllpropertiesController::$uses = array
AllpropertiesController::$shortfields = array
AllpropertiesController::$shortfieldView = array
AllpropertiesController::$shortfieldList = array
AllpropertiesController::$here = "/french-property-for-sale/type/bar-restaurant/6"
AllpropertiesController::$webroot = "/"
AllpropertiesController::$action = "type"
AllpropertiesController::$params = array
AllpropertiesController::$data = array
AllpropertiesController::$paginate = array
AllpropertiesController::$viewPath = "allproperties"
AllpropertiesController::$layoutPath = NULL
AllpropertiesController::$viewVars = array
AllpropertiesController::$pageTitle = "Bar-Restaurant for sale in France - 99 French properties found "
AllpropertiesController::$modelNames = array
AllpropertiesController::$base = ""
AllpropertiesController::$layout = "list"
AllpropertiesController::$autoRender = false
AllpropertiesController::$autoLayout = true
AllpropertiesController::$Component = Component object
AllpropertiesController::$view = "View"
AllpropertiesController::$ext = ".ctp"
AllpropertiesController::$output = NULL
AllpropertiesController::$plugin = NULL
AllpropertiesController::$cacheAction = false
AllpropertiesController::$persistModel = false
AllpropertiesController::$passedArgs = array
AllpropertiesController::$scaffold = false
AllpropertiesController::$methods = array
AllpropertiesController::$modelClass = "Allproperty"
AllpropertiesController::$modelKey = "allproperty"
AllpropertiesController::$validationErrors = NULL
AllpropertiesController::$_log = NULL
AllpropertiesController::$Session = SessionComponent object
AllpropertiesController::$Cookie = CookieComponent object
AllpropertiesController::$RequestHandler = RequestHandlerComponent object
AllpropertiesController::$Currency = CurrencyComponent object
AllpropertiesController::$PaginateFormVariables = PaginateFormVariablesComponent object
AllpropertiesController::$UrlShortener = UrlShortenerComponent object
AllpropertiesController::$Prg = PrgComponent object
AllpropertiesController::$Allproperty = Allproperty object
AllpropertiesController::$Region = Region object
AllpropertiesController::$Department = Department object
AllpropertiesController::$User = User object
AllpropertiesController::$Group = Group object
AllpropertiesController::$Codepostal = Codepostal object
AllpropertiesController::$Proptype = Proptype object
AllpropertiesController::$Primarypropertytype = Primarypropertytype object
AllpropertiesController::$Soldproperty = Soldproperty object
AllpropertiesController::$Soldallproperty = Soldallproperty object
AllpropertiesController::$Testimonial = Testimonial object
AllpropertiesController::$Powcategory = Powcategory object
$sort = "Allproperty.date_made_live desc"
$cache = CacheHelper
CacheHelper::$__replace = array
CacheHelper::$__match = array
CacheHelper::$cacheAction = NULL
CacheHelper::$helpers = NULL
CacheHelper::$base = ""
CacheHelper::$webroot = "/"
CacheHelper::$themeWeb = NULL
CacheHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
CacheHelper::$params = array
CacheHelper::$action = "type"
CacheHelper::$plugin = NULL
CacheHelper::$data = array
CacheHelper::$namedArgs = NULL
CacheHelper::$argSeparator = NULL
CacheHelper::$validationErrors = NULL
CacheHelper::$tags = array
CacheHelper::$__tainted = NULL
CacheHelper::$__cleaned = NULL
CacheHelper::$_log = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
HtmlHelper::$params = array
HtmlHelper::$action = "type"
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
FormHelper::$params = array
FormHelper::$action = "type"
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$themeWeb = NULL
TextHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TextHelper::$params = array
TextHelper::$action = "type"
TextHelper::$plugin = NULL
TextHelper::$data = array
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
TextHelper::$_log = NULL
$number = NumberHelper
NumberHelper::$helpers = NULL
NumberHelper::$base = ""
NumberHelper::$webroot = "/"
NumberHelper::$themeWeb = NULL
NumberHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
NumberHelper::$params = array
NumberHelper::$action = "type"
NumberHelper::$plugin = NULL
NumberHelper::$data = array
NumberHelper::$namedArgs = NULL
NumberHelper::$argSeparator = NULL
NumberHelper::$validationErrors = NULL
NumberHelper::$tags = array
NumberHelper::$__tainted = NULL
NumberHelper::$__cleaned = NULL
NumberHelper::$_log = NULL
$javascript = JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
JavascriptHelper::$params = array
JavascriptHelper::$action = "type"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = array
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
$tagcloud = TagcloudHelper
TagcloudHelper::$helpers = NULL
TagcloudHelper::$base = ""
TagcloudHelper::$webroot = "/"
TagcloudHelper::$themeWeb = NULL
TagcloudHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TagcloudHelper::$params = array
TagcloudHelper::$action = "type"
TagcloudHelper::$plugin = NULL
TagcloudHelper::$data = array
TagcloudHelper::$namedArgs = NULL
TagcloudHelper::$argSeparator = NULL
TagcloudHelper::$validationErrors = NULL
TagcloudHelper::$tags = array
TagcloudHelper::$__tainted = NULL
TagcloudHelper::$__cleaned = NULL
TagcloudHelper::$_log = NULL
$custom = CustomHelper
CustomHelper::$tags = array
CustomHelper::$base = ""
CustomHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
CustomHelper::$params = array
CustomHelper::$action = "type"
CustomHelper::$data = array
CustomHelper::$_crumbs = array
CustomHelper::$__docTypes = array
CustomHelper::$helpers = NULL
CustomHelper::$webroot = "/"
CustomHelper::$themeWeb = NULL
CustomHelper::$plugin = NULL
CustomHelper::$namedArgs = NULL
CustomHelper::$argSeparator = NULL
CustomHelper::$validationErrors = NULL
CustomHelper::$__tainted = NULL
CustomHelper::$__cleaned = NULL
CustomHelper::$_log = NULL
$time = TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$themeWeb = NULL
TimeHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TimeHelper::$params = array
TimeHelper::$action = "type"
TimeHelper::$plugin = NULL
TimeHelper::$data = array
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
TimeHelper::$_log = NULL
$formVariablesPaginator = FormVariablesPaginatorHelper
FormVariablesPaginatorHelper::$helpers = array
FormVariablesPaginatorHelper::$__defaultModel = NULL
FormVariablesPaginatorHelper::$options = array
FormVariablesPaginatorHelper::$base = ""
FormVariablesPaginatorHelper::$webroot = "/"
FormVariablesPaginatorHelper::$themeWeb = NULL
FormVariablesPaginatorHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
FormVariablesPaginatorHelper::$params = array
FormVariablesPaginatorHelper::$action = "type"
FormVariablesPaginatorHelper::$plugin = NULL
FormVariablesPaginatorHelper::$data = array
FormVariablesPaginatorHelper::$namedArgs = NULL
FormVariablesPaginatorHelper::$argSeparator = NULL
FormVariablesPaginatorHelper::$validationErrors = NULL
FormVariablesPaginatorHelper::$tags = array
FormVariablesPaginatorHelper::$__tainted = NULL
FormVariablesPaginatorHelper::$__cleaned = NULL
FormVariablesPaginatorHelper::$_log = NULL
FormVariablesPaginatorHelper::$Html = HtmlHelper object
FormVariablesPaginatorHelper::$Ajax = AjaxHelper object
$ajax = AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
AjaxHelper::$params = array
AjaxHelper::$action = "type"
AjaxHelper::$plugin = NULL
AjaxHelper::$data = array
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object
$icon = IconHelper
IconHelper::$tags = array
IconHelper::$base = ""
IconHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
IconHelper::$params = array
IconHelper::$action = "type"
IconHelper::$data = array
IconHelper::$_crumbs = array
IconHelper::$__docTypes = array
IconHelper::$helpers = NULL
IconHelper::$webroot = "/"
IconHelper::$themeWeb = NULL
IconHelper::$plugin = NULL
IconHelper::$namedArgs = NULL
IconHelper::$argSeparator = NULL
IconHelper::$validationErrors = NULL
IconHelper::$__tainted = NULL
IconHelper::$__cleaned = NULL
IconHelper::$_log = NULL
$drill = DrillHelper
DrillHelper::$tags = array
DrillHelper::$base = ""
DrillHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
DrillHelper::$params = array
DrillHelper::$action = "type"
DrillHelper::$data = array
DrillHelper::$_crumbs = array
DrillHelper::$__docTypes = array
DrillHelper::$helpers = NULL
DrillHelper::$webroot = "/"
DrillHelper::$themeWeb = NULL
DrillHelper::$plugin = NULL
DrillHelper::$namedArgs = NULL
DrillHelper::$argSeparator = NULL
DrillHelper::$validationErrors = NULL
DrillHelper::$__tainted = NULL
DrillHelper::$__cleaned = NULL
DrillHelper::$_log = NULL
$session = SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "a7d63c274f73bb410efb05168d3d225f"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1761135058
SessionHelper::$sessionTime = 1761147058
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_started = false
SessionHelper::$host = NULL
SessionHelper::$_log = NULL
SessionHelper::$cookieLifeTime = 604800
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
SessionHelper::$params = array
SessionHelper::$action = "type"
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
$paginator = PaginatorHelper
PaginatorHelper::$helpers = array
PaginatorHelper::$__defaultModel = "Allproperty"
PaginatorHelper::$options = array
PaginatorHelper::$base = ""
PaginatorHelper::$webroot = "/"
PaginatorHelper::$themeWeb = NULL
PaginatorHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
PaginatorHelper::$params = array
PaginatorHelper::$action = "type"
PaginatorHelper::$plugin = NULL
PaginatorHelper::$data = array
PaginatorHelper::$namedArgs = NULL
PaginatorHelper::$argSeparator = NULL
PaginatorHelper::$validationErrors = NULL
PaginatorHelper::$tags = array
PaginatorHelper::$__tainted = NULL
PaginatorHelper::$__cleaned = NULL
PaginatorHelper::$_log = NULL
PaginatorHelper::$Html = HtmlHelper object
PaginatorHelper::$Ajax = AjaxHelper object </option>
<option value="a"
<?php if ( ( strpos ( $_SERVER [ 'REQUEST_URI' ], 'date_made_live' ) !== false && strpos ( $_SERVER [ 'REQUEST_URI' ], 'direction:asc' ) !== false ) || ( $sort [ 'Allproperty.date_made_live' ] == 'asc' || $sort == 'Allproperty.date_made_live ASC' || $sort == 'Allproperty.date_made_live asc' ) ): ?> selected="selected"<?php endif; ?> >
include - APP/views/elements/new/sort.ctp, line 7
View::_render() - CORE/cake/libs/view/view.php, line 665
View::element() - CORE/cake/libs/view/view.php, line 342
include - APP/views/elements/new/results-top-bar.ctp, line 35
View::_render() - CORE/cake/libs/view/view.php, line 665
View::element() - CORE/cake/libs/view/view.php, line 342
include - APP/views/allproperties/property_results.ctp, line 300
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 815
AllpropertiesController::type() - APP/controllers/allproperties_controller.php, line 5949
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 88 >
oldest to newest
Warning (2) : Illegal string offset 'Allproperty.price' [APP/views/elements/new/sort.ctp , line 11 ]
Code |
Context $___viewFn = "/app/src/views/elements/new/sort.ctp"
$___dataForView = array(
"primarypropertytypes" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"properties" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"selected" => array(
"notSold" => false
),
"search" => array(
"towns" => array()
),
"countSearch" => 0,
"countExclusif" => 12,
"pageUrl" => "/bar-restaurant/6/",
"cakeDebug" => AllpropertiesController
AllpropertiesController::$name = "Allproperties"
AllpropertiesController::$helpers = array
AllpropertiesController::$components = array
AllpropertiesController::$uses = array
AllpropertiesController::$shortfields = array
AllpropertiesController::$shortfieldView = array
AllpropertiesController::$shortfieldList = array
AllpropertiesController::$here = "/french-property-for-sale/type/bar-restaurant/6"
AllpropertiesController::$webroot = "/"
AllpropertiesController::$action = "type"
AllpropertiesController::$params = array
AllpropertiesController::$data = array
AllpropertiesController::$paginate = array
AllpropertiesController::$viewPath = "allproperties"
AllpropertiesController::$layoutPath = NULL
AllpropertiesController::$viewVars = array
AllpropertiesController::$pageTitle = "Bar-Restaurant for sale in France - 99 French properties found "
AllpropertiesController::$modelNames = array
AllpropertiesController::$base = ""
AllpropertiesController::$layout = "list"
AllpropertiesController::$autoRender = false
AllpropertiesController::$autoLayout = true
AllpropertiesController::$Component = Component object
AllpropertiesController::$view = "View"
AllpropertiesController::$ext = ".ctp"
AllpropertiesController::$output = NULL
AllpropertiesController::$plugin = NULL
AllpropertiesController::$cacheAction = false
AllpropertiesController::$persistModel = false
AllpropertiesController::$passedArgs = array
AllpropertiesController::$scaffold = false
AllpropertiesController::$methods = array
AllpropertiesController::$modelClass = "Allproperty"
AllpropertiesController::$modelKey = "allproperty"
AllpropertiesController::$validationErrors = NULL
AllpropertiesController::$_log = NULL
AllpropertiesController::$Session = SessionComponent object
AllpropertiesController::$Cookie = CookieComponent object
AllpropertiesController::$RequestHandler = RequestHandlerComponent object
AllpropertiesController::$Currency = CurrencyComponent object
AllpropertiesController::$PaginateFormVariables = PaginateFormVariablesComponent object
AllpropertiesController::$UrlShortener = UrlShortenerComponent object
AllpropertiesController::$Prg = PrgComponent object
AllpropertiesController::$Allproperty = Allproperty object
AllpropertiesController::$Region = Region object
AllpropertiesController::$Department = Department object
AllpropertiesController::$User = User object
AllpropertiesController::$Group = Group object
AllpropertiesController::$Codepostal = Codepostal object
AllpropertiesController::$Proptype = Proptype object
AllpropertiesController::$Primarypropertytype = Primarypropertytype object
AllpropertiesController::$Soldproperty = Soldproperty object
AllpropertiesController::$Soldallproperty = Soldallproperty object
AllpropertiesController::$Testimonial = Testimonial object
AllpropertiesController::$Powcategory = Powcategory object,
"sort" => "Allproperty.date_made_live desc",
"cache" => CacheHelper
CacheHelper::$__replace = array
CacheHelper::$__match = array
CacheHelper::$cacheAction = NULL
CacheHelper::$helpers = NULL
CacheHelper::$base = ""
CacheHelper::$webroot = "/"
CacheHelper::$themeWeb = NULL
CacheHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
CacheHelper::$params = array
CacheHelper::$action = "type"
CacheHelper::$plugin = NULL
CacheHelper::$data = array
CacheHelper::$namedArgs = NULL
CacheHelper::$argSeparator = NULL
CacheHelper::$validationErrors = NULL
CacheHelper::$tags = array
CacheHelper::$__tainted = NULL
CacheHelper::$__cleaned = NULL
CacheHelper::$_log = NULL,
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
HtmlHelper::$params = array
HtmlHelper::$action = "type"
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL,
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
FormHelper::$params = array
FormHelper::$action = "type"
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object,
"text" => TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$themeWeb = NULL
TextHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TextHelper::$params = array
TextHelper::$action = "type"
TextHelper::$plugin = NULL
TextHelper::$data = array
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
TextHelper::$_log = NULL,
"number" => NumberHelper
NumberHelper::$helpers = NULL
NumberHelper::$base = ""
NumberHelper::$webroot = "/"
NumberHelper::$themeWeb = NULL
NumberHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
NumberHelper::$params = array
NumberHelper::$action = "type"
NumberHelper::$plugin = NULL
NumberHelper::$data = array
NumberHelper::$namedArgs = NULL
NumberHelper::$argSeparator = NULL
NumberHelper::$validationErrors = NULL
NumberHelper::$tags = array
NumberHelper::$__tainted = NULL
NumberHelper::$__cleaned = NULL
NumberHelper::$_log = NULL,
"javascript" => JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
JavascriptHelper::$params = array
JavascriptHelper::$action = "type"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = array
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL,
"tagcloud" => TagcloudHelper
TagcloudHelper::$helpers = NULL
TagcloudHelper::$base = ""
TagcloudHelper::$webroot = "/"
TagcloudHelper::$themeWeb = NULL
TagcloudHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TagcloudHelper::$params = array
TagcloudHelper::$action = "type"
TagcloudHelper::$plugin = NULL
TagcloudHelper::$data = array
TagcloudHelper::$namedArgs = NULL
TagcloudHelper::$argSeparator = NULL
TagcloudHelper::$validationErrors = NULL
TagcloudHelper::$tags = array
TagcloudHelper::$__tainted = NULL
TagcloudHelper::$__cleaned = NULL
TagcloudHelper::$_log = NULL,
"custom" => CustomHelper
CustomHelper::$tags = array
CustomHelper::$base = ""
CustomHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
CustomHelper::$params = array
CustomHelper::$action = "type"
CustomHelper::$data = array
CustomHelper::$_crumbs = array
CustomHelper::$__docTypes = array
CustomHelper::$helpers = NULL
CustomHelper::$webroot = "/"
CustomHelper::$themeWeb = NULL
CustomHelper::$plugin = NULL
CustomHelper::$namedArgs = NULL
CustomHelper::$argSeparator = NULL
CustomHelper::$validationErrors = NULL
CustomHelper::$__tainted = NULL
CustomHelper::$__cleaned = NULL
CustomHelper::$_log = NULL,
"time" => TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$themeWeb = NULL
TimeHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TimeHelper::$params = array
TimeHelper::$action = "type"
TimeHelper::$plugin = NULL
TimeHelper::$data = array
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
TimeHelper::$_log = NULL,
"formVariablesPaginator" => FormVariablesPaginatorHelper
FormVariablesPaginatorHelper::$helpers = array
FormVariablesPaginatorHelper::$__defaultModel = NULL
FormVariablesPaginatorHelper::$options = array
FormVariablesPaginatorHelper::$base = ""
FormVariablesPaginatorHelper::$webroot = "/"
FormVariablesPaginatorHelper::$themeWeb = NULL
FormVariablesPaginatorHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
FormVariablesPaginatorHelper::$params = array
FormVariablesPaginatorHelper::$action = "type"
FormVariablesPaginatorHelper::$plugin = NULL
FormVariablesPaginatorHelper::$data = array
FormVariablesPaginatorHelper::$namedArgs = NULL
FormVariablesPaginatorHelper::$argSeparator = NULL
FormVariablesPaginatorHelper::$validationErrors = NULL
FormVariablesPaginatorHelper::$tags = array
FormVariablesPaginatorHelper::$__tainted = NULL
FormVariablesPaginatorHelper::$__cleaned = NULL
FormVariablesPaginatorHelper::$_log = NULL
FormVariablesPaginatorHelper::$Html = HtmlHelper object
FormVariablesPaginatorHelper::$Ajax = AjaxHelper object,
"ajax" => AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
AjaxHelper::$params = array
AjaxHelper::$action = "type"
AjaxHelper::$plugin = NULL
AjaxHelper::$data = array
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object,
"icon" => IconHelper
IconHelper::$tags = array
IconHelper::$base = ""
IconHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
IconHelper::$params = array
IconHelper::$action = "type"
IconHelper::$data = array
IconHelper::$_crumbs = array
IconHelper::$__docTypes = array
IconHelper::$helpers = NULL
IconHelper::$webroot = "/"
IconHelper::$themeWeb = NULL
IconHelper::$plugin = NULL
IconHelper::$namedArgs = NULL
IconHelper::$argSeparator = NULL
IconHelper::$validationErrors = NULL
IconHelper::$__tainted = NULL
IconHelper::$__cleaned = NULL
IconHelper::$_log = NULL,
"drill" => DrillHelper
DrillHelper::$tags = array
DrillHelper::$base = ""
DrillHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
DrillHelper::$params = array
DrillHelper::$action = "type"
DrillHelper::$data = array
DrillHelper::$_crumbs = array
DrillHelper::$__docTypes = array
DrillHelper::$helpers = NULL
DrillHelper::$webroot = "/"
DrillHelper::$themeWeb = NULL
DrillHelper::$plugin = NULL
DrillHelper::$namedArgs = NULL
DrillHelper::$argSeparator = NULL
DrillHelper::$validationErrors = NULL
DrillHelper::$__tainted = NULL
DrillHelper::$__cleaned = NULL
DrillHelper::$_log = NULL,
"session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "a7d63c274f73bb410efb05168d3d225f"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1761135058
SessionHelper::$sessionTime = 1761147058
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_started = false
SessionHelper::$host = NULL
SessionHelper::$_log = NULL
SessionHelper::$cookieLifeTime = 604800
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
SessionHelper::$params = array
SessionHelper::$action = "type"
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL,
"paginator" => PaginatorHelper
PaginatorHelper::$helpers = array
PaginatorHelper::$__defaultModel = "Allproperty"
PaginatorHelper::$options = array
PaginatorHelper::$base = ""
PaginatorHelper::$webroot = "/"
PaginatorHelper::$themeWeb = NULL
PaginatorHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
PaginatorHelper::$params = array
PaginatorHelper::$action = "type"
PaginatorHelper::$plugin = NULL
PaginatorHelper::$data = array
PaginatorHelper::$namedArgs = NULL
PaginatorHelper::$argSeparator = NULL
PaginatorHelper::$validationErrors = NULL
PaginatorHelper::$tags = array
PaginatorHelper::$__tainted = NULL
PaginatorHelper::$__cleaned = NULL
PaginatorHelper::$_log = NULL
PaginatorHelper::$Html = HtmlHelper object
PaginatorHelper::$Ajax = AjaxHelper object
)
$loadHelpers = false
$cached = false
$loadedHelpers = array()
$primarypropertytypes = array(
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
)
)
$properties = array(
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
)
)
$selected = array(
"notSold" => false
)
$search = array(
"towns" => array()
)
$countSearch = 0
$countExclusif = 12
$pageUrl = "/bar-restaurant/6/"
$cakeDebug = AllpropertiesController
AllpropertiesController::$name = "Allproperties"
AllpropertiesController::$helpers = array
AllpropertiesController::$components = array
AllpropertiesController::$uses = array
AllpropertiesController::$shortfields = array
AllpropertiesController::$shortfieldView = array
AllpropertiesController::$shortfieldList = array
AllpropertiesController::$here = "/french-property-for-sale/type/bar-restaurant/6"
AllpropertiesController::$webroot = "/"
AllpropertiesController::$action = "type"
AllpropertiesController::$params = array
AllpropertiesController::$data = array
AllpropertiesController::$paginate = array
AllpropertiesController::$viewPath = "allproperties"
AllpropertiesController::$layoutPath = NULL
AllpropertiesController::$viewVars = array
AllpropertiesController::$pageTitle = "Bar-Restaurant for sale in France - 99 French properties found "
AllpropertiesController::$modelNames = array
AllpropertiesController::$base = ""
AllpropertiesController::$layout = "list"
AllpropertiesController::$autoRender = false
AllpropertiesController::$autoLayout = true
AllpropertiesController::$Component = Component object
AllpropertiesController::$view = "View"
AllpropertiesController::$ext = ".ctp"
AllpropertiesController::$output = NULL
AllpropertiesController::$plugin = NULL
AllpropertiesController::$cacheAction = false
AllpropertiesController::$persistModel = false
AllpropertiesController::$passedArgs = array
AllpropertiesController::$scaffold = false
AllpropertiesController::$methods = array
AllpropertiesController::$modelClass = "Allproperty"
AllpropertiesController::$modelKey = "allproperty"
AllpropertiesController::$validationErrors = NULL
AllpropertiesController::$_log = NULL
AllpropertiesController::$Session = SessionComponent object
AllpropertiesController::$Cookie = CookieComponent object
AllpropertiesController::$RequestHandler = RequestHandlerComponent object
AllpropertiesController::$Currency = CurrencyComponent object
AllpropertiesController::$PaginateFormVariables = PaginateFormVariablesComponent object
AllpropertiesController::$UrlShortener = UrlShortenerComponent object
AllpropertiesController::$Prg = PrgComponent object
AllpropertiesController::$Allproperty = Allproperty object
AllpropertiesController::$Region = Region object
AllpropertiesController::$Department = Department object
AllpropertiesController::$User = User object
AllpropertiesController::$Group = Group object
AllpropertiesController::$Codepostal = Codepostal object
AllpropertiesController::$Proptype = Proptype object
AllpropertiesController::$Primarypropertytype = Primarypropertytype object
AllpropertiesController::$Soldproperty = Soldproperty object
AllpropertiesController::$Soldallproperty = Soldallproperty object
AllpropertiesController::$Testimonial = Testimonial object
AllpropertiesController::$Powcategory = Powcategory object
$sort = "Allproperty.date_made_live desc"
$cache = CacheHelper
CacheHelper::$__replace = array
CacheHelper::$__match = array
CacheHelper::$cacheAction = NULL
CacheHelper::$helpers = NULL
CacheHelper::$base = ""
CacheHelper::$webroot = "/"
CacheHelper::$themeWeb = NULL
CacheHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
CacheHelper::$params = array
CacheHelper::$action = "type"
CacheHelper::$plugin = NULL
CacheHelper::$data = array
CacheHelper::$namedArgs = NULL
CacheHelper::$argSeparator = NULL
CacheHelper::$validationErrors = NULL
CacheHelper::$tags = array
CacheHelper::$__tainted = NULL
CacheHelper::$__cleaned = NULL
CacheHelper::$_log = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
HtmlHelper::$params = array
HtmlHelper::$action = "type"
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
FormHelper::$params = array
FormHelper::$action = "type"
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$themeWeb = NULL
TextHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TextHelper::$params = array
TextHelper::$action = "type"
TextHelper::$plugin = NULL
TextHelper::$data = array
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
TextHelper::$_log = NULL
$number = NumberHelper
NumberHelper::$helpers = NULL
NumberHelper::$base = ""
NumberHelper::$webroot = "/"
NumberHelper::$themeWeb = NULL
NumberHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
NumberHelper::$params = array
NumberHelper::$action = "type"
NumberHelper::$plugin = NULL
NumberHelper::$data = array
NumberHelper::$namedArgs = NULL
NumberHelper::$argSeparator = NULL
NumberHelper::$validationErrors = NULL
NumberHelper::$tags = array
NumberHelper::$__tainted = NULL
NumberHelper::$__cleaned = NULL
NumberHelper::$_log = NULL
$javascript = JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
JavascriptHelper::$params = array
JavascriptHelper::$action = "type"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = array
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
$tagcloud = TagcloudHelper
TagcloudHelper::$helpers = NULL
TagcloudHelper::$base = ""
TagcloudHelper::$webroot = "/"
TagcloudHelper::$themeWeb = NULL
TagcloudHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TagcloudHelper::$params = array
TagcloudHelper::$action = "type"
TagcloudHelper::$plugin = NULL
TagcloudHelper::$data = array
TagcloudHelper::$namedArgs = NULL
TagcloudHelper::$argSeparator = NULL
TagcloudHelper::$validationErrors = NULL
TagcloudHelper::$tags = array
TagcloudHelper::$__tainted = NULL
TagcloudHelper::$__cleaned = NULL
TagcloudHelper::$_log = NULL
$custom = CustomHelper
CustomHelper::$tags = array
CustomHelper::$base = ""
CustomHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
CustomHelper::$params = array
CustomHelper::$action = "type"
CustomHelper::$data = array
CustomHelper::$_crumbs = array
CustomHelper::$__docTypes = array
CustomHelper::$helpers = NULL
CustomHelper::$webroot = "/"
CustomHelper::$themeWeb = NULL
CustomHelper::$plugin = NULL
CustomHelper::$namedArgs = NULL
CustomHelper::$argSeparator = NULL
CustomHelper::$validationErrors = NULL
CustomHelper::$__tainted = NULL
CustomHelper::$__cleaned = NULL
CustomHelper::$_log = NULL
$time = TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$themeWeb = NULL
TimeHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TimeHelper::$params = array
TimeHelper::$action = "type"
TimeHelper::$plugin = NULL
TimeHelper::$data = array
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
TimeHelper::$_log = NULL
$formVariablesPaginator = FormVariablesPaginatorHelper
FormVariablesPaginatorHelper::$helpers = array
FormVariablesPaginatorHelper::$__defaultModel = NULL
FormVariablesPaginatorHelper::$options = array
FormVariablesPaginatorHelper::$base = ""
FormVariablesPaginatorHelper::$webroot = "/"
FormVariablesPaginatorHelper::$themeWeb = NULL
FormVariablesPaginatorHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
FormVariablesPaginatorHelper::$params = array
FormVariablesPaginatorHelper::$action = "type"
FormVariablesPaginatorHelper::$plugin = NULL
FormVariablesPaginatorHelper::$data = array
FormVariablesPaginatorHelper::$namedArgs = NULL
FormVariablesPaginatorHelper::$argSeparator = NULL
FormVariablesPaginatorHelper::$validationErrors = NULL
FormVariablesPaginatorHelper::$tags = array
FormVariablesPaginatorHelper::$__tainted = NULL
FormVariablesPaginatorHelper::$__cleaned = NULL
FormVariablesPaginatorHelper::$_log = NULL
FormVariablesPaginatorHelper::$Html = HtmlHelper object
FormVariablesPaginatorHelper::$Ajax = AjaxHelper object
$ajax = AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
AjaxHelper::$params = array
AjaxHelper::$action = "type"
AjaxHelper::$plugin = NULL
AjaxHelper::$data = array
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object
$icon = IconHelper
IconHelper::$tags = array
IconHelper::$base = ""
IconHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
IconHelper::$params = array
IconHelper::$action = "type"
IconHelper::$data = array
IconHelper::$_crumbs = array
IconHelper::$__docTypes = array
IconHelper::$helpers = NULL
IconHelper::$webroot = "/"
IconHelper::$themeWeb = NULL
IconHelper::$plugin = NULL
IconHelper::$namedArgs = NULL
IconHelper::$argSeparator = NULL
IconHelper::$validationErrors = NULL
IconHelper::$__tainted = NULL
IconHelper::$__cleaned = NULL
IconHelper::$_log = NULL
$drill = DrillHelper
DrillHelper::$tags = array
DrillHelper::$base = ""
DrillHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
DrillHelper::$params = array
DrillHelper::$action = "type"
DrillHelper::$data = array
DrillHelper::$_crumbs = array
DrillHelper::$__docTypes = array
DrillHelper::$helpers = NULL
DrillHelper::$webroot = "/"
DrillHelper::$themeWeb = NULL
DrillHelper::$plugin = NULL
DrillHelper::$namedArgs = NULL
DrillHelper::$argSeparator = NULL
DrillHelper::$validationErrors = NULL
DrillHelper::$__tainted = NULL
DrillHelper::$__cleaned = NULL
DrillHelper::$_log = NULL
$session = SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "a7d63c274f73bb410efb05168d3d225f"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1761135058
SessionHelper::$sessionTime = 1761147058
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_started = false
SessionHelper::$host = NULL
SessionHelper::$_log = NULL
SessionHelper::$cookieLifeTime = 604800
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
SessionHelper::$params = array
SessionHelper::$action = "type"
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
$paginator = PaginatorHelper
PaginatorHelper::$helpers = array
PaginatorHelper::$__defaultModel = "Allproperty"
PaginatorHelper::$options = array
PaginatorHelper::$base = ""
PaginatorHelper::$webroot = "/"
PaginatorHelper::$themeWeb = NULL
PaginatorHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
PaginatorHelper::$params = array
PaginatorHelper::$action = "type"
PaginatorHelper::$plugin = NULL
PaginatorHelper::$data = array
PaginatorHelper::$namedArgs = NULL
PaginatorHelper::$argSeparator = NULL
PaginatorHelper::$validationErrors = NULL
PaginatorHelper::$tags = array
PaginatorHelper::$__tainted = NULL
PaginatorHelper::$__cleaned = NULL
PaginatorHelper::$_log = NULL
PaginatorHelper::$Html = HtmlHelper object
PaginatorHelper::$Ajax = AjaxHelper object </option>
<option value="b"
<?php if ( ( strpos ( $_SERVER [ 'REQUEST_URI' ], 'price' ) !== false && strpos ( $_SERVER [ 'REQUEST_URI' ], 'direction:asc' ) !== false ) || ( $sort [ 'Allproperty.price' ] == 'asc' || $sort == 'Allproperty.price ASC' || $sort == 'Allproperty.price asc' ) ): ?> selected="selected"<?php endif; ?> >
include - APP/views/elements/new/sort.ctp, line 11
View::_render() - CORE/cake/libs/view/view.php, line 665
View::element() - CORE/cake/libs/view/view.php, line 342
include - APP/views/elements/new/results-top-bar.ctp, line 35
View::_render() - CORE/cake/libs/view/view.php, line 665
View::element() - CORE/cake/libs/view/view.php, line 342
include - APP/views/allproperties/property_results.ctp, line 300
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 815
AllpropertiesController::type() - APP/controllers/allproperties_controller.php, line 5949
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 88 >
price : low to high
Warning (2) : Illegal string offset 'Allproperty.price' [APP/views/elements/new/sort.ctp , line 15 ]
Code |
Context $___viewFn = "/app/src/views/elements/new/sort.ctp"
$___dataForView = array(
"primarypropertytypes" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"properties" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"selected" => array(
"notSold" => false
),
"search" => array(
"towns" => array()
),
"countSearch" => 0,
"countExclusif" => 12,
"pageUrl" => "/bar-restaurant/6/",
"cakeDebug" => AllpropertiesController
AllpropertiesController::$name = "Allproperties"
AllpropertiesController::$helpers = array
AllpropertiesController::$components = array
AllpropertiesController::$uses = array
AllpropertiesController::$shortfields = array
AllpropertiesController::$shortfieldView = array
AllpropertiesController::$shortfieldList = array
AllpropertiesController::$here = "/french-property-for-sale/type/bar-restaurant/6"
AllpropertiesController::$webroot = "/"
AllpropertiesController::$action = "type"
AllpropertiesController::$params = array
AllpropertiesController::$data = array
AllpropertiesController::$paginate = array
AllpropertiesController::$viewPath = "allproperties"
AllpropertiesController::$layoutPath = NULL
AllpropertiesController::$viewVars = array
AllpropertiesController::$pageTitle = "Bar-Restaurant for sale in France - 99 French properties found "
AllpropertiesController::$modelNames = array
AllpropertiesController::$base = ""
AllpropertiesController::$layout = "list"
AllpropertiesController::$autoRender = false
AllpropertiesController::$autoLayout = true
AllpropertiesController::$Component = Component object
AllpropertiesController::$view = "View"
AllpropertiesController::$ext = ".ctp"
AllpropertiesController::$output = NULL
AllpropertiesController::$plugin = NULL
AllpropertiesController::$cacheAction = false
AllpropertiesController::$persistModel = false
AllpropertiesController::$passedArgs = array
AllpropertiesController::$scaffold = false
AllpropertiesController::$methods = array
AllpropertiesController::$modelClass = "Allproperty"
AllpropertiesController::$modelKey = "allproperty"
AllpropertiesController::$validationErrors = NULL
AllpropertiesController::$_log = NULL
AllpropertiesController::$Session = SessionComponent object
AllpropertiesController::$Cookie = CookieComponent object
AllpropertiesController::$RequestHandler = RequestHandlerComponent object
AllpropertiesController::$Currency = CurrencyComponent object
AllpropertiesController::$PaginateFormVariables = PaginateFormVariablesComponent object
AllpropertiesController::$UrlShortener = UrlShortenerComponent object
AllpropertiesController::$Prg = PrgComponent object
AllpropertiesController::$Allproperty = Allproperty object
AllpropertiesController::$Region = Region object
AllpropertiesController::$Department = Department object
AllpropertiesController::$User = User object
AllpropertiesController::$Group = Group object
AllpropertiesController::$Codepostal = Codepostal object
AllpropertiesController::$Proptype = Proptype object
AllpropertiesController::$Primarypropertytype = Primarypropertytype object
AllpropertiesController::$Soldproperty = Soldproperty object
AllpropertiesController::$Soldallproperty = Soldallproperty object
AllpropertiesController::$Testimonial = Testimonial object
AllpropertiesController::$Powcategory = Powcategory object,
"sort" => "Allproperty.date_made_live desc",
"cache" => CacheHelper
CacheHelper::$__replace = array
CacheHelper::$__match = array
CacheHelper::$cacheAction = NULL
CacheHelper::$helpers = NULL
CacheHelper::$base = ""
CacheHelper::$webroot = "/"
CacheHelper::$themeWeb = NULL
CacheHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
CacheHelper::$params = array
CacheHelper::$action = "type"
CacheHelper::$plugin = NULL
CacheHelper::$data = array
CacheHelper::$namedArgs = NULL
CacheHelper::$argSeparator = NULL
CacheHelper::$validationErrors = NULL
CacheHelper::$tags = array
CacheHelper::$__tainted = NULL
CacheHelper::$__cleaned = NULL
CacheHelper::$_log = NULL,
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
HtmlHelper::$params = array
HtmlHelper::$action = "type"
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL,
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
FormHelper::$params = array
FormHelper::$action = "type"
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object,
"text" => TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$themeWeb = NULL
TextHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TextHelper::$params = array
TextHelper::$action = "type"
TextHelper::$plugin = NULL
TextHelper::$data = array
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
TextHelper::$_log = NULL,
"number" => NumberHelper
NumberHelper::$helpers = NULL
NumberHelper::$base = ""
NumberHelper::$webroot = "/"
NumberHelper::$themeWeb = NULL
NumberHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
NumberHelper::$params = array
NumberHelper::$action = "type"
NumberHelper::$plugin = NULL
NumberHelper::$data = array
NumberHelper::$namedArgs = NULL
NumberHelper::$argSeparator = NULL
NumberHelper::$validationErrors = NULL
NumberHelper::$tags = array
NumberHelper::$__tainted = NULL
NumberHelper::$__cleaned = NULL
NumberHelper::$_log = NULL,
"javascript" => JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
JavascriptHelper::$params = array
JavascriptHelper::$action = "type"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = array
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL,
"tagcloud" => TagcloudHelper
TagcloudHelper::$helpers = NULL
TagcloudHelper::$base = ""
TagcloudHelper::$webroot = "/"
TagcloudHelper::$themeWeb = NULL
TagcloudHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TagcloudHelper::$params = array
TagcloudHelper::$action = "type"
TagcloudHelper::$plugin = NULL
TagcloudHelper::$data = array
TagcloudHelper::$namedArgs = NULL
TagcloudHelper::$argSeparator = NULL
TagcloudHelper::$validationErrors = NULL
TagcloudHelper::$tags = array
TagcloudHelper::$__tainted = NULL
TagcloudHelper::$__cleaned = NULL
TagcloudHelper::$_log = NULL,
"custom" => CustomHelper
CustomHelper::$tags = array
CustomHelper::$base = ""
CustomHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
CustomHelper::$params = array
CustomHelper::$action = "type"
CustomHelper::$data = array
CustomHelper::$_crumbs = array
CustomHelper::$__docTypes = array
CustomHelper::$helpers = NULL
CustomHelper::$webroot = "/"
CustomHelper::$themeWeb = NULL
CustomHelper::$plugin = NULL
CustomHelper::$namedArgs = NULL
CustomHelper::$argSeparator = NULL
CustomHelper::$validationErrors = NULL
CustomHelper::$__tainted = NULL
CustomHelper::$__cleaned = NULL
CustomHelper::$_log = NULL,
"time" => TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$themeWeb = NULL
TimeHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TimeHelper::$params = array
TimeHelper::$action = "type"
TimeHelper::$plugin = NULL
TimeHelper::$data = array
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
TimeHelper::$_log = NULL,
"formVariablesPaginator" => FormVariablesPaginatorHelper
FormVariablesPaginatorHelper::$helpers = array
FormVariablesPaginatorHelper::$__defaultModel = NULL
FormVariablesPaginatorHelper::$options = array
FormVariablesPaginatorHelper::$base = ""
FormVariablesPaginatorHelper::$webroot = "/"
FormVariablesPaginatorHelper::$themeWeb = NULL
FormVariablesPaginatorHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
FormVariablesPaginatorHelper::$params = array
FormVariablesPaginatorHelper::$action = "type"
FormVariablesPaginatorHelper::$plugin = NULL
FormVariablesPaginatorHelper::$data = array
FormVariablesPaginatorHelper::$namedArgs = NULL
FormVariablesPaginatorHelper::$argSeparator = NULL
FormVariablesPaginatorHelper::$validationErrors = NULL
FormVariablesPaginatorHelper::$tags = array
FormVariablesPaginatorHelper::$__tainted = NULL
FormVariablesPaginatorHelper::$__cleaned = NULL
FormVariablesPaginatorHelper::$_log = NULL
FormVariablesPaginatorHelper::$Html = HtmlHelper object
FormVariablesPaginatorHelper::$Ajax = AjaxHelper object,
"ajax" => AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
AjaxHelper::$params = array
AjaxHelper::$action = "type"
AjaxHelper::$plugin = NULL
AjaxHelper::$data = array
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object,
"icon" => IconHelper
IconHelper::$tags = array
IconHelper::$base = ""
IconHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
IconHelper::$params = array
IconHelper::$action = "type"
IconHelper::$data = array
IconHelper::$_crumbs = array
IconHelper::$__docTypes = array
IconHelper::$helpers = NULL
IconHelper::$webroot = "/"
IconHelper::$themeWeb = NULL
IconHelper::$plugin = NULL
IconHelper::$namedArgs = NULL
IconHelper::$argSeparator = NULL
IconHelper::$validationErrors = NULL
IconHelper::$__tainted = NULL
IconHelper::$__cleaned = NULL
IconHelper::$_log = NULL,
"drill" => DrillHelper
DrillHelper::$tags = array
DrillHelper::$base = ""
DrillHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
DrillHelper::$params = array
DrillHelper::$action = "type"
DrillHelper::$data = array
DrillHelper::$_crumbs = array
DrillHelper::$__docTypes = array
DrillHelper::$helpers = NULL
DrillHelper::$webroot = "/"
DrillHelper::$themeWeb = NULL
DrillHelper::$plugin = NULL
DrillHelper::$namedArgs = NULL
DrillHelper::$argSeparator = NULL
DrillHelper::$validationErrors = NULL
DrillHelper::$__tainted = NULL
DrillHelper::$__cleaned = NULL
DrillHelper::$_log = NULL,
"session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "a7d63c274f73bb410efb05168d3d225f"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1761135058
SessionHelper::$sessionTime = 1761147058
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_started = false
SessionHelper::$host = NULL
SessionHelper::$_log = NULL
SessionHelper::$cookieLifeTime = 604800
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
SessionHelper::$params = array
SessionHelper::$action = "type"
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL,
"paginator" => PaginatorHelper
PaginatorHelper::$helpers = array
PaginatorHelper::$__defaultModel = "Allproperty"
PaginatorHelper::$options = array
PaginatorHelper::$base = ""
PaginatorHelper::$webroot = "/"
PaginatorHelper::$themeWeb = NULL
PaginatorHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
PaginatorHelper::$params = array
PaginatorHelper::$action = "type"
PaginatorHelper::$plugin = NULL
PaginatorHelper::$data = array
PaginatorHelper::$namedArgs = NULL
PaginatorHelper::$argSeparator = NULL
PaginatorHelper::$validationErrors = NULL
PaginatorHelper::$tags = array
PaginatorHelper::$__tainted = NULL
PaginatorHelper::$__cleaned = NULL
PaginatorHelper::$_log = NULL
PaginatorHelper::$Html = HtmlHelper object
PaginatorHelper::$Ajax = AjaxHelper object
)
$loadHelpers = false
$cached = false
$loadedHelpers = array()
$primarypropertytypes = array(
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
),
array(
"Primarypropertytype" => array()
)
)
$properties = array(
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
)
)
$selected = array(
"notSold" => false
)
$search = array(
"towns" => array()
)
$countSearch = 0
$countExclusif = 12
$pageUrl = "/bar-restaurant/6/"
$cakeDebug = AllpropertiesController
AllpropertiesController::$name = "Allproperties"
AllpropertiesController::$helpers = array
AllpropertiesController::$components = array
AllpropertiesController::$uses = array
AllpropertiesController::$shortfields = array
AllpropertiesController::$shortfieldView = array
AllpropertiesController::$shortfieldList = array
AllpropertiesController::$here = "/french-property-for-sale/type/bar-restaurant/6"
AllpropertiesController::$webroot = "/"
AllpropertiesController::$action = "type"
AllpropertiesController::$params = array
AllpropertiesController::$data = array
AllpropertiesController::$paginate = array
AllpropertiesController::$viewPath = "allproperties"
AllpropertiesController::$layoutPath = NULL
AllpropertiesController::$viewVars = array
AllpropertiesController::$pageTitle = "Bar-Restaurant for sale in France - 99 French properties found "
AllpropertiesController::$modelNames = array
AllpropertiesController::$base = ""
AllpropertiesController::$layout = "list"
AllpropertiesController::$autoRender = false
AllpropertiesController::$autoLayout = true
AllpropertiesController::$Component = Component object
AllpropertiesController::$view = "View"
AllpropertiesController::$ext = ".ctp"
AllpropertiesController::$output = NULL
AllpropertiesController::$plugin = NULL
AllpropertiesController::$cacheAction = false
AllpropertiesController::$persistModel = false
AllpropertiesController::$passedArgs = array
AllpropertiesController::$scaffold = false
AllpropertiesController::$methods = array
AllpropertiesController::$modelClass = "Allproperty"
AllpropertiesController::$modelKey = "allproperty"
AllpropertiesController::$validationErrors = NULL
AllpropertiesController::$_log = NULL
AllpropertiesController::$Session = SessionComponent object
AllpropertiesController::$Cookie = CookieComponent object
AllpropertiesController::$RequestHandler = RequestHandlerComponent object
AllpropertiesController::$Currency = CurrencyComponent object
AllpropertiesController::$PaginateFormVariables = PaginateFormVariablesComponent object
AllpropertiesController::$UrlShortener = UrlShortenerComponent object
AllpropertiesController::$Prg = PrgComponent object
AllpropertiesController::$Allproperty = Allproperty object
AllpropertiesController::$Region = Region object
AllpropertiesController::$Department = Department object
AllpropertiesController::$User = User object
AllpropertiesController::$Group = Group object
AllpropertiesController::$Codepostal = Codepostal object
AllpropertiesController::$Proptype = Proptype object
AllpropertiesController::$Primarypropertytype = Primarypropertytype object
AllpropertiesController::$Soldproperty = Soldproperty object
AllpropertiesController::$Soldallproperty = Soldallproperty object
AllpropertiesController::$Testimonial = Testimonial object
AllpropertiesController::$Powcategory = Powcategory object
$sort = "Allproperty.date_made_live desc"
$cache = CacheHelper
CacheHelper::$__replace = array
CacheHelper::$__match = array
CacheHelper::$cacheAction = NULL
CacheHelper::$helpers = NULL
CacheHelper::$base = ""
CacheHelper::$webroot = "/"
CacheHelper::$themeWeb = NULL
CacheHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
CacheHelper::$params = array
CacheHelper::$action = "type"
CacheHelper::$plugin = NULL
CacheHelper::$data = array
CacheHelper::$namedArgs = NULL
CacheHelper::$argSeparator = NULL
CacheHelper::$validationErrors = NULL
CacheHelper::$tags = array
CacheHelper::$__tainted = NULL
CacheHelper::$__cleaned = NULL
CacheHelper::$_log = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
HtmlHelper::$params = array
HtmlHelper::$action = "type"
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
FormHelper::$params = array
FormHelper::$action = "type"
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$themeWeb = NULL
TextHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TextHelper::$params = array
TextHelper::$action = "type"
TextHelper::$plugin = NULL
TextHelper::$data = array
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
TextHelper::$_log = NULL
$number = NumberHelper
NumberHelper::$helpers = NULL
NumberHelper::$base = ""
NumberHelper::$webroot = "/"
NumberHelper::$themeWeb = NULL
NumberHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
NumberHelper::$params = array
NumberHelper::$action = "type"
NumberHelper::$plugin = NULL
NumberHelper::$data = array
NumberHelper::$namedArgs = NULL
NumberHelper::$argSeparator = NULL
NumberHelper::$validationErrors = NULL
NumberHelper::$tags = array
NumberHelper::$__tainted = NULL
NumberHelper::$__cleaned = NULL
NumberHelper::$_log = NULL
$javascript = JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
JavascriptHelper::$params = array
JavascriptHelper::$action = "type"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = array
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
$tagcloud = TagcloudHelper
TagcloudHelper::$helpers = NULL
TagcloudHelper::$base = ""
TagcloudHelper::$webroot = "/"
TagcloudHelper::$themeWeb = NULL
TagcloudHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TagcloudHelper::$params = array
TagcloudHelper::$action = "type"
TagcloudHelper::$plugin = NULL
TagcloudHelper::$data = array
TagcloudHelper::$namedArgs = NULL
TagcloudHelper::$argSeparator = NULL
TagcloudHelper::$validationErrors = NULL
TagcloudHelper::$tags = array
TagcloudHelper::$__tainted = NULL
TagcloudHelper::$__cleaned = NULL
TagcloudHelper::$_log = NULL
$custom = CustomHelper
CustomHelper::$tags = array
CustomHelper::$base = ""
CustomHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
CustomHelper::$params = array
CustomHelper::$action = "type"
CustomHelper::$data = array
CustomHelper::$_crumbs = array
CustomHelper::$__docTypes = array
CustomHelper::$helpers = NULL
CustomHelper::$webroot = "/"
CustomHelper::$themeWeb = NULL
CustomHelper::$plugin = NULL
CustomHelper::$namedArgs = NULL
CustomHelper::$argSeparator = NULL
CustomHelper::$validationErrors = NULL
CustomHelper::$__tainted = NULL
CustomHelper::$__cleaned = NULL
CustomHelper::$_log = NULL
$time = TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$themeWeb = NULL
TimeHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
TimeHelper::$params = array
TimeHelper::$action = "type"
TimeHelper::$plugin = NULL
TimeHelper::$data = array
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
TimeHelper::$_log = NULL
$formVariablesPaginator = FormVariablesPaginatorHelper
FormVariablesPaginatorHelper::$helpers = array
FormVariablesPaginatorHelper::$__defaultModel = NULL
FormVariablesPaginatorHelper::$options = array
FormVariablesPaginatorHelper::$base = ""
FormVariablesPaginatorHelper::$webroot = "/"
FormVariablesPaginatorHelper::$themeWeb = NULL
FormVariablesPaginatorHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
FormVariablesPaginatorHelper::$params = array
FormVariablesPaginatorHelper::$action = "type"
FormVariablesPaginatorHelper::$plugin = NULL
FormVariablesPaginatorHelper::$data = array
FormVariablesPaginatorHelper::$namedArgs = NULL
FormVariablesPaginatorHelper::$argSeparator = NULL
FormVariablesPaginatorHelper::$validationErrors = NULL
FormVariablesPaginatorHelper::$tags = array
FormVariablesPaginatorHelper::$__tainted = NULL
FormVariablesPaginatorHelper::$__cleaned = NULL
FormVariablesPaginatorHelper::$_log = NULL
FormVariablesPaginatorHelper::$Html = HtmlHelper object
FormVariablesPaginatorHelper::$Ajax = AjaxHelper object
$ajax = AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
AjaxHelper::$params = array
AjaxHelper::$action = "type"
AjaxHelper::$plugin = NULL
AjaxHelper::$data = array
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object
$icon = IconHelper
IconHelper::$tags = array
IconHelper::$base = ""
IconHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
IconHelper::$params = array
IconHelper::$action = "type"
IconHelper::$data = array
IconHelper::$_crumbs = array
IconHelper::$__docTypes = array
IconHelper::$helpers = NULL
IconHelper::$webroot = "/"
IconHelper::$themeWeb = NULL
IconHelper::$plugin = NULL
IconHelper::$namedArgs = NULL
IconHelper::$argSeparator = NULL
IconHelper::$validationErrors = NULL
IconHelper::$__tainted = NULL
IconHelper::$__cleaned = NULL
IconHelper::$_log = NULL
$drill = DrillHelper
DrillHelper::$tags = array
DrillHelper::$base = ""
DrillHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
DrillHelper::$params = array
DrillHelper::$action = "type"
DrillHelper::$data = array
DrillHelper::$_crumbs = array
DrillHelper::$__docTypes = array
DrillHelper::$helpers = NULL
DrillHelper::$webroot = "/"
DrillHelper::$themeWeb = NULL
DrillHelper::$plugin = NULL
DrillHelper::$namedArgs = NULL
DrillHelper::$argSeparator = NULL
DrillHelper::$validationErrors = NULL
DrillHelper::$__tainted = NULL
DrillHelper::$__cleaned = NULL
DrillHelper::$_log = NULL
$session = SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "a7d63c274f73bb410efb05168d3d225f"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1761135058
SessionHelper::$sessionTime = 1761147058
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_started = false
SessionHelper::$host = NULL
SessionHelper::$_log = NULL
SessionHelper::$cookieLifeTime = 604800
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
SessionHelper::$params = array
SessionHelper::$action = "type"
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
$paginator = PaginatorHelper
PaginatorHelper::$helpers = array
PaginatorHelper::$__defaultModel = "Allproperty"
PaginatorHelper::$options = array
PaginatorHelper::$base = ""
PaginatorHelper::$webroot = "/"
PaginatorHelper::$themeWeb = NULL
PaginatorHelper::$here = "/french-property-for-sale/type/bar-restaurant/6"
PaginatorHelper::$params = array
PaginatorHelper::$action = "type"
PaginatorHelper::$plugin = NULL
PaginatorHelper::$data = array
PaginatorHelper::$namedArgs = NULL
PaginatorHelper::$argSeparator = NULL
PaginatorHelper::$validationErrors = NULL
PaginatorHelper::$tags = array
PaginatorHelper::$__tainted = NULL
PaginatorHelper::$__cleaned = NULL
PaginatorHelper::$_log = NULL
PaginatorHelper::$Html = HtmlHelper object
PaginatorHelper::$Ajax = AjaxHelper object </option>
<option value="c"
<?php if ( ( strpos ( $_SERVER [ 'REQUEST_URI' ], 'price' ) !== false && strpos ( $_SERVER [ 'REQUEST_URI' ], 'direction:desc' ) !== false ) || ( $sort [ 'Allproperty.price' ] == 'desc' || $sort == 'Allproperty.price DESC' || $sort == 'Allproperty.price desc' )): ?> selected="selected"<?php endif; ?> >
include - APP/views/elements/new/sort.ctp, line 15
View::_render() - CORE/cake/libs/view/view.php, line 665
View::element() - CORE/cake/libs/view/view.php, line 342
include - APP/views/elements/new/results-top-bar.ctp, line 35
View::_render() - CORE/cake/libs/view/view.php, line 665
View::element() - CORE/cake/libs/view/view.php, line 342
include - APP/views/allproperties/property_results.ctp, line 300
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 815
AllpropertiesController::type() - APP/controllers/allproperties_controller.php, line 5949
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 88 >
price : high to low
Commercial in Lot-et-Garonne
2 bed
| Floor 66m²
€89,000 €135,000
Superb price for a thriving FDC (bar, tabac, lotto) in Agen with a surface area of 100 m2. 2 bed apt 66 m2
A fantastic opportunity awaits with this spacious bar, boasting a coveted Licence IV, restaurant, parking, terrace, and a shop (tabac, lotto) in Agen.
This business also includes a super 66m² two-bedroom apartment, private courtyard, and garage - . . .
Commercial in Corrèze
11 bed
| 11 bath
| Floor 100m²
| Ext 12,410 m²
€416,000 €487,600
2-star campsite with house, restaurant, swimming pool, 10 mobile homes, 33 pitches and well on 3 acres.
5km from Marcillac-La-Croisille and right next to a 33-hectare lake. On 1.2 hectares of wooded land classified as a Leisure and Tourism zone, close to remarkable tourist sites (château, walks, etc.), 2-star campsite with serviced pitches, heated . . .
Commercial in Vienne
6 bed
| Ext 85,000 m²
€1,686,000
Wonderful wooded, well-equipped campsite with varied accommodation, manor, restaurant, gîte, pool, play areas
If you're dreaming of a new life in a fabulous location with an integrated commercial activity, this beautifully landscaped campsite, offering over 100 pitches (all with electricity) and various rental units, a manor house with reception, convenience . . .
Commercial in Charente
15 bed
| 7 bath
| Floor 600m²
| Ext 4,627 m²
€595,950 €689,000
Turnkey Gite Business with 3 Rentals, Bar/Restaurant, Pool, & Owner’s Home in Sunny Charente, France
In the heart of the Charente countryside, this exceptional lifestyle and income-generating property offers 3 fully furnished, high-capacity gîtes, a thriving bar/restaurant with Licence IV, a large private owner’s residence, and extensive leisure . . .
Commercial in Gers
4 bed
| 7 bath
| Floor 140m²
| Ext 82,455 m²
€483,000 €498,200
Country campsite 7 mn from town on 8 HA of land, 20 pitches, 1 house with 2 bed, 1 gite with 2 bed, pool,
Original country style camp site set on 8 HA of land with open views on the Pyrenees, having 20 pitches, a swimming-pool, a house with 2 bedrooms, a gite with 2 bedrooms.
Wood central heating , 2 electric boilers for hot water in the summer.
Commercial in Lot-et-Garonne
| Floor 400m²
€109,000 €162,000
Business premises "Les Huit Couteaux" restaurant, butcher's, caterer. Storeroom, lab, 4 cold rooms.
Great opportunity to buy a well-known and highly-rated butcher's, delicatessen and delicatessen restaurant.
Situated in the immediate vicinity of Castillonnès, a small, pleasant and dynamic town in the Lot-et-Garonne, this restaurant benefits from a . . .
Approximate location
(default) 6 queries took 422 ms
Nr Query Error Affected Num. rows Took (ms)
1 SELECT `Proptype`.`id`, `Proptype`.`name` FROM `proptypes` AS `Proptype` WHERE `Proptype`.`id` = 6 LIMIT 1 1 1 6
2 SELECT COUNT(*) AS `count` FROM `allproperties` AS `Allproperty` LEFT JOIN `users` AS `User` ON (`Allproperty`.`user_id` = `User`.`id`) LEFT JOIN `regions` AS `Region` ON (`Allproperty`.`region_id` = `Region`.`id`) LEFT JOIN `departments` AS `Department` ON (`Allproperty`.`department_id` = `Department`.`id`) LEFT JOIN `primarypropertytypes` AS `Primarypropertytype` ON (`Allproperty`.`primarypropertytype_id` = `Primarypropertytype`.`id`) WHERE 6 MEMBER OF(`Allproperty`.`features`->"$.proptypes") AND `Allproperty`.`isinvisible` != 1 1 1 83
3 SELECT `Allproperty`.`id`, `Allproperty`.`propref`, `Allproperty`.`primarypropertytype_name`, `Allproperty`.`pubtown`, `Allproperty`.`properpubtown`, `Department`.`listdesc`, `Region`.`name`, `Allproperty`.`image_0`, `Allproperty`.`status`, `Allproperty`.`isunderoffer`, `Allproperty`.`is_exclusive`, `Allproperty`.`date_made_live`, `Allproperty`.`nrbedrooms`, `Allproperty`.`nrbathrooms`, `Allproperty`.`habitable_m2`, `Allproperty`.`land_m2`, `Allproperty`.`issold`, `Allproperty`.`poa`, `Allproperty`.`bestdeals`, `Allproperty`.`price`, `Allproperty`.`prevprice`, `Allproperty`.`propname`, `Allproperty`.`shortdesc`, `Allproperty`.`floorplan`, `Allproperty`.`tour`, `Allproperty`.`youtube_url`, `Allproperty`.`rhinov_url`, `Allproperty`.`region_id`, `Allproperty`.`lat`, `Allproperty`.`lon`, `Allproperty`.`postcode`, `Allproperty`.`attributes`, `Allproperty`.`mandatetype_id`, `Allproperty`.`department_name`, `Allproperty`.`department_id`, `Allproperty`.`created` FROM `allproperties` AS `Allproperty` LEFT JOIN `users` AS `User` ON (`Allproperty`.`user_id` = `User`.`id`) LEFT JOIN `regions` AS `Region` ON (`Allproperty`.`region_id` = `Region`.`id`) LEFT JOIN `departments` AS `Department` ON (`Allproperty`.`department_id` = `Department`.`id`) LEFT JOIN `primarypropertytypes` AS `Primarypropertytype` ON (`Allproperty`.`primarypropertytype_id` = `Primarypropertytype`.`id`) WHERE 6 MEMBER OF(`Allproperty`.`features`->"$.proptypes") AND `Allproperty`.`isinvisible` != 1 ORDER BY `Allproperty`.`date_made_live` desc LIMIT 80 80 80 245
4 SELECT COUNT(*) AS `count` FROM `allproperties` AS `Allproperty` LEFT JOIN `users` AS `User` ON (`Allproperty`.`user_id` = `User`.`id`) LEFT JOIN `regions` AS `Region` ON (`Allproperty`.`region_id` = `Region`.`id`) LEFT JOIN `departments` AS `Department` ON (`Allproperty`.`department_id` = `Department`.`id`) LEFT JOIN `primarypropertytypes` AS `Primarypropertytype` ON (`Allproperty`.`primarypropertytype_id` = `Primarypropertytype`.`id`) WHERE ((6 MEMBER OF(`Allproperty`.`features`->"$.proptypes")) AND (`Allproperty`.`is_exclusive` = 1)) AND `Allproperty`.`is_exclusive` = 1 AND `Allproperty`.`isinvisible` != 1 1 1 63
5 SELECT `Primarypropertytype`.`id`, `Primarypropertytype`.`name` FROM `primarypropertytypes` AS `Primarypropertytype` WHERE 1 = 1 ORDER BY `id` ASC 13 13 19
6 SELECT `Primarypropertytype`.`id`, `Primarypropertytype`.`name` FROM `primarypropertytypes` AS `Primarypropertytype` WHERE 1 = 1 ORDER BY `id` ASC 13 13 6
(legitnew) 0 query took ms
Nr Query Error Affected Num. rows Took (ms)