I am new learning CI, I am trying to integrate a form to the AdminLTE template right in the content part:
<section class="content">
<?= $this->load->view('registrarCatalogacion');?>
</section>
<!-- /.content -->
Currently I get this error: Message: Object of class CI_Loader could not be converted to string, could you please tell me the correct way to do it or what am I wrong ?. Thank you very much.