More projects
This commit is contained in:
@@ -42,6 +42,8 @@ class Projects extends BaseController
|
||||
|
||||
private function loginUser($username, $password, &$out)
|
||||
{
|
||||
$projData = new \App\Models\projectData();
|
||||
|
||||
$loginComplete = false;
|
||||
//entries sent
|
||||
if ($username == '' || $password == '') {
|
||||
@@ -64,9 +66,10 @@ class Projects extends BaseController
|
||||
'lastName'=> $out['lastname'],
|
||||
'firstName'=> $out['firstname'],
|
||||
'username'=> $out['username'],
|
||||
'project_list' => $this->projectList(),
|
||||
'project_list_detail' => $this->projectListDetails(),
|
||||
'project_list' => $projData->projectList(),
|
||||
'project_list_detail' => $projData->projectListDetails(),
|
||||
'devop_list' => $this->devOpList(),
|
||||
'project_document' => $projData->documentList()
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user