Code Context <?php
foreach ($circulars as $circular) {
if ($circular['Circular']['type'] == 'General') {
$viewFile = 'C:\xampp\htdocs\app\View\Layouts\site.ctp'
$dataForView = array(
'types' => array(
'' => '',
'General' => 'General',
'Computer' => 'Computer',
'Extc' => 'Extc',
'Electrical' => 'Electrical',
'Mechanical' => 'Mechanical',
'IT' => 'IT',
'Exam Cell' => 'Exam Cell',
'Placements' => 'Placements'
),
'circulars' => array(
'Circular' => array(
'id' => '51',
'type' => 'General',
'subject' => 'Higher Semester Registration Form 2024-25',
'description' => 'Registration and fee payment 2024-25',
'attachment' => 'https://fcrit.ac.in/cdn/circular/Higher Class Registration Form 2024-25-.pdf',
'comments' => 'Higer Semester Registration Form 2024-25',
'active_till' => null,
'created_by' => '1',
'created_timestamp' => '2024-06-28 11:50:30',
'modified' => null
)
),
'content_for_layout' => '
<br/> <br/>
<div class="blockquote-ct">
<div class="row">
<div class="col-md-offset-1 col-md-10" style="min-height: 800px;">
<h2> Higher Semester Registration Form 2024-25 </h2> <br/>
<p>Registration and fee payment 2024-25 </p> <br/>
<p>Higer Semester Registration Form 2024-25 </p> <br/>
<a href="https://fcrit.ac.in/cdn/circular/Higher Class Registration Form 2024-25-.pdf" class="btn btn-default btn-yellow">Download Attachment</a>
</div>
</div>
</div>',
'scripts_for_layout' => '',
'title_for_layout' => 'Circulars'
)
$types = array(
'' => '',
'General' => 'General',
'Computer' => 'Computer',
'Extc' => 'Extc',
'Electrical' => 'Electrical',
'Mechanical' => 'Mechanical',
'IT' => 'IT',
'Exam Cell' => 'Exam Cell',
'Placements' => 'Placements'
)
$circulars = array(
'Circular' => array(
'id' => '51',
'type' => 'General',
'subject' => 'Higher Semester Registration Form 2024-25',
'description' => 'Registration and fee payment 2024-25',
'attachment' => 'https://fcrit.ac.in/cdn/circular/Higher Class Registration Form 2024-25-.pdf',
'comments' => 'Higer Semester Registration Form 2024-25',
'active_till' => null,
'created_by' => '1',
'created_timestamp' => '2024-06-28 11:50:30',
'modified' => null
)
)
$content_for_layout = '
<br/> <br/>
<div class="blockquote-ct">
<div class="row">
<div class="col-md-offset-1 col-md-10" style="min-height: 800px;">
<h2> Higher Semester Registration Form 2024-25 </h2> <br/>
<p>Registration and fee payment 2024-25 </p> <br/>
<p>Higer Semester Registration Form 2024-25 </p> <br/>
<a href="https://fcrit.ac.in/cdn/circular/Higher Class Registration Form 2024-25-.pdf" class="btn btn-default btn-yellow">Download Attachment</a>
</div>
</div>
</div>'
$scripts_for_layout = ''
$title_for_layout = 'Circulars'
$circular = array(
'id' => '51',
'type' => 'General',
'subject' => 'Higher Semester Registration Form 2024-25',
'description' => 'Registration and fee payment 2024-25',
'attachment' => 'https://fcrit.ac.in/cdn/circular/Higher Class Registration Form 2024-25-.pdf',
'comments' => 'Higer Semester Registration Form 2024-25',
'active_till' => null,
'created_by' => '1',
'created_timestamp' => '2024-06-28 11:50:30',
'modified' => null
)
include - APP\View\Layouts\site.ctp, line 474
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