jxdyzwh Posted April 22, 2014 Share Posted April 22, 2014 (edited) how can i change administrator list filed for example i want to change the field to new.odenn.cn Edited April 22, 2014 by jxdyzwh (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted April 22, 2014 Share Posted April 22, 2014 what you exactly want to change? url? or what? Link to comment Share on other sites More sharing options...
jxdyzwh Posted April 23, 2014 Author Share Posted April 23, 2014 i want to change url,i get the url code is $this->_select='(SELECT http_referer FROM `ps_guest` g LEFT JOIN `ps_connections` c ON c.id_guest = g.id_guest LEFT JOIN `ps_connections_page` cp ON c.id_connections = cp.id_connections WHERE g.`id_customer` =a.id_customer GROUP BY c.`id_connections` ORDER BY c.date_add ASC LIMIT 1) as http_referer'; 'http_referer' => array( 'title' => $this->l('http_referer'), 'width' => 'auto', 'search' => false,// 'filter_key' => 'http_referer', ), Link to comment Share on other sites More sharing options...
jxdyzwh Posted April 23, 2014 Author Share Posted April 23, 2014 i want to user the regular preg_replace('/^www./', '', parse_url($list['http_referer'], PHP_URL_HOST)) achieve Link to comment Share on other sites More sharing options...
Recommended Posts