diff --git a/app/Controllers/Home.php b/app/Controllers/Home.php index 14f454c..eb0aa41 100644 --- a/app/Controllers/Home.php +++ b/app/Controllers/Home.php @@ -6,6 +6,14 @@ class Home extends BaseController { public function index(): string { - return view('view_home'); + $siteData =[]; + //http://10.204.5.100:9083/en/wrench/api/v1/blogdata + $out = $this->APIcall('GET','http://10.204.5.100:9083/en/wrench/api/v1/blogdata',[]); + // var_dump($out['blogdata']); + //exit(); + $siteData['blogdata'] = $out['blogdata']; + //var_dump($siteData); + // exit; + return view('view_home', $siteData); } } diff --git a/app/Views/view_home.php b/app/Views/view_home.php index 574b410..c16ef8f 100644 --- a/app/Views/view_home.php +++ b/app/Views/view_home.php @@ -1217,34 +1217,55 @@
By enrolling in the Four Bear Program, UM guarantees you will graduate in four years with a bachelor's degree. Discover the global city—filled with inspiration, opportunities to explore.
+ + +=$item['post_title']?>
By enrolling in the Four Bear Program, UM guarantees you will graduate in four years with a bachelor's degree. Discover the global city—filled with inspiration, opportunities to explore.
-By enrolling in the Four Bear Program, UM guarantees you will graduate in four years with a bachelor's degree. Discover the global city—filled with inspiration, opportunities to explore.
-By enrolling in the Four Bear Program, UM guarantees you will graduate in four years with a bachelor's degree. Discover the global city—filled with inspiration, opportunities to explore.
-By enrolling in the Four Bear Program, UM guarantees you will graduate in four years with a bachelor's degree. Discover the global city—filled with inspiration, opportunities to explore.
+ + + + + + + + + +aaaa By enrolling in the Four Bear Program, UM guarantees you will graduate in four years with a bachelor's degree. Discover the global city—filled with inspiration, opportunities to explore.
+By enrolling in the Four Bear Program, UM guarantees you will graduate in four years with a bachelor's degree. Discover the global city—filled with inspiration, opportunities to explore.
+sss cc By enrolling in the Four Bear Program, UM guarantees you will graduate in four years with a bachelor's degree. Discover the global city—filled with inspiration, opportunities to explore.