cfmgrv3 init...3
This commit is contained in:
parent
6101558c3d
commit
ff0ec9ce3d
@ -75,7 +75,9 @@ class ZoneModel extends Model
|
|||||||
{
|
{
|
||||||
$this->like('domain', $word, 'both'); //befor , after , both
|
$this->like('domain', $word, 'both'); //befor , after , both
|
||||||
if (isIPAddress_CommonHelper($word)) {
|
if (isIPAddress_CommonHelper($word)) {
|
||||||
$ids = $this->db->table('cloudflarerecord')->select('zone_uid')->where('content', $word, 'both')->findAll();
|
$ids = $this->db->table('cloudflarerecord')->select('zone_uid')->where('content', $word, 'both')->get()->getResultArray();
|
||||||
|
echo var_export($ids, true);
|
||||||
|
exit;
|
||||||
$this->wherein('uid', $ids);
|
$this->wherein('uid', $ids);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user