diff --git a/app/Controllers/ProjectPages.php b/app/Controllers/ProjectPages.php index 0a37cfc..e2670ba 100644 --- a/app/Controllers/ProjectPages.php +++ b/app/Controllers/ProjectPages.php @@ -40,7 +40,9 @@ class ProjectPages extends ProjectBaseController $data['page_data'] = $res1[$page_key]; $data['page_detail_data'] = $resDet[$page_key]; + $_SESSION['project_list'] =$res1; $data['page_document'] = $resDocument[$page_key]; + // var_dump( $data['page_detail_data']); return view('projects/projdetail',$data); } diff --git a/app/Models/projectData.php b/app/Models/projectData.php index 354945d..1fd8e77 100644 --- a/app/Models/projectData.php +++ b/app/Models/projectData.php @@ -44,9 +44,9 @@ class projectData extends baseModel ], 'merms'=>[ 'name' => 'Merms EMR', - 'description' => 'This is the description of the project', + 'description' => 'Modern Health Practice Management Systems', 'banner_image' => 'project_banner.jpg', - 'product_url' => 'www.chiefsoft.com', + 'product_url' => 'https://www.mermsemr.com/', ], 'jubabox'=>[ 'name' => 'JubaBox', @@ -600,6 +600,14 @@ class projectData extends baseModel 'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0', 'status' => 'Pending' ], + [ + 'name' => 'Api Gate', + 'description' => 'This is the description of the item', + 'banner_image' => 'project_banner.jpg', + 'url' => 'www.url.com', + 'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0', + 'status' => 'Pending' + ], ] ], @@ -607,15 +615,23 @@ class projectData extends baseModel 'description'=>'This is the description of this', 'contents'=>[ [ - 'name' => 'name of the item', + 'name' => 'Main Website', + 'description' => 'This is the main product websiye', + 'banner_image' => 'project_banner.jpg', + 'url' => 'https://www.mermsemr.com/', + 'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0', + 'status' => 'Active' + ], + [ + 'name' => 'This is the Providers Pages', 'description' => 'This is the description of the item', 'banner_image' => 'project_banner.jpg', - 'url' => 'www.url.com', + 'url' => 'https://provider.mermsemr.com/', 'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0', 'status' => 'Pending' ], [ - 'name' => 'name of the item', + 'name' => 'Api Gate', 'description' => 'This is the description of the item', 'banner_image' => 'project_banner.jpg', 'url' => 'www.url.com', diff --git a/public/massets/img/banners-600x600/archttecture.jpg b/public/massets/img/banners-600x600/archttecture.jpg new file mode 100644 index 0000000..3a46f92 Binary files /dev/null and b/public/massets/img/banners-600x600/archttecture.jpg differ