|
|
|
@ -689,7 +689,7 @@ class Keyworlds extends CI_Controller {
|
|
|
|
|
return $reponse;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public function test($kw_is_id=0, $top=1)
|
|
|
|
|
public function testrank($kw_is_id=0, $top=1)
|
|
|
|
|
{
|
|
|
|
|
$rank_info = $this->Keywordsrank_model->get_rank_list($is_id_string, $top);
|
|
|
|
|
foreach ($rank_info as $key => &$value) {
|
|
|
|
|