Your IP : 3.142.250.203


Current Path : /proc/self/root/home/sudancam/.trash/catalog/model/localisation/
Upload File :
Current File : //proc/self/root/home/sudancam/.trash/catalog/model/localisation/location.php

<?php
class ModelLocalisationLocation extends Model {
	public function getLocation($location_id) {
		$query = $this->db->query("SELECT location_id, name, address, geocode, telephone, fax, image, open, comment FROM " . DB_PREFIX . "location WHERE location_id = '" . (int)$location_id . "'");

		return $query->row;
	}
}