sardarizadi
پنج شنبه 12 فروردین 1389, 23:59 عصر
با سلام
من یک سایت فروشگاه ساز بر روی هاستم نصب کردم تمام مراحل با موفقیت انجام شد ولی در پایان کار وارد قسمت مدیریت میتوانم بشم ولی وارد فروشگاه نمیتوانم بشم و این پیغام میده
Parse error: syntax error, unexpected T_CLASS, expecting T_FUNCTION in /home/bazarb/public_html/Shop/catalog/model/localisation/currency.php on line 8
در ضمن اینم همون آدرسی که ارور میده
<?php
// This Script Publish In P30vel.ir
// Copyright 2007-2010 Om!d In P30vel Group
// Countact US 0935 522 99 46 & Omid_samadbin@yahoo.com
class ModelLocalisationCurrency extends Model {
class ModelLocalisationCurrency extends Model {
public function getCurrencies() {
$query = $this->db->query("SELECT * FROM currency WHERE status = '1' ORDER BY title");
return $query->rows;
}
}
?>
من یک سایت فروشگاه ساز بر روی هاستم نصب کردم تمام مراحل با موفقیت انجام شد ولی در پایان کار وارد قسمت مدیریت میتوانم بشم ولی وارد فروشگاه نمیتوانم بشم و این پیغام میده
Parse error: syntax error, unexpected T_CLASS, expecting T_FUNCTION in /home/bazarb/public_html/Shop/catalog/model/localisation/currency.php on line 8
در ضمن اینم همون آدرسی که ارور میده
<?php
// This Script Publish In P30vel.ir
// Copyright 2007-2010 Om!d In P30vel Group
// Countact US 0935 522 99 46 & Omid_samadbin@yahoo.com
class ModelLocalisationCurrency extends Model {
class ModelLocalisationCurrency extends Model {
public function getCurrencies() {
$query = $this->db->query("SELECT * FROM currency WHERE status = '1' ORDER BY title");
return $query->rows;
}
}
?>