Encrypt parameter on link

0

I am trying to encrypt a past parameter but it is not working

What I want to encrypt is $cc['CODIGO']

 <?php echo anchor('financeiro/edicao/'.$cc['CODIGO'], 
 '<span class="fa fa-pencil"></span>', 
 array('class' => 'btn btn-success')); ?>

Is there a way to encrypt, which is not deprecated, to send as a parameter in the link?

    
asked by anonymous 03.08.2018 / 13:44

0 answers