Good day to all, i wan t to ask a best way or example to put this on my controller
foreach($css_files as $file): ?>
<link type="text/css" rel="stylesheet" href="<?php echo $file; ?>" />
<?php endforeach; ?>
<?php foreach($js_files as $file): ?>
<script src="<?php echo $file; ?>"></script>
<?php endforeach; ?>
this code is for GC table, i want to put that on one of my controller, because that code affects my template css, js, jquery.