|
|
@ -21,7 +21,7 @@ class PageSpeedData_model extends CI_Model {
|
|
|
|
public function detail($psd_URL, $psd_SiteCode) {
|
|
|
|
public function detail($psd_URL, $psd_SiteCode) {
|
|
|
|
$this->init();
|
|
|
|
$this->init();
|
|
|
|
$this->topnum = 1;
|
|
|
|
$this->topnum = 1;
|
|
|
|
$this->where = ' AND psd.psd_URL=' . $this->INFO->escape($psd_URL);
|
|
|
|
$this->where = ' AND psd.psd_URL=N' . $this->INFO->escape($psd_URL);
|
|
|
|
$this->where .= ' AND psd.psd_SiteCode=' . $this->INFO->escape($psd_SiteCode);
|
|
|
|
$this->where .= ' AND psd.psd_SiteCode=' . $this->INFO->escape($psd_SiteCode);
|
|
|
|
return $this->get_list();
|
|
|
|
return $this->get_list();
|
|
|
|
}
|
|
|
|
}
|
|
|
|