App links

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-01 21:18:38 -04:00
parent 6b5595def0
commit a16edcf5ec
2 changed files with 49 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class ProjectPages extends ProjectBaseController
{
$this->session = \Config\Services::session();
$projData = new \App\Models\projectData();
$this->appList = $projData->projectList();
$this->appList = $projData->appProjectList();
$_SESSION['appList'] = $this->appList;
}
public function index()
+48
View File
@@ -10,6 +10,54 @@ class projectData extends baseModel
parent::__construct();
}
public function appProjectList(){
$data =[
'myfit'=>[
'name' => 'myFit A.I',
'description' => 'This is the description of the project',
'banner_image' => 'project_banner.jpg',
'product_url' => 'www.chiefsoft.com',
],
'wrenchboard'=>[
'name' => 'WrenchBoard',
'description' => 'This is the description of the project',
'banner_image' => 'project_banner.jpg',
'product_url' => 'www.chiefsoft.com',
],
'coregrade'=>[
'name' => 'CoreGrade',
'description' => 'This is the description of the project',
'banner_image' => 'project_banner.jpg',
'product_url' => 'www.chiefsoft.com',
],
'float'=>[
'name' => 'Float (New)',
'description' => 'This is the description of the project',
'banner_image' => 'project_banner.jpg',
'product_url' => 'www.chiefsoft.com',
],
'legacyfloat'=>[
'name' => 'Float (Legacy)',
'description' => 'Float Current Project to be Redesigned',
'banner_image' => 'project_banner.jpg',
'product_url' => 'https://www.float.sg',
],
'merms'=>[
'name' => 'Merms EMR',
'description' => 'This is the description of the project',
'banner_image' => 'project_banner.jpg',
'product_url' => 'www.chiefsoft.com',
],
'jubabox'=>[
'name' => 'JubaBox',
'description' => 'This is the description of the project',
'banner_image' => 'project_banner.jpg',
'product_url' => 'www.chiefsoft.com',
],
];
return $data;
}
public function projectList(){
$data =[
'myfit'=>[