For linking my files in head I am using base_url () to bind the files .like
<link href="<?php echo base_url(); ?>assets/css/admin/global.css" rel="stylesheet" type="text/css">
But for security reason I have not use this approach Please help me if you know the best way to links files /images in Codeigniter.