Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 48250880 bytes) in /home/learnersink/public_html/app/Views/schedule.php on line 230
ErrorException

ErrorException

Allowed memory size of 134217728 bytes exhausted (tried to allocate 48250880 bytes) search →

APPPATH/Views/schedule.php at line 230

223                                             <?php ?>
224                                             <?php if(!empty($calendar['instructor_name'])) { ?>
225                                             <div class="col-md-3">
226                                                 <p style="padding-right:1px"><i class="fas fa-chalkboard-teacher me-2" style="color:maroon"></i>Instructor: <?= $calendar['instructor_name']; ?></p>
227                                             </div>
228                                             <?php ?>
229                                         <?php endif; ?>
230                                         </div>
231                                     </section>
232                                 </div>
233                             </div>
234                             <?php else : ?>
235                                 <p style="color:red">No Records Found!!!</p>
236                             <?php endif; ?>
237                             <?php endforeach; ?>