recent type
This commit is contained in:
@@ -79,6 +79,14 @@ class Bkoreport extends Bko_Controller {
|
||||
$this->renderbkoreportpage($data);
|
||||
}
|
||||
|
||||
public function recent() {
|
||||
$data["title"] = "Recent Signup Report";
|
||||
//$mysql = "SElECT added::date,username,firstname||' '||lastname AS Name,loc,last_login::date FROM members ORDER BY id DESC LIMIT 7000";
|
||||
$mysql = "SElECT added::date,username,firstname||' '||lastname AS Name,loc,country,last_login::date FROM members WHERE account_type='FULL' ORDER BY id DESC LIMIT 50";
|
||||
|
||||
$data['mysql'] = $mysql;
|
||||
$this->renderbkoreportpage($data);
|
||||
}
|
||||
public function pendsignup() {
|
||||
$data["page_title"] = "Pending Signup Report";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user