dummy name
This commit is contained in:
@@ -20,7 +20,14 @@ class BkoDash extends BaseController
|
|||||||
public function bkoDashHome() :ResponseInterface
|
public function bkoDashHome() :ResponseInterface
|
||||||
{
|
{
|
||||||
//SELECT uid,loan_amount,payment_month,sales_agent,gender,marital_status,email,address,state,country,status,added,updated FROM applications;
|
//SELECT uid,loan_amount,payment_month,sales_agent,gender,marital_status,email,address,state,country,status,added,updated FROM applications;
|
||||||
$query = $this->db->query("SELECT c.firstname, c.lastname, a.uid,a.loan_amount,
|
// $query = $this->db->query("SELECT c.firstname, c.lastname, a.uid,a.loan_amount,
|
||||||
|
// a.payment_month,a.sales_agent,a.gender,
|
||||||
|
// a.marital_status,a.email,a.address,
|
||||||
|
// a.state,a.country,a.status,a.added,
|
||||||
|
// a.updated
|
||||||
|
// FROM applications a
|
||||||
|
// LEFT JOIN customers c ON c.uid = a.customer_uid LIMIT 10");
|
||||||
|
$query = $this->db->query("SELECT 'DummyName' AS firstname, 'DummyLast-'||a.id AS lastname, a.uid,a.loan_amount,
|
||||||
a.payment_month,a.sales_agent,a.gender,
|
a.payment_month,a.sales_agent,a.gender,
|
||||||
a.marital_status,a.email,a.address,
|
a.marital_status,a.email,a.address,
|
||||||
a.state,a.country,a.status,a.added,
|
a.state,a.country,a.status,a.added,
|
||||||
|
|||||||
Reference in New Issue
Block a user