Notice (8): Undefined variable: circulars [APP\View\Layouts\site.ctp, line 473]Code Context
<?php
foreach ($circulars as $circular) {
$viewFile = 'C:\xampp\htdocs\app\View\Layouts\site.ctp'
$dataForView = array(
'types' => array(
'' => '',
'Mumbai University' => 'Mumbai University',
'DTE' => 'DTE',
'AICTE' => 'AICTE',
'Mandatory Disclosure' => 'Mandatory Disclosure'
),
'affiliation' => array(
(int) 0 => array(
'Affiliation' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Affiliation' => array(
[maximum depth reached]
)
)
),
'content_for_layout' => '<div class="banner">
<!-- page header section -->
<div class="page-title">
<div class="container">
<div class="row" style="background-color: rgb(0,100,130);">
<div class="col-md-12 ptn-bg">
<h2>Affiliations</h2>
<ol class="breadcrumb">
<li><a href="/">Home</a></li>
<li><a href="/about-us">About Us</a></li>
<li>Affiliations</li>
<li class="active">Mumbai University</li>
</ol>
</div>
</div>
</div>
</div>
</div>
<div class="main-container">
<!-- Main-container start -->
<div class="container ">
<!-- Page Content start -->
<div class="col-md-10">
<div class="tab-content">
<div class="tab-pane active" id="mu" style="margin: -20px 0px 0px 20px"> <br/>
Approval From Mumbai University<br/> <br/><h2><span style="font-family: 'arial black', 'avant garde'; font-size: medium;"> </span></h2>
<ul>
<li>
<h2><span style="font-family: 'arial black', 'avant garde'; font-size: medium;"><strong>Institute received first approval from the University of Mumbai vide its letter no. Aff/Reog/3722 of 1994 dated 20th July 1994.</strong></span></h2>
</li>
<li><span style="font-family: 'arial black', 'avant garde'; font-size: medium;"> </span></li>
<li>
<h2><span style="font-family: 'arial black', 'avant garde'; font-size: medium;"><strong>Institute is permanently affiliated to the University of Mumbai from the Academic Year 2020-21 vide its letter no. Aff/ICD/2022-23/991 dated 29th July 2022.</strong></span></h2>
</li>
</ul><br/> </div>
</div>
</div>
</div>
</div>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Aboutus'
)
$types = array(
'' => '',
'Mumbai University' => 'Mumbai University',
'DTE' => 'DTE',
'AICTE' => 'AICTE',
'Mandatory Disclosure' => 'Mandatory Disclosure'
)
$affiliation = array(
(int) 0 => array(
'Affiliation' => array(
'id' => '1',
'type' => 'Mumbai University',
'heading' => 'Approval From Mumbai University',
'description' => '<h2><span style="font-family: 'arial black', 'avant garde'; font-size: medium;"> </span></h2>
<ul>
<li>
<h2><span style="font-family: 'arial black', 'avant garde'; font-size: medium;"><strong>Institute received first approval from the University of Mumbai vide its letter no. Aff/Reog/3722 of 1994 dated 20th July 1994.</strong></span></h2>
</li>
<li><span style="font-family: 'arial black', 'avant garde'; font-size: medium;"> </span></li>
<li>
<h2><span style="font-family: 'arial black', 'avant garde'; font-size: medium;"><strong>Institute is permanently affiliated to the University of Mumbai from the Academic Year 2020-21 vide its letter no. Aff/ICD/2022-23/991 dated 29th July 2022.</strong></span></h2>
</li>
</ul>',
'attachment' => '/img/not_available',
'created_by' => '1',
'created_timestamp' => '2014-11-06 13:30:55'
)
),
(int) 1 => array(
'Affiliation' => array(
'id' => '2',
'type' => 'DTE',
'heading' => 'Approval from DTE',
'description' => '<table class="table table-bordered" style="height: 73px; width: 546px;" border="0">
<tbody>
<tr>
<td>sr no.</td>
<td>approval date</td>
<td>description</td>
</tr>
<tr>
<td>1</td>
<td>23-11-2014</td>
<td>approved by DTE</td>
</tr>
</tbody>
</table>',
'attachment' => '/img/not_available',
'created_by' => '1',
'created_timestamp' => '2014-11-25 12:55:51'
)
)
)
$content_for_layout = '<div class="banner">
<!-- page header section -->
<div class="page-title">
<div class="container">
<div class="row" style="background-color: rgb(0,100,130);">
<div class="col-md-12 ptn-bg">
<h2>Affiliations</h2>
<ol class="breadcrumb">
<li><a href="/">Home</a></li>
<li><a href="/about-us">About Us</a></li>
<li>Affiliations</li>
<li class="active">Mumbai University</li>
</ol>
</div>
</div>
</div>
</div>
</div>
<div class="main-container">
<!-- Main-container start -->
<div class="container ">
<!-- Page Content start -->
<div class="col-md-10">
<div class="tab-content">
<div class="tab-pane active" id="mu" style="margin: -20px 0px 0px 20px"> <br/>
Approval From Mumbai University<br/> <br/><h2><span style="font-family: 'arial black', 'avant garde'; font-size: medium;"> </span></h2>
<ul>
<li>
<h2><span style="font-family: 'arial black', 'avant garde'; font-size: medium;"><strong>Institute received first approval from the University of Mumbai vide its letter no. Aff/Reog/3722 of 1994 dated 20th July 1994.</strong></span></h2>
</li>
<li><span style="font-family: 'arial black', 'avant garde'; font-size: medium;"> </span></li>
<li>
<h2><span style="font-family: 'arial black', 'avant garde'; font-size: medium;"><strong>Institute is permanently affiliated to the University of Mumbai from the Academic Year 2020-21 vide its letter no. Aff/ICD/2022-23/991 dated 29th July 2022.</strong></span></h2>
</li>
</ul><br/> </div>
</div>
</div>
</div>
</div>
'
$scripts_for_layout = ''
$title_for_layout = 'Aboutus'
include - APP\View\Layouts\site.ctp, line 473
View::_evaluate() - CORE\Cake\View\View.php, line 954
View::_render() - CORE\Cake\View\View.php, line 916
View::renderLayout() - CORE\Cake\View\View.php, line 543
View::render() - CORE\Cake\View\View.php, line 487
Controller::render() - CORE\Cake\Controller\Controller.php, line 919
Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193
Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161
[main] - APP\webroot\index.php, line 105
Warning (2): Invalid argument supplied for foreach() [APP\View\Layouts\site.ctp, line 473]Code Context
<?php
foreach ($circulars as $circular) {
$viewFile = 'C:\xampp\htdocs\app\View\Layouts\site.ctp'
$dataForView = array(
'types' => array(
'' => '',
'Mumbai University' => 'Mumbai University',
'DTE' => 'DTE',
'AICTE' => 'AICTE',
'Mandatory Disclosure' => 'Mandatory Disclosure'
),
'affiliation' => array(
(int) 0 => array(
'Affiliation' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Affiliation' => array(
[maximum depth reached]
)
)
),
'content_for_layout' => '<div class="banner">
<!-- page header section -->
<div class="page-title">
<div class="container">
<div class="row" style="background-color: rgb(0,100,130);">
<div class="col-md-12 ptn-bg">
<h2>Affiliations</h2>
<ol class="breadcrumb">
<li><a href="/">Home</a></li>
<li><a href="/about-us">About Us</a></li>
<li>Affiliations</li>
<li class="active">Mumbai University</li>
</ol>
</div>
</div>
</div>
</div>
</div>
<div class="main-container">
<!-- Main-container start -->
<div class="container ">
<!-- Page Content start -->
<div class="col-md-10">
<div class="tab-content">
<div class="tab-pane active" id="mu" style="margin: -20px 0px 0px 20px"> <br/>
Approval From Mumbai University<br/> <br/><h2><span style="font-family: 'arial black', 'avant garde'; font-size: medium;"> </span></h2>
<ul>
<li>
<h2><span style="font-family: 'arial black', 'avant garde'; font-size: medium;"><strong>Institute received first approval from the University of Mumbai vide its letter no. Aff/Reog/3722 of 1994 dated 20th July 1994.</strong></span></h2>
</li>
<li><span style="font-family: 'arial black', 'avant garde'; font-size: medium;"> </span></li>
<li>
<h2><span style="font-family: 'arial black', 'avant garde'; font-size: medium;"><strong>Institute is permanently affiliated to the University of Mumbai from the Academic Year 2020-21 vide its letter no. Aff/ICD/2022-23/991 dated 29th July 2022.</strong></span></h2>
</li>
</ul><br/> </div>
</div>
</div>
</div>
</div>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Aboutus'
)
$types = array(
'' => '',
'Mumbai University' => 'Mumbai University',
'DTE' => 'DTE',
'AICTE' => 'AICTE',
'Mandatory Disclosure' => 'Mandatory Disclosure'
)
$affiliation = array(
(int) 0 => array(
'Affiliation' => array(
'id' => '1',
'type' => 'Mumbai University',
'heading' => 'Approval From Mumbai University',
'description' => '<h2><span style="font-family: 'arial black', 'avant garde'; font-size: medium;"> </span></h2>
<ul>
<li>
<h2><span style="font-family: 'arial black', 'avant garde'; font-size: medium;"><strong>Institute received first approval from the University of Mumbai vide its letter no. Aff/Reog/3722 of 1994 dated 20th July 1994.</strong></span></h2>
</li>
<li><span style="font-family: 'arial black', 'avant garde'; font-size: medium;"> </span></li>
<li>
<h2><span style="font-family: 'arial black', 'avant garde'; font-size: medium;"><strong>Institute is permanently affiliated to the University of Mumbai from the Academic Year 2020-21 vide its letter no. Aff/ICD/2022-23/991 dated 29th July 2022.</strong></span></h2>
</li>
</ul>',
'attachment' => '/img/not_available',
'created_by' => '1',
'created_timestamp' => '2014-11-06 13:30:55'
)
),
(int) 1 => array(
'Affiliation' => array(
'id' => '2',
'type' => 'DTE',
'heading' => 'Approval from DTE',
'description' => '<table class="table table-bordered" style="height: 73px; width: 546px;" border="0">
<tbody>
<tr>
<td>sr no.</td>
<td>approval date</td>
<td>description</td>
</tr>
<tr>
<td>1</td>
<td>23-11-2014</td>
<td>approved by DTE</td>
</tr>
</tbody>
</table>',
'attachment' => '/img/not_available',
'created_by' => '1',
'created_timestamp' => '2014-11-25 12:55:51'
)
)
)
$content_for_layout = '<div class="banner">
<!-- page header section -->
<div class="page-title">
<div class="container">
<div class="row" style="background-color: rgb(0,100,130);">
<div class="col-md-12 ptn-bg">
<h2>Affiliations</h2>
<ol class="breadcrumb">
<li><a href="/">Home</a></li>
<li><a href="/about-us">About Us</a></li>
<li>Affiliations</li>
<li class="active">Mumbai University</li>
</ol>
</div>
</div>
</div>
</div>
</div>
<div class="main-container">
<!-- Main-container start -->
<div class="container ">
<!-- Page Content start -->
<div class="col-md-10">
<div class="tab-content">
<div class="tab-pane active" id="mu" style="margin: -20px 0px 0px 20px"> <br/>
Approval From Mumbai University<br/> <br/><h2><span style="font-family: 'arial black', 'avant garde'; font-size: medium;"> </span></h2>
<ul>
<li>
<h2><span style="font-family: 'arial black', 'avant garde'; font-size: medium;"><strong>Institute received first approval from the University of Mumbai vide its letter no. Aff/Reog/3722 of 1994 dated 20th July 1994.</strong></span></h2>
</li>
<li><span style="font-family: 'arial black', 'avant garde'; font-size: medium;"> </span></li>
<li>
<h2><span style="font-family: 'arial black', 'avant garde'; font-size: medium;"><strong>Institute is permanently affiliated to the University of Mumbai from the Academic Year 2020-21 vide its letter no. Aff/ICD/2022-23/991 dated 29th July 2022.</strong></span></h2>
</li>
</ul><br/> </div>
</div>
</div>
</div>
</div>
'
$scripts_for_layout = ''
$title_for_layout = 'Aboutus'
include - APP\View\Layouts\site.ctp, line 473
View::_evaluate() - CORE\Cake\View\View.php, line 954
View::_render() - CORE\Cake\View\View.php, line 916
View::renderLayout() - CORE\Cake\View\View.php, line 543
View::render() - CORE\Cake\View\View.php, line 487
Controller::render() - CORE\Cake\Controller\Controller.php, line 919
Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193
Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161
[main] - APP\webroot\index.php, line 105