$id = "1067"
$language = "it"
$newKey = false
$q = "SELECT Thirdclassification.title_it as title,Thirdclassification.descrizione_it as descrizione, firstclassifications_id, Firstclassification.id, Firstclassification.title_it as title
FROM thirdclassifications Thirdclassification
INNER JOIN secondclassifications Secondclassification ON (Secondclassification.id=Thirdclassification.secondclassifications_id)
INNER JOIN firstclassifications Firstclassification ON (Firstclassification.id=Secondclassification.firstclassifications_id)
WHERE Thirdclassification.id = 1067"
$results = array()
Thirdclassification::getThirdClassification() - APP/models/thirdclassification.php, line 108
ProductsController::families() - APP/controllers/products_controller.php, line 99
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83